User Manual

ASUS ASMB9-iKVM
4-95
Name Type ReadOnly Description
Locked Boolean False This property (when set to true) shall indicate that the account
service has automatically locked the account due to the property
accountLockoutThreshold having been exceeded.
If Locked is set to true by account service, the account is locked and the
user shall not be able to login redfish unless the property is unlocked by
administrator.
If set to false, the account will not be locked. A user admin shall be able
to write a false to the property to clear the lockout condition, prior to the
lockout duration period.
By default, the account service will set the value of Locked
to false. (The acCount shall not be locked and the failed
attempt should not exceed the accountLockedThreshold).
Only the Administrator will be able to unlock the locked
account in case it is set to true automatically in case of failed
login attempts but setting the account as locked account (i.e
value to true) by an Administrator is an invalid operation.
Enabled Boolean False This property shall enable (if set to true) or disable (if set to false) the
account for future logins. The value of Enable over-rides the locked
property.
Links Object - The links object contains the links to other resources that are related to
this resource.
Name Type ReadOnly Description
Role Object True A reference to the Role object
defining Privileges for this account-
returned when the resource is
read. The ID of the role is the
same as property RoleId.
B. PATCH
• Request
PATCH https://{{ip}}/redfish/v1/AccountService/Accounts/
{{account_instance}}
Content-Type: application/json
Request Body
Please refer to the properties that are patchable in
Table 47 Manager Account
Property
for which ReadOnly is False that can be sent as Request body in json format.
Example Request Body for Editing an Account:
{
“Enabled”: true,
“Password”: “superuser”,
“UserName”: “user_account”,
“RoleId”: “ReadOnly”,
“Locked”: false
}
E16160_ASMB9-iKVM_UM_V3.indb 95E16160_ASMB9-iKVM_UM_V3.indb 95 1/17/2020 2:29:31 PM1/17/2020 2:29:31 PM