LocalAccountsGetResponseBody
This is a response body class for an operation.
Properties
JSON Example
{
"value": {
"email": "string",
"enabled": false,
"fullname": "string",
"has_password": false,
"inactive_at": "string",
"last_password_change": "string",
"max_days_between_password_change": 0,
"min_days_between_password_change": 0,
"password_expires_at": "string",
"roles": [
"string"
],
"warn_days_before_password_expiration": 0
}
}