AaddsResourceDetails interface
The Azure active directory domain service resource details.
Properties
domain |
The Azure active directory domain service name. |
initial |
This indicates whether initial sync complete or not. |
ldaps |
This indicates whether enable ldaps or not. |
ldaps |
The base 64 format string of public ldap certificate. |
resource |
The resource id of azure active directory domain service. |
subnet |
The subnet resource id. |
tenant |
The tenant id of azure active directory domain service . |
Property Details
domainName
The Azure active directory domain service name.
domainName?: string
Property Value
string
initialSyncComplete
This indicates whether initial sync complete or not.
initialSyncComplete?: boolean
Property Value
boolean
ldapsEnabled
This indicates whether enable ldaps or not.
ldapsEnabled?: boolean
Property Value
boolean
ldapsPublicCertificateInBase64
The base 64 format string of public ldap certificate.
ldapsPublicCertificateInBase64?: string
Property Value
string
resourceId
The resource id of azure active directory domain service.
resourceId?: string
Property Value
string
subnetId
The subnet resource id.
subnetId?: string
Property Value
string
tenantId
The tenant id of azure active directory domain service .
tenantId?: string
Property Value
string