GetGroupResult

data class GetGroupResult(val alternateIdentifier: GetGroupAlternateIdentifier? = null, val description: String, val displayName: String, val externalIds: List<GetGroupExternalId>, val filter: GetGroupFilter? = null, val groupId: String, val id: String, val identityStoreId: String)

A collection of values returned by getGroup.

Constructors

Link copied to clipboard
constructor(alternateIdentifier: GetGroupAlternateIdentifier? = null, description: String, displayName: String, externalIds: List<GetGroupExternalId>, filter: GetGroupFilter? = null, groupId: String, id: 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 value.

Link copied to clipboard

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

Link copied to clipboard
val filter: GetGroupFilter? = null
Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard