REST Resource: projects.locations.accountConnectors.users

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

string

Identifier. Resource name of the user, in the format projects/*/locations/*/accountConnectors/*/users/*.

displayName

string

Output only. Developer Connect automatically converts user identity to some human readable description, e.g., email address.

createTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

lastTokenRequestTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

Methods

delete

Deletes a single User.

deleteSelf

Delete the User based on the user credentials.

fetchAccessToken

Fetches OAuth access token based on end user credentials.

fetchSelf

Fetch the User based on the user credentials.

list

Lists Users in a given project, location, and account_connector.