AdminAuthConfiguration

AdminAuthConfiguration
AdminAuthConfiguration
JSON Example
{
    "allow_local_user_login": false,
    "remote_auth_configurations": [
        {
            "auth_mapping_profile_ref": "string",
            "auth_profile_ref": "string",
            "index": 0
        }
    ],
    "service_auth_configurations": [
        {
            "index": 0,
            "service_auth_mapping_profile_ref": "string",
            "service_auth_profile_ref": "string"
        }
    ]
}
boolean
allow_local_user_login
Optional
Constraints: default: true

Allow any user created locally to login with local credentials. Field introduced in 17.1.1. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

remote_auth_configurations
Optional

Remote Auth configurations. Field introduced in 22.1.1. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

service_auth_configurations
Optional

Service Auth configurations. Field introduced in 30.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.