Skip to content

Data Object - CertificateSSOConnectorData

Java Class

com.omnissa.vdi.vlsi.binding.vdi.infrastructure.CertificateSSOConnector.CertificateSSOConnectorData

Property of

CertificateSSOConnectorInfo, CertificateSSOConnectorSpec

See also

ADDomainId, CertificateSSOEnrollmentServerId

Since

Horizon 7.0

Data Object Description

Configuration data for a Certificate SSO Connector.

Data Object Properties

Name Type Description
displayName xsd:string Human readable display name for this connector. It must be unique among all other connectors. 6
description xsd:string Description of this connector. 1 4
enabled xsd:boolean Whether or not the connector is enabled. 3
primaryEnrollmentServer CertificateSSOEnrollmentServerId The primary enrollment server.
secondaryEnrollmentServer CertificateSSOEnrollmentServerId The secondary enrollment server if the primary isn't available. This cannot be the same as the primary. 1
domain ADDomainId The AD domain that this connector applies to. This domain must be unique among all connectors. This domain must be accessible to all enrollment servers configured on this connector. This cannot be changed once created. 2
templateName xsd:string Name of the certificate template to use for this domain. This template must be accessible to all enrollment servers configured on this connector.
certificateServerNames xsd:string[] Specifies the certificate server (common) names to send certificate signing requests to. The enrollment service will round-robin the requests to available certificate servers. 5

  1. This property need not be set. 

  2. This property cannot be updated. 

  3. This property has a default value of true. 

  4. This property has a maximum length of 1024 characters. 

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

  6. This property has a maximum length of 64 characters.