on-http-y1
Version:
OnRack Http Server
21 lines (20 loc) • 580 B
JSON
{
"@odata.context" : "<%= basepath %>/$metadata#AccountService",
"@odata.id": "<%= url %>",
"@odata.type": "#AccountService.1.0.0.AccountService",
"Oem": {},
"Id": "AccountService",
"Description": "Account Service",
"Name": "Account Service",
"Status": {},
"ServiceEnabled": true,
"MinPasswordLength": 6,
"MaxPasswordLength": 50,
"AccountLockoutThreshold": 0,
"Accounts" : {
"@odata.id": "<%= basepath %>/AccountService/Accounts"
},
"Roles": {
"@odata.id": "<%= basepath %>/AccountService/Roles"
}
}