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

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

remote_auth_configurations
Optional

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

service_auth_configurations
Optional

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