Update device posture policy
Body parameter
{
"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
}
}
Parameters
Name | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | true | none |
body | body | true | none | |
» name | body | string | false | none |
» description | body | string | false | none |
» userGroupsIds | body | [string] | false | none |
» windows | body | false | none | |
»» allowed | body | boolean | false | none |
»» version | body | false | none | |
»»» version | body | string | false | none |
»»» condition | body | string | false | none |
»» antiviruses | body | [string] | false | none |
»» diskEncryption | body | false | none | |
»»» type | body | string | false | none |
»»» volume | body | string | false | none |
»» certificate | body | string | false | none |
» macos | body | false | none | |
»» allowed | body | boolean | false | none |
»» version | body | false | none | |
»» antiviruses | body | [string] | false | none |
»» diskEncrypted | body | boolean | false | none |
»» certificate | body | string | false | none |
» linux | body | false | none | |
»» allowed | body | boolean | false | none |
» android | body | false | none | |
»» allowed | body | boolean | false | none |
» ios | body | false | none | |
»» allowed | body | boolean | false | none |
Enumerated Values
Parameter | Value |
|---|---|
»»» condition | GTE |
»»» condition | LTE |
»»» condition | EQUAL |
»» antiviruses | AVAST |
»» antiviruses | AVG |
»» antiviruses | AVIRA |
»» antiviruses | BITDEFENDER |
»» antiviruses | CROWDSTRIKE_FALCON |
»» antiviruses | ESET |
»» antiviruses | MALWAREBYTES |
»» antiviruses | MCAFEE |
»» antiviruses | MICROSOFT_DEFENDER |
»» antiviruses | NORTON |
»» antiviruses | SENTINEL_ONE |
»»» type | FULL_DISK |
»»» type | SPECIFIC_VOLUME |
»» antiviruses | AVAST |
»» antiviruses | AVG |
»» antiviruses | AVIRA |
»» antiviruses | BITDEFENDER |
»» antiviruses | CROWDSTRIKE_FALCON |
»» antiviruses | ESET |
»» antiviruses | MALWAREBYTES |
»» antiviruses | MCAFEE |
»» antiviruses | MICROSOFT_DEFENDER |
»» antiviruses | NORTON |
»» antiviruses | SENTINEL_ONE |
Responses
Status | Meaning | Description | Schema |
|---|---|---|---|
200 | OK |
To perform this operation, you must be authenticated by means of one of the following methods: oauth