blob: f03bdc37c5d854d45014a4693a69ce7de0761a9c [file] [log] [blame]
Scott Bakerbdb962b2020-04-03 10:53:36 -07001{
2 "MaxPasswordLength": 24,
3 "ServiceEnabled": true,
4 "Name": "Account Service",
5 "Roles": {
6 "@odata.id": "/redfish/v1/AccountService/Roles"
7 },
8 "Id": "AccountService",
9 "Description": "Account Service ",
10 "AuthFailureLoggingThreshold": 3,
11 "AccountLockoutCounterResetAfter": 30,
12 "MinPasswordLength": 6,
13 "Accounts": {
14 "@odata.id": "/redfish/v1/AccountService/Accounts"
15 },
16 "@odata.type": "#AccountService.v1_0_0.AccountService",
17 "AccountLockoutDuration": 30,
18 "@odata.context": "/redfish/v1/$metadata#AccountService.AccountService",
19 "Status": {
20 "State": "Enabled",
21 "HealthRollup": "OK",
22 "Health": "OK"
23 },
24 "AccountLockoutThreshold": 5,
25 "@odata.id": "/redfish/v1/AccountService",
26 "Oem": {}
27}