public sealed class UserCreds : IMessage<UserCreds>, IEquatable<UserCreds>, IDeepCloneable<UserCreds>, IBufferMessage, IMessageReference documentation and code samples for the Firestore Admin v1 API class UserCreds.
A Cloud Firestore User Creds.
Implements
IMessageUserCreds, IEquatableUserCreds, IDeepCloneableUserCreds, IBufferMessage, IMessageNamespace
Google.Cloud.Firestore.Admin.V1Assembly
Google.Cloud.Firestore.Admin.V1.dll
Constructors
UserCreds()
public UserCreds()UserCreds(UserCreds)
public UserCreds(UserCreds other)| Parameter | |
|---|---|
| Name | Description |
other |
UserCreds |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. The time the user creds were created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Name
public string Name { get; set; }Identifier. The resource name of the UserCreds.
Format:
projects/{project}/databases/{database}/userCreds/{user_creds}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ResourceIdentity
public UserCreds.Types.ResourceIdentity ResourceIdentity { get; set; }Resource Identity descriptor.
| Property Value | |
|---|---|
| Type | Description |
UserCredsTypesResourceIdentity |
|
SecurePassword
public string SecurePassword { get; set; }Output only. The plaintext server-generated password for the user creds. Only populated in responses for CreateUserCreds and ResetUserPassword.
| Property Value | |
|---|---|
| Type | Description |
string |
|
State
public UserCreds.Types.State State { get; set; }Output only. Whether the user creds are enabled or disabled. Defaults to ENABLED on creation.
| Property Value | |
|---|---|
| Type | Description |
UserCredsTypesState |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The time the user creds were last updated.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
UserCredsIdentityCase
public UserCreds.UserCredsIdentityOneofCase UserCredsIdentityCase { get; }| Property Value | |
|---|---|
| Type | Description |
UserCredsUserCredsIdentityOneofCase |
|
UserCredsName
public UserCredsName UserCredsName { get; set; }UserCredsName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
UserCredsName |
|