GetWorkspaceSqlAadAdminResult

data class GetWorkspaceSqlAadAdminResult(val administratorType: String? = null, val azureApiVersion: String, val id: String, val login: String? = null, val name: String, val sid: String? = null, val tenantId: String? = null, val type: String)

Workspace active directory administrator

Constructors

Link copied to clipboard
constructor(administratorType: String? = null, azureApiVersion: String, id: String, login: String? = null, name: String, sid: String? = null, tenantId: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Workspace active directory administrator type

Link copied to clipboard

The Azure API version of the resource.

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
val login: String? = null

Login of the workspace active directory administrator

Link copied to clipboard

The name of the resource

Link copied to clipboard
val sid: String? = null

Object ID of the workspace active directory administrator

Link copied to clipboard
val tenantId: String? = null

Tenant ID of the workspace active directory administrator

Link copied to clipboard

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