{
"auth_security_policy": {
"verification_code": "string",
"enhanced_password": true,
"two_factor": true,
"one_session_only": true,
"enabled": true,
"password_expiration_warning": true,
"freeze_duration": 0,
"expiration_time": 0,
"password_lifetime": 0,
"max_attempts": 0
}
}curl --location --request PATCH 'http://10.16.11.91:6012/sddc/v1/v1/auth/security-policy' \
--header 'x-sddc-token: 78ce2df0c80e4b10a28c7779af4dc10f' \
--header 'Content-Type: application/json' \
--data-raw '{
"auth_security_policy": {
"verification_code": "string",
"enhanced_password": true,
"two_factor": true,
"one_session_only": true,
"enabled": true,
"password_expiration_warning": true,
"freeze_duration": 0,
"expiration_time": 0,
"password_lifetime": 0,
"max_attempts": 0
}
}'{
"auth_security_policy": {
"enhanced_password": true,
"two_factor": true,
"one_session_only": true,
"enabled": true,
"password_expiration_warning": true,
"freeze_duration": 0,
"expiration_time": 0,
"password_lifetime": 0,
"max_attempts": 0
}
}