Update the authentication settings

Update the authentication settings
Update the authentication settings

Update the authentication settings

Request
URI
PUT
https://{opsmanager-installation}/api/v0/settings/authentication
COPY
Request Body
AuthenticationSettingPut of type(s) application/json
Optional
OneOf
This class requires at least one of the following:
{
    "decryption_passphrase": "string",
    "identity_provider": "string",
    "admin_user_name": "string",
    "admin_password": "string"
}
Responses
200

OK

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/api/v0/settings/authentication