GetServerAdministratorResult

data class GetServerAdministratorResult(val administratorType: String, val id: String, val login: String, val name: String, val sid: String, val tenantId: String, val type: String)

Represents a and external administrator to be created.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of administrator.

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 server administrator login account name.

Link copied to clipboard

The name of the resource

Link copied to clipboard
val sid: String

The server administrator Sid (Secure ID).

Link copied to clipboard

The server Active Directory Administrator tenant id.

Link copied to clipboard

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