Data Object - CertificateSSOConnectorData
Java Class
com.omnissa.vdi.vlsi.binding.vdi.infrastructure.CertificateSSOConnector.CertificateSSOConnectorData
Property of
See also
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. * This property has a maximum length of 64 characters. |
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 |