Data Object - CertificateSSOTemplateData

Class
VMware.Hv.TemplateData
Property of
CertificateSSOCertificateDomainData
Since
Horizon 7.0

Data Object Description

Certificate template data.

Data Object Properties

Properties

Name Type Description
namexsd:string

Unique name for this template.
minimumKeyLengthxsd:int

Minimum key-length of the private/public key associated with the certificate.
  • This property need not be set.
hashAlgorithmxsd:string

Hash algorithm used in the certificate signing request.
  • This property need not be set.
validitySecondsxsd:long

Length of time, in seconds, that certificates issues with this template remain valid.
  • This property need not be set.
statusxsd:string

The status of this template.
  • This property will be one of:
    Value Description
    "SUPPORTED_OPTIMAL"This template has the optimal properties for CertSSO.
    "SUPPORTED_NOT_OPTIMAL"This template does not have the ideal properties for CertSSO.
    "UNKNOWN"This status of this template is unknown. A template with this status cannot be used in connector creation.
    "NO_CAPABILITY"This template is not configured to perform CertSSO. A template with this status cannot be used in connector creation.
    "INVALID"This template is smartcard logon enabled, but some setting is invalid. A template with this status cannot be used in connector creation.
    "MANUAL"This template is smartcard logon enabled, but manual enrollment is needed. A template with this status cannot be used in connector creation.
    "UNSUITABLE"This template is smartcard logon enabled, but is unsuitable. A template with this status cannot be used in connector creation.
statusReasonxsd:string

Additional non-localized explanation of the status.
  • This property need not be set.