Data Object - CertificateSSOCertificateDomainData

Class
VMware.Hv.DomainData
Property of
CertificateSSOEnrollmentServerData
See also
ADDomainId, CertificateSSOCertificateServerData, CertificateSSOTemplateData
Since
Horizon 7.0

Data Object Description

Domain data.

Data Object Properties

Properties

Name Type Description
domainADDomainId

Id of the domain
dnsNamexsd:string

DNS name of the domain.
forestDnsNamexsd:string

DNS name of the domain's forest, if any.
  • This property need not be set.
domainStatusxsd:string

The status of this domain to the enrollment server.
  • This property will be one of:
    Value Description
    "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.
domainStatusReasonxsd:string

Additional non-localized explanation of the domain status.
  • This property need not be set.
replicationStatusxsd:string

This domain's forest's replication status with the domain controller.
  • This property will be one of:
    Value Description
    "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.
replicationStatusReasonxsd:string

Additional non-localized explanation of the replication status.
  • This property need not be set.
enrollmentCertificateStatusxsd:string

The status of the enrollment server's certificate for this domain's forest.
  • This property will be one of:
    Value Description
    "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.
certificateServersCertificateSSOCertificateServerData[]

Collection of certificate server data available to this domain.
  • This property need not be set.
  • This property is an unordered array of unique values.
  • This property cannot be updated.
templatesCertificateSSOTemplateData[]

Collection of certificate template data available to certificate servers on this domain. Not all certificate servers may have access to all of these templates.
  • This property need not be set.
  • This property is an unordered array of unique values.
  • This property cannot be updated.