GoogleApi.CloudIdentity.V1.Model.TransitiveMembershipRole (google_api_cloud_identity v0.25.0) View Source

Message representing the role of a TransitiveMembership.

Attributes

  • role (type: String.t, default: nil) - TransitiveMembershipRole in string format. Currently supported TransitiveMembershipRoles: "MEMBER", "OWNER", and "MANAGER".

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.TransitiveMembershipRole{
  role: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.