GetGroupResult

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

Contract details.

Constructors

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

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 id: String

Resource ID.

Link copied to clipboard

Resource name.

Link copied to clipboard

Resource type for API Management resource.