Name
|
Type
|
Description
|
samlSupport | xsd:string |
SAML support option.
-
This property will be one of:
Value
|
Description
|
"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.
use samlAuthenticators instead of this samlAuthenticator.
- This property need not be set.
-
This property is required if
samlSupport is set to
"ENABLED"or "REQUIRED".
|
samlAuthenticators | SAMLAuthenticatorId[] |
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".
|
workspaceOneData | ConnectionServerWorkspaceOneData |
Workspace ONE data to use.
Since Horizon 7.2
- This property need not be set.
|