GetWorkspaceGroupResult

data class GetWorkspaceGroupResult(val azureApiVersion: String, 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(azureApiVersion: String, 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

The Azure API version of the resource.

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

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The name of the resource

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"