GetAzureADAdministratorResult

data class GetAzureADAdministratorResult(val administratorType: String? = null, val azureApiVersion: String, val id: String, val identityResourceId: String? = null, val login: String? = null, val name: String, val sid: String? = null, val systemData: SystemDataResponse, val tenantId: String? = null, val type: String)

Represents a Administrator.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of the sever administrator.

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. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The resource id of the identity used for AAD Authentication.

Link copied to clipboard
val login: String? = null

Login name of the server administrator.

Link copied to clipboard

The name of the resource

Link copied to clipboard
val sid: String? = null

SID (object ID) of the server administrator.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tenantId: String? = null

Tenant ID of the administrator.

Link copied to clipboard

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