Resource: UserCreds
A Cloud Firestore User Creds.
| JSON representation | 
|---|
| { "name": string, "createTime": string, "updateTime": string, "state": enum ( | 
| Fields | |
|---|---|
| name | 
 Identifier. The resource name of the UserCreds. Format:  | 
| createTime | 
 Output only. The time the user creds were created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| updateTime | 
 Output only. The time the user creds were last updated. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| state | 
 Output only. Whether the user creds are enabled or disabled. Defaults to ENABLED on creation. | 
| securePassword | 
 Output only. The plaintext server-generated password for the user creds. Only populated in responses for userCreds.create and userCreds.resetPassword. | 
| Union field UserCredsIdentity. Identity associated with this User Creds.UserCredsIdentitycan be only one of the following: | |
| resourceIdentity | 
 Resource Identity descriptor. | 
State
The state of the user creds (ENABLED or DISABLED).
| Enums | |
|---|---|
| STATE_UNSPECIFIED | The default value. Should not be used. | 
| ENABLED | The user creds are enabled. | 
| DISABLED | The user creds are disabled. | 
ResourceIdentity
Describes a Resource Identity principal.
| JSON representation | 
|---|
| { "principal": string } | 
| Fields | |
|---|---|
| principal | 
 Output only. Principal identifier string. See: https://cloud.google.com/iam/docs/principal-identifiers | 
| Methods | |
|---|---|
| 
 | Create a user creds. | 
| 
 | Deletes a user creds. | 
| 
 | Disables a user creds. | 
| 
 | Enables a user creds. | 
| 
 | Gets a user creds resource. | 
| 
 | List all user creds in the database. | 
| 
 | Resets the password of a user creds. |