Get Administrator Result
data class GetAdministratorResult(val id: String, val name: String, val objectId: String? = null, val principalName: String? = null, val principalType: String? = null, val systemData: SystemDataResponse, val tenantId: String? = null, val type: String)
Represents an Active Directory administrator.
Constructors
Link copied to clipboard
fun GetAdministratorResult(id: String, name: String, objectId: String? = null, principalName: String? = null, principalType: String? = null, systemData: SystemDataResponse, tenantId: String? = null, type: String)