Reference Guide

Table 37. Attributes (continued)
Attribute name Description
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
Example
response body
{
"@odata.context": "/api/
$metadata#ApplicationService.FIPSModeConfiguration/$entity",
"@odata.type": "#ApplicationService.FIPSModeConfiguration",
"@odata.id": "/api/ApplicationService/Security/SecurityConfiguration",
"FipsMode": "OFF"
}
Application settings 65