GoogleApi.CloudIdentity.V1.Model.GroupRelation (google_api_cloud_identity v0.22.0) View Source
Message representing a transitive group of a user or a group.
Attributes
-
displayName
(type:String.t
, default:nil
) - Display name for this group. -
group
(type:String.t
, default:nil
) - Resource name for this group. -
groupKey
(type:GoogleApi.CloudIdentity.V1.Model.EntityKey.t
, default:nil
) - Entity key has an id and a namespace. In case of discussion forums, the id will be an email address without a namespace. -
labels
(type:map()
, default:nil
) - Labels for Group resource. -
relationType
(type:String.t
, default:nil
) - The relation between the member and the transitive group. -
roles
(type:list(GoogleApi.CloudIdentity.V1.Model.TransitiveMembershipRole.t)
, default:nil
) - Membership roles of the member for the group.
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.GroupRelation{ displayName: String.t() | nil, group: String.t() | nil, groupKey: GoogleApi.CloudIdentity.V1.Model.EntityKey.t() | nil, labels: map() | nil, relationType: String.t() | nil, roles: [GoogleApi.CloudIdentity.V1.Model.TransitiveMembershipRole.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.