GetGroupResult

data class GetGroupResult(val description: String? = null, val displayName: String? = null, val groupId: String? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, displayName: String? = null, groupId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

A string containing the description of the group.

Link copied to clipboard
val displayName: String? = null

A string containing the name of the group. This value is commonly displayed when the group is referenced.

Link copied to clipboard
val groupId: String? = null

The unique identifier for a group in the identity store.