Data Object - ConnectionServerSAMLData

Class
VMware.Hv.SAMLData
Property of
ConnectionServerAuthenticationData
See also
SAMLAuthenticatorId
Since
Horizon View 6.0

Data Object Description

The SAML configuration settings for authentication to a connection server.

Data Object Properties

Properties

Name Type Description
samlSupportxsd:string

SAML support option.
  • This property will be one of:
    Value Description
    "ENABLED"null
    "REQUIRED"null
    "DISABLED"Indicates that the Saml support is disabled.
    "MULTI_ENABLED"Indicates that the Saml multi auth support is enabled.
    "MULTI_REQUIRED"Indicates that the Saml multi auth support is mandatory.
samlAuthenticatorSAMLAuthenticatorIdDeprecated. use samlAuthenticators instead of this samlAuthenticator.


  • This property need not be set.
  • This property is required if samlSupport is set to "ENABLED"or "REQUIRED".
samlAuthenticatorsSAMLAuthenticatorId[]

List of SamlAuthenticators to use.

Since Horizon 7.0
  • This property need not be set.
  • This property is an unordered array of unique values.
  • This property is required if samlSupport is set to "MULTI_ENABLED"or "MULTI_REQUIRED".