GetGroupsGroup

data class GetGroupsGroup(val additionalGroupKeys: List<GetGroupsGroupAdditionalGroupKey>, val createTime: String, val description: String, val displayName: String, val groupKeys: List<GetGroupsGroupGroupKey>, val initialGroupConfig: String, val labels: Map<String, String>, val name: String, val parent: String, val updateTime: String)

Constructors

Link copied to clipboard
constructor(additionalGroupKeys: List<GetGroupsGroupAdditionalGroupKey>, createTime: String, description: String, displayName: String, groupKeys: List<GetGroupsGroupGroupKey>, initialGroupConfig: String, labels: Map<String, String>, name: String, parent: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional group keys associated with the Group

Link copied to clipboard

The time when the Group was created.

Link copied to clipboard

An extended description to help users determine the purpose of a Group.

Link copied to clipboard

The display name of the Group.

Link copied to clipboard

EntityKey of the Group. Structure is documented below.

Link copied to clipboard

The initial configuration options for creating a Group. See the API reference for possible values. Default value: "EMPTY" Possible values: "INITIAL_GROUP_CONFIG_UNSPECIFIED", "WITH_INITIAL_OWNER", "EMPTY"

Link copied to clipboard

The labels that apply to the Group. Contains 'cloudidentity.googleapis.com/groups.discussion_forum': '' if the Group is a Google Group or 'system/groups/external': '' if the Group is an external-identity-mapped group.

Link copied to clipboard

Resource name of the Group in the format: groups/{group_id}, where group_id is the unique ID assigned to the Group.

Link copied to clipboard

The parent resource under which to list all Groups. Must be of the form identitysources/{identity_source_id} for external- identity-mapped groups or customers/{customer_id} for Google Groups.

Link copied to clipboard

The time when the Group was last updated.