GoogleApi.CloudIdentity.V1.Model.Group (google_api_cloud_identity v0.20.0) View Source

A group within the Cloud Identity Groups API. A Group is a collection of entities, where each entity is either a user, another group, or a service account.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The time when the Group was created.
  • description (type: String.t, default: nil) - An extended description to help users determine the purpose of a Group. Must not be longer than 4,096 characters.
  • displayName (type: String.t, default: nil) - The display name of the Group.
  • groupKey (type: GoogleApi.CloudIdentity.V1.Model.EntityKey.t, default: nil) - Required. Immutable. The EntityKey of the Group.
  • labels (type: map(), default: nil) - Required. One or more label entries that apply to the Group. Currently supported labels contain a key with an empty value. Google Groups are the default type of group and have a label with a key of cloudidentity.googleapis.com/groups.discussion_forum and an empty value. Existing Google Groups can have an additional label with a key of cloudidentity.googleapis.com/groups.security and an empty value added to them. This is an immutable change and the security label cannot be removed once added. Dynamic groups have a label with a key of cloudidentity.googleapis.com/groups.dynamic. Identity-mapped groups for Cloud Search have a label with a key of system/groups/external and an empty value. Examples: {"cloudidentity.googleapis.com/groups.discussion_forum": ""} or {"system/groups/external": ""}.
  • name (type: String.t, default: nil) - Output only. The resource name of the Group. Shall be of the form groups/{group_id}.
  • parent (type: String.t, default: nil) - Required. Immutable. The resource name of the entity under which this Group resides in the Cloud Identity resource hierarchy. Must be of the form identitysources/{identity_source_id} for external- identity-mapped groups or customers/{customer_id} for Google Groups.
  • updateTime (type: DateTime.t, default: nil) - Output only. The time when the Group 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.Group{
  createTime: DateTime.t(),
  description: String.t(),
  displayName: String.t(),
  groupKey: GoogleApi.CloudIdentity.V1.Model.EntityKey.t(),
  labels: map(),
  name: String.t(),
  parent: String.t(),
  updateTime: DateTime.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.