View Source GoogleApi.CloudIdentity.V1.Model.MembershipRelation (google_api_cloud_identity v0.31.0)

Message containing membership relation.

Attributes

  • description (type: String.t, default: nil) - An extended description to help users determine the purpose of a Group.
  • displayName (type: String.t, default: nil) - The display name of the Group.
  • group (type: String.t, default: nil) - The resource name of the Group. Shall be of the form groups/{group_id}.
  • groupKey (type: GoogleApi.CloudIdentity.V1.Model.EntityKey.t, default: nil) - The EntityKey of the Group.
  • labels (type: map(), default: nil) - One or more label entries that apply to the Group. Currently supported labels contain a key with an empty value.
  • membership (type: String.t, default: nil) - The resource name of the Membership. Shall be of the form groups/{group_id}/memberships/{membership_id}.
  • roles (type: list(GoogleApi.CloudIdentity.V1.Model.MembershipRole.t), default: nil) - The MembershipRoles that apply to the Membership.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudIdentity.V1.Model.MembershipRelation{
  description: String.t() | nil,
  displayName: String.t() | nil,
  group: String.t() | nil,
  groupKey: GoogleApi.CloudIdentity.V1.Model.EntityKey.t() | nil,
  labels: map() | nil,
  membership: String.t() | nil,
  roles: [GoogleApi.CloudIdentity.V1.Model.MembershipRole.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.