View API
| Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |
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 |
---|---|---|
displayName | xsd:string |
Human readable display name for this connector. It must be unique among
all other connectors.
|
description | xsd:string |
Description of this connector.
|
enabled | xsd:boolean |
Whether or not the connector is enabled.
|
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.
|
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.
|
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.
|
Top of page | Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |