DevicePostureResponse
{
"id": "string",
"name": "string",
"description": "string",
"userGroupsIds": [
"string"
],
"windows": {
"allowed": true,
"version": {
"version": "string",
"condition": "GTE"
},
"antiviruses": [
"AVAST"
],
"diskEncryption": {
"type": "FULL_DISK",
"volume": "string"
},
"certificate": "string"
},
"macos": {
"allowed": true,
"version": {
"version": "string",
"condition": "GTE"
},
"antiviruses": [
"AVAST"
],
"diskEncrypted": true,
"certificate": "string"
},
"linux": {
"allowed": true
},
"android": {
"allowed": true
},
"ios": {
"allowed": true
}
}
Properties
Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
id | string | false | none | none |
name | string | false | none | none |
description | string | false | none | none |
userGroupsIds | [string] | false | none | none |
windows | false | none | none | |
macos | false | none | none | |
linux | false | none | none | |
android | false | none | none | |
ios | false | none | none |