GoogleApi.CloudIdentity.V1.Model.UserInvitation (google_api_cloud_identity v0.23.0) View Source
The UserInvitation
resource represents an email sent to an unmanaged user account (an email address that shares the domain of the Google Workspace customer but is not managed by it yet), inviting them to join the customer’s domain. If the user accepts the UserInvitation
, the account will become a managed account.
Attributes
-
mailsSentCount
(type:String.t
, default:nil
) - Number of invitation emails sent to the user. -
name
(type:String.t
, default:nil
) - Shall be of the formcustomers/{customer}/userinvitations/{user_email_address}
. -
state
(type:String.t
, default:nil
) - State of theUserInvitation
. -
updateTime
(type:DateTime.t
, default:nil
) - Time when theUserInvitation
was last updated.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudIdentity.V1.Model.UserInvitation{ mailsSentCount: String.t() | nil, name: String.t() | nil, state: String.t() | nil, updateTime: DateTime.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.