GoogleApi.DeveloperConnect.V1.Model.User (google_api_developer_connect v0.6.0)
View SourceUser represents a user connected to the service providers through a AccountConnector.
Attributes
-
createTime(type:DateTime.t, default:nil) - Output only. The timestamp when the user was created. -
displayName(type:String.t, default:nil) - Output only. Developer Connect automatically converts user identity to some human readable description, e.g., email address. -
lastTokenRequestTime(type:DateTime.t, default:nil) - Output only. The timestamp when the token was last requested. -
name(type:String.t, default:nil) - Identifier. Resource name of the user, in the formatprojects/*/locations/*/accountConnectors/*/users/*.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DeveloperConnect.V1.Model.User{ createTime: DateTime.t() | nil, displayName: String.t() | nil, lastTokenRequestTime: DateTime.t() | nil, name: String.t() | nil }