LocalAccountsUpdateRequestBody
This is a request body class for an operation.
Properties
JSON Example
{
"config": {
"days_after_password_expiration": 0,
"email": "string",
"enabled": false,
"full_name": "string",
"inactive_after_password_expiration": false,
"max_days_between_password_change": 0,
"min_days_between_password_change": 0,
"old_password": "string",
"password": "string",
"password_expires": false,
"password_expires_at": "string",
"roles": [
"string"
],
"warn_days_before_password_expiration": 0
}
}