Get Azure ADAdministrator Result
data class GetAzureADAdministratorResult(val administratorType: String? = null, 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
fun GetAzureADAdministratorResult(administratorType: String? = null, id: String, identityResourceId: String? = null, login: String? = null, name: String, sid: String? = null, systemData: SystemDataResponse, tenantId: String? = null, type: String)