Skip to content

Data Object - CertificateSSOCertificateServerData

Java Class

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

Property of

CertificateSSOCertificateDomainData

Since

Horizon 7.0

Data Object Description

Certificate server data.

Data Object Properties

Name Type Description
name xsd:string Unique (common) name of this certificate server.
networkAddress xsd:string DNS name network address of this certificate server. 1
connectionStatus xsd:string The status of the enrollment server's connection to the certificate server.
* This property will be one of:
ValueDescription
"CONNECTED"The enrollment server is connected to the certificate server.
"CONNECTED_DEGRADED"The enrollment server has connected to the certificate server, but the certificate server is in a degraded state. Either the database is loading and it can't yet issue certificates (for up to 20 seconds) OR the last request took an excessive time to complete (more than 1000 milliseconds).
"SERVICE_UNAVAILABLE"The enrollment server can connect to the certificate server, but the service is unavailable. A certificate server with a service in this status cannot be used in connector creation.
"DISCONNECTED"The enrollment server is not connected to the certificate server.
connectionStatusReason xsd:string Additional non-localized explanation of the connection status. 1
certificateStatus xsd:string The status of the certificate server's certificate.
* This property will be one of:
ValueDescription
"VALID"The certificate is valid.
"NOT_YET_VALID"The certificate is not yet valid.
"UNKNOWN"The certificate status is unknown. A certificate server with a certificate with this status cannot be used in connector creation.
"INVALID"The certificate is corrupt or unable to be used. A certificate server with a certificate with this status cannot be used in connector creation.
"EXPIRED"The certificate has expired. A certificate server with a certificate with this status cannot be used in connector creation.
"NOT_TRUSTED"The certificate is not in the NTAuth (Enterprise) store. A certificate server with a certificate with this status cannot be used in connector creation.
templateNames xsd:string[] Collection of certificate template names available to this certificate server. 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.