API Guide
Table 37. Attributes
Attribute name Description
Id Unique identifier of the resource within the collection.
UserTypeId Type of user.
DirectoryServiceId ID of the directory service.
Description Description for this user.
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"
}
64 Application settings