GoogleApi.CloudIdentity.V1.Model.UserInvitation (google_api_cloud_identity v0.26.0) View Source

The UserInvitation resource represents an email that can be sent to an unmanaged user account inviting them to join the customer's Google Workspace or Cloud Identity account. An unmanaged account shares an email address domain with the Google Workspace or Cloud Identity account but is not managed by it yet. If the user accepts the UserInvitation, the user account will become managed.

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 form customers/{customer}/userinvitations/{user_email_address}.
  • state (type: String.t, default: nil) - State of the UserInvitation.
  • updateTime (type: DateTime.t, default: nil) - Time when the UserInvitation 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

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.