ServerExternalAdministratorResponse

data class ServerExternalAdministratorResponse(val administratorType: String? = null, val azureADOnlyAuthentication: Boolean? = null, val login: String? = null, val principalType: String? = null, val sid: String? = null, val tenantId: String? = null)

Properties of a active directory administrator.

Constructors

Link copied to clipboard
constructor(administratorType: String? = null, azureADOnlyAuthentication: Boolean? = null, login: String? = null, principalType: String? = null, sid: String? = null, tenantId: String? = null)

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

Login name of the server administrator.

Link copied to clipboard
val principalType: String? = null

Principal Type of the sever administrator.

Link copied to clipboard
val sid: String? = null

SID (object ID) of the server administrator.

Link copied to clipboard
val tenantId: String? = null

Tenant ID of the administrator.