Data Object - SAMLAuthenticatorHealthData

Class
VMware.Hv.SAMLAuthenticatorHealthData
Property of
SAMLAuthenticatorHealthInfo
Since
Horizon View 6.0

Data Object Description

Basic data about the SAML authenticator.

Data Object Properties

Properties

Name Type Description
labelxsd:string

The label of the SAML Authenticator.
metadataURLxsd:string

The metadata URL of the SAML Authenticator.
  • This property need not be set.
administratorURLxsd:string

The administrator URL for the SAML authenticator. This must specify a protocol (scheme) of http or https.

Since Horizon 7.9
  • This property need not be set.
  • This property cannot be updated.
descriptionxsd:string

The description of the SAML authenticator.

Since Horizon 7.10
  • This property need not be set.
certificateSsoTriggerModexsd:string

How to trigger Certificate SSO on sessions using this authenticator.

Since Horizon 8.7
  • This property has a default value of "DISABLED".
  • This property cannot be updated.
  • This property will be one of:
    Value Description
    "DISABLED"Do not use Certificate SSO.
    "ENABLE_IF_NO_PASSWORD"If no password is supplied, use a valid (domain matching) connector if it exists.
    "REQUIRE_IF_NO_PASSWORD"If no password is supplied, use and require a valid (domain matching) connector.
    "ENABLE_ALWAYS"Regardless of a password, use a valid (domain matching) connector if it exists.
    "REQUIRE_ALWAYS"Regardless of a password, use and require a valid (domain matching) connector.