Skip to content

Data Object - CertificateSSOCertificateDomainData

Java Class

com.omnissa.vdi.vlsi.binding.vdi.infrastructure.CertificateSSOEnrollmentServer.DomainData

Property of

CertificateSSOEnrollmentServerData

See also

ADDomainId, CertificateSSOCertificateServerData, CertificateSSOTemplateData

Since

Horizon 7.0

Data Object Description

Domain data.

Data Object Properties

Name Type Description
domain ADDomainId Id of the domain
dnsName xsd:string DNS name of the domain.
forestDnsName xsd:string DNS name of the domain's forest, if any. 1
domainStatus xsd:string The status of this domain to the enrollment server.
* This property will be one of:
ValueDescription
"READY"The domain is ready.
"CREATED"The domain is created.
"INITIALIZED"The domain is initialized.
"CONNECTING"The domain is connecting.
"ASSOCIATED"This domain has been associated with a Forest, but we do not yet have a connection to this domain. We have no means of syncing objects for this forest from this domain, so it may only operate as long as there is another domain in the same forest that we can synchronize with.
"STOPPING"The domain is stopping. A domain with this status cannot be used in connector creation.
"FAILED"The domain is failed. A domain with this status cannot be used in connector creation.
"UNKNOWN"The domain status is unknown. A domain with this status cannot be used in connector creation.
domainStatusReason xsd:string Additional non-localized explanation of the domain status. 1
replicationStatus xsd:string This domain's forest's replication status with the domain controller.
* This property will be one of:
ValueDescription
"OK"The enrollment server has read the enrollment properties at least once and is successfully able to update them periodically.
"DEGRADED"The enrollment server has read the enrollment properties at least once, but has not been able to reach a domain controller for some time.
"PENDING"The enrollment server has not yet read the enrollment properties from a domain controller.
"FAILED"The enrollment server has read the enrollment properties at least once but either has not been able to reach a domain controller for an extended time or another issue exists. An enrollment server with this status cannot be used in connector creation.
replicationStatusReason xsd:string Additional non-localized explanation of the replication status. 1
enrollmentCertificateStatus xsd:string The status of the enrollment server's certificate for this domain's forest.
* This property will be one of:
ValueDescription
"VALID"A valid enrollment certificate for this domain's forest is installed on the enrollment server.
"NOT_VALID"No valid enrollment certificate for this domain's forest is installed on the enrollment server, or it may have expired. An enrollment server with this status cannot be used in connector creation.
certificateServers CertificateSSOCertificateServerData[] Collection of certificate server data available to this domain. 1 3 2
templates CertificateSSOTemplateData[] Collection of certificate template data available to certificate servers on this domain. Not all certificate servers may have access to all of these templates. 1 3 2

  1. This property need not be set. 

  2. This property cannot be updated. 

  3. This property is an unordered array of unique values.