API Guide
Table 37. Attributes (continued)
Attribute name Description
Name Name of the user. This value is the same as the user name.
Password Password for the user. The password is not displayed while
retrieving the details.
UserName Username of the account.
RoleId Role for the account.
Locked Indicates if the account is locked.
IsBuiltin Indicates if the account is an in-built account.
Enabled Indicates if the account is enabled.
ObjectGuid Unique group ID for directory service.
Security and certificate management
/api/ApplicationService/Security
This URI represents the security information.
GET method for Security
This method returns the security information for the system.
Description
Returns the security information.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "/api/$metadata#ApplicationService.Security/$entity",
"@odata.type": "#ApplicationService.Security",
"@odata.id": "/api/ApplicationService/Security",
"SecurityConfiguration":{
"@odata.id": "/api/ApplicationService/Security/SecurityConfiguration"
}
/api/ApplicationService/Security/SecurityConfiguration
This URI represents the security configuration.
GET method for SecurityConfiguration
This method returns the security configuration.
Description
Returns the security configuration.
Privilege VIEW
HTTP response
codes
200
64 Application settings