Get existing Device Posture policy
Parameters
Name | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | true | Id |
Responses
Status | Meaning | Description |
|---|---|---|
200 | OK | |
400 | Bad Request | |
401 | Unauthorized | |
403 | Access Forbidden | |
404 | Not Found | |
406 | Not Acceptable | |
429 | Too Many Requests | |
500 | Internal Server Error |
To perform this operation, you must be authenticated by means of one of the following methods: OAuth_authorization
{
"description": "string",
"id": "string",
"macos": {
"antiviruses": [
"AVAST"
],
"certificateAdded": true,
"diskEncrypted": true,
"version": {
"condition": "EQUAL",
"version": "string"
}
},
"name": "string",
"userGroupsIds": [
"string"
],
"windows": {
"antiviruses": [
"AVAST"
],
"certificateAdded": true,
"diskEncryption": {
"type": "FULL_DISK",
"volume": "string"
},
"version": {
"condition": "EQUAL",
"version": "string"
}
}
}