Data Object - CertificateSSOConnectorData

Class
VMware.Hv.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

Properties

Name Type Description
displayNamexsd: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.
descriptionxsd:string

Description of this connector.
  • This property need not be set.
  • This property has a maximum length of 1024 characters.
enabledxsd:boolean

Whether or not the connector is enabled.
  • This property has a default value of true.
primaryEnrollmentServerCertificateSSOEnrollmentServerId

The primary enrollment server.
secondaryEnrollmentServerCertificateSSOEnrollmentServerId

The secondary enrollment server if the primary isn't available. This cannot be the same as the primary.
  • This property need not be set.
domainADDomainId

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.
  • This property cannot be updated.
templateNamexsd:string

Name of the certificate template to use for this domain. This template must be accessible to all enrollment servers configured on this connector.
certificateServerNamesxsd: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.
  • This property is an unordered array of unique values.