Stay organized with collections
Save and categorize content based on your preferences.
FirebaseAdmin.Auth.ImportUserRecordArgs
Represents a user account to be imported to Firebase Auth via the AbstractFirebaseAuth.ImportUsersAsync(IEnumerable{ImportUserRecordArgs}) API.
Summary
Must contain at least a user ID string.
Properties
|
CustomClaims
|
IReadOnlyDictionary< string, object >
Gets or sets the custom claims.
|
Disabled
|
bool
Gets or sets the disabled value, null signifies that it was not specified.
|
DisplayName
|
string
Gets or sets the display name of the user.
|
Email
|
string
Gets or sets the email address of the user.
|
EmailVerified
|
bool
Gets or sets if the email was verified, null signifies that it was not specified.
|
PasswordHash
|
byte[]
Gets or sets the password hash.
|
PasswordSalt
|
byte[]
Gets or sets the password salt.
|
PhoneNumber
|
string
Gets or sets phone number of the user.
|
PhotoUrl
|
string
Gets or sets the photo URL.
|
Uid
|
string
Gets or sets the user ID of the user.
|
UserMetadata
|
Gets or sets the user metadata.
|
UserProviders
|
Gets or sets the user providers.
|
Properties
CustomClaims
IReadOnlyDictionary< string, object > CustomClaims
Gets or sets the custom claims.
Disabled
bool Disabled
Gets or sets the disabled value, null signifies that it was not specified.
DisplayName
string DisplayName
Gets or sets the display name of the user.
Email
string Email
Gets or sets the email address of the user.
EmailVerified
bool EmailVerified
Gets or sets if the email was verified, null signifies that it was not specified.
PasswordHash
byte[] PasswordHash
Gets or sets the password hash.
PasswordSalt
byte[] PasswordSalt
Gets or sets the password salt.
PhoneNumber
string PhoneNumber
Gets or sets phone number of the user.
PhotoUrl
string PhotoUrl
Gets or sets the photo URL.
Uid
string Uid
Gets or sets the user ID of the user.
UserProviders
IEnumerable< UserProvider > UserProviders
Gets or sets the user providers.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-03-24 UTC.
[null,null,["Last updated 2022-03-24 UTC."],[],[],null,["# FirebaseAdmin.Auth.ImportUserRecordArgs Class Reference\n\nFirebaseAdmin.Auth.ImportUserRecordArgs\n=======================================\n\nRepresents a user account to be imported to Firebase [Auth](/docs/reference/admin/dotnet/namespace/firebase-admin/auth#namespace_firebase_admin_1_1_auth) via the AbstractFirebaseAuth.ImportUsersAsync(IEnumerable{ImportUserRecordArgs}) API.\n\nSummary\n-------\n\nMust contain at least a user ID string.\n\n| ### Properties ||\n|----------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [CustomClaims](#class_firebase_admin_1_1_auth_1_1_import_user_record_args_1ac381737c404c8bcf44b3c2498b83fc2a) | `IReadOnlyDictionary\u003c string, object \u003e` Gets or sets the custom claims. |\n| [Disabled](#class_firebase_admin_1_1_auth_1_1_import_user_record_args_1a97999afdbf8f24334a037413359f0320) | `bool` Gets or sets the disabled value, null signifies that it was not specified. |\n| [DisplayName](#class_firebase_admin_1_1_auth_1_1_import_user_record_args_1a2b0f5ec44387afcb97bc6d1651c42223) | `string` Gets or sets the display name of the user. |\n| [Email](#class_firebase_admin_1_1_auth_1_1_import_user_record_args_1a7f5a86683b65eb679dd6ad36e0d9575b) | `string` Gets or sets the email address of the user. |\n| [EmailVerified](#class_firebase_admin_1_1_auth_1_1_import_user_record_args_1acc2a6dd5e8c52f88e65027891b342807) | `bool` Gets or sets if the email was verified, null signifies that it was not specified. |\n| [PasswordHash](#class_firebase_admin_1_1_auth_1_1_import_user_record_args_1ad464c6108bab6baf3b16a352d8d7def1) | `byte[]` Gets or sets the password hash. |\n| [PasswordSalt](#class_firebase_admin_1_1_auth_1_1_import_user_record_args_1ac8bc0a68016fcd2ac85eefa12e325cab) | `byte[]` Gets or sets the password salt. |\n| [PhoneNumber](#class_firebase_admin_1_1_auth_1_1_import_user_record_args_1a41883c3ac0e6f153990dadf70ffdcfcc) | `string` Gets or sets phone number of the user. |\n| [PhotoUrl](#class_firebase_admin_1_1_auth_1_1_import_user_record_args_1a7cd4bf621c8619a909a6a1fa277eda5d) | `string` Gets or sets the photo URL. |\n| [Uid](#class_firebase_admin_1_1_auth_1_1_import_user_record_args_1ab96d9d14f0b2442ee775cc14f8029706) | `string` Gets or sets the user ID of the user. |\n| [UserMetadata](#class_firebase_admin_1_1_auth_1_1_import_user_record_args_1a0a9dc812f49e6e1f4a1f99cdca4e08a5) | [UserMetadata](/docs/reference/admin/dotnet/class/firebase-admin/auth/user-metadata#class_firebase_admin_1_1_auth_1_1_user_metadata) Gets or sets the user metadata. |\n| [UserProviders](#class_firebase_admin_1_1_auth_1_1_import_user_record_args_1a19eb4747b8acfa98af9df9cae4809150) | `IEnumerable\u003c `[UserProvider](/docs/reference/admin/dotnet/class/firebase-admin/auth/user-provider#class_firebase_admin_1_1_auth_1_1_user_provider)` \u003e` Gets or sets the user providers. |\n\nProperties\n----------\n\n### CustomClaims\n\n```text\nIReadOnlyDictionary\u003c string, object \u003e CustomClaims\n``` \nGets or sets the custom claims. \n\n### Disabled\n\n```text\nbool Disabled\n``` \nGets or sets the disabled value, null signifies that it was not specified. \n\n### DisplayName\n\n```text\nstring DisplayName\n``` \nGets or sets the display name of the user. \n\n### Email\n\n```text\nstring Email\n``` \nGets or sets the email address of the user. \n\n### EmailVerified\n\n```text\nbool EmailVerified\n``` \nGets or sets if the email was verified, null signifies that it was not specified. \n\n### PasswordHash\n\n```text\nbyte[] PasswordHash\n``` \nGets or sets the password hash. \n\n### PasswordSalt\n\n```text\nbyte[] PasswordSalt\n``` \nGets or sets the password salt. \n\n### PhoneNumber\n\n```text\nstring PhoneNumber\n``` \nGets or sets phone number of the user. \n\n### PhotoUrl\n\n```text\nstring PhotoUrl\n``` \nGets or sets the photo URL. \n\n### Uid\n\n```text\nstring Uid\n``` \nGets or sets the user ID of the user. \n\n### UserMetadata\n\n```text\nUserMetadata UserMetadata\n``` \nGets or sets the user metadata. \n\n### UserProviders\n\n```text\nIEnumerable\u003c UserProvider \u003e UserProviders\n``` \nGets or sets the user providers."]]