GetGroupsGroup

data class GetGroupsGroup(val description: String, val displayName: String, val externalIds: List<GetGroupsGroupExternalId>, val groupId: String, val identityStoreId: String)

Constructors

Link copied to clipboard
constructor(description: String, displayName: String, externalIds: List<GetGroupsGroupExternalId>, groupId: String, identityStoreId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Description of the specified group.

Link copied to clipboard

Group's display name.

Link copied to clipboard

List of identifiers issued to this resource by an external identity provider.

Link copied to clipboard

Identifier of the group in the Identity Store.

Link copied to clipboard

Identity Store ID associated with the Single Sign-On (SSO) Instance.