system_property_get_authentication_configuration_result
system_property_get_authentication_configuration_result
JSON Example
{
"operator": {
"mode": "string",
"radius": {
"domainAttribute": "string",
"operatorDomain": "string",
"primaryServer": "string",
"protocol": "string",
"roleAttribute": "string",
"secondaryServer": "string",
"sharedSecret": "string",
"timeoutMilliSeconds": 0,
"roleMap": {
"Operator Standard Admin": "string",
"Operator Superuser": "string",
"Operator Support": "string"
}
},
"sso": {
"enabled": false,
"protocol": "string",
"provider": "string",
"configuration": {
"authorizationEndpoint": "string",
"clientId": "string",
"clientSecret": "string",
"issuer": "string",
"provider": "string",
"redirectEndpoint": "string",
"tokenEndpoint": "string",
"userInfoEndpoint": "string",
"wellKnownConfigurationUrl": "string",
"scopes": [
"string"
],
"roleConfig": {
"defaultRole": "string",
"oidcRolesEnabled": false,
"roleAttribute": "string",
"vcoToIdpRoleMap": {
"Operator Business": [
"string"
],
"Operator Standard Admin": [
"string"
],
"Operator Superuser": [
"string"
],
"Operator Support": [
"string"
]
}
}
}
}
},
"enterprise": {
"mode": "string",
"radius": {
"domainAttribute": "string",
"primaryServer": "string",
"protocol": "string",
"roleAttribute": "string",
"secondaryServer": "string",
"sharedSecret": "string",
"timeoutMilliSeconds": 0,
"roleMap": {
"Enterprise Read Only": "string",
"Enterprise Standard Admin": "string",
"Enterprise Superuser": "string",
"Enterprise Support": "string"
}
}
}
}