GroupContractPropertiesResponse

data class GroupContractPropertiesResponse(val builtIn: Boolean, val description: String? = null, val displayName: String, val externalId: String? = null, val type: String? = null)

Group contract Properties.

Constructors

Link copied to clipboard
constructor(builtIn: Boolean, description: String? = null, displayName: String, externalId: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false.

Link copied to clipboard
val description: String? = null

Group description. Can contain HTML formatting tags.

Link copied to clipboard

Group name.

Link copied to clipboard
val externalId: String? = null

For external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory aad://<tenant>.onmicrosoft.com/groups/<group object id>; otherwise the value is null.

Link copied to clipboard
val type: String? = null

Group type.