ActiveDirectoryConnectorDomainDetailsResponse

data class ActiveDirectoryConnectorDomainDetailsResponse(val domainControllers: ActiveDirectoryDomainControllersResponse? = null, val netbiosDomainName: String? = null, val ouDistinguishedName: String? = null, val realm: String, val serviceAccountProvisioning: String? = null)

Active Directory domain details

Constructors

constructor(domainControllers: ActiveDirectoryDomainControllersResponse? = null, netbiosDomainName: String? = null, ouDistinguishedName: String? = null, realm: String, serviceAccountProvisioning: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

NETBIOS name of the Active Directory domain.

Link copied to clipboard

The distinguished name of the Active Directory Organizational Unit.

Link copied to clipboard

Name (uppercase) of the Active Directory domain that this AD connector will be associated with.

Link copied to clipboard

The service account provisioning mode for this Active Directory connector.