Resource: User
User represents a user connected to the service providers through a AccountConnector.
JSON representation |
---|
{ "name": string, "displayName": string, "createTime": string, "lastTokenRequestTime": string } |
Fields | |
---|---|
name |
Identifier. Resource name of the user, in the format |
displayName |
Output only. Developer Connect automatically converts user identity to some human readable description, e.g., email address. |
createTime |
Output only. The timestamp when the user was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
lastTokenRequestTime |
Output only. The timestamp when the token was last requested. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
Methods |
|
---|---|
|
Deletes a single User. |
|
Delete the User based on the user credentials. |
|
Fetches OAuth access token based on end user credentials. |
|
Fetch the User based on the user credentials. |
|
Lists Users in a given project, location, and account_connector. |