[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
SsoConfigurationPatchTO
Properties
array of
string
activeDirectoryIds
Optional
List of Active Directory IDs that are part of the same Active Directory Forest.
array of
integer as int32
caCertVersionsToDelete
Optional
List of valid CA cert versions to be deleted.If the CA bundle versions to be deleted is passed, then rest all of the fields can be optional, if only deletion of bundle is desired.Default : null
string
caConfigDn
Optional
Configuration DN. Verify the Active Directory to get the appropriate value.If caConfigDn is changed, then a new Bundle is always created.
string
caMode
Optional
CA mode. Accepted values: root or sub
string
description
Optional
The description of the SSO config
string
name
Optional
The name of the SSO config
JSON Example
{
"caCertVersionsToDelete": [
1,
2
],
"caConfigDn": "CN=Configuration,DC=example,DC=com",
"caMode": "sub",
"description": "My SSO config.",
"name": "my-sso-config"
}