Skip to content

Data Object - ConnectionServerSAMLData

Java Class

com.omnissa.vdi.vlsi.binding.vdi.infrastructure.ConnectionServer.SAMLData

Property of

ConnectionServerAuthenticationData

See also

ConnectionServerWorkspaceOneData, SAMLAuthenticatorId

Since

Horizon View 6.0

Data Object Description

The SAML configuration settings for authentication to a connection server.

Data Object Properties

Name Type Description
samlSupport xsd:string SAML support option.
* This property will be one of:
ValueDescription
"ENABLED"This property is deprecated. Please use MULTI_ENABLED instead of ENABLED. Indicates that the Saml support is enabled but optional.
"REQUIRED"This property is deprecated. Please use MULTI_REQUIRED instead of REQUIRED. Indicates that the Saml support is necessary.
"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.
samlAuthenticator SAMLAuthenticatorId Deprecated._usesamlAuthenticators instead of this samlAuthenticator. _ 1 3
samlAuthenticators SAMLAuthenticatorId[] List of SamlAuthenticators to use. Since Horizon 7.0 1 2 4
workspaceOneData ConnectionServerWorkspaceOneData Workspace ONE data to use. Since Horizon 7.2 1

  1. This property need not be set. 

  2. This property is an unordered array of unique values. 

  3. This property is required if samlSupport is set to "ENABLED" or "REQUIRED". 

  4. This property is required if samlSupport is set to "MULTI_ENABLED" or "MULTI_REQUIRED".