GetServerAzureADAdministratorResult

data class GetServerAzureADAdministratorResult(val administratorType: String, val azureADOnlyAuthentication: Boolean, val id: String, val login: String, val name: String, val sid: String, val tenantId: String? = null, val type: String)

Azure Active Directory administrator.

Constructors

Link copied to clipboard
constructor(administratorType: String, azureADOnlyAuthentication: Boolean, id: String, login: String, name: String, sid: String, 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

Azure Active Directory only Authentication enabled.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Login name of the server administrator.

Link copied to clipboard

Resource name.

Link copied to clipboard
val sid: String

SID (object ID) of the server administrator.

Link copied to clipboard
val tenantId: String? = null

Tenant ID of the administrator.

Link copied to clipboard

Resource type.