Skip to main content

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

DevicePostureRequest

true

none

» name

body

string

false

none

» description

body

string

false

none

» userGroupsIds

body

[string]

false

none

» windows

body

WindowsRequest

false

none

»» allowed

body

boolean

false

none

»» version

body

VersionPolicy

false

none

»»» version

body

string

false

none

»»» condition

body

string

false

none

»» antiviruses

body

[string]

false

none

»» diskEncryption

body

DiskEncryption

false

none

»»» type

body

string

false

none

»»» volume

body

string

false

none

»» certificate

body

string

false

none

» macos

body

MacOSRequest

false

none

»» allowed

body

boolean

false

none

»» version

body

VersionPolicy

false

none

»» antiviruses

body

[string]

false

none

»» diskEncrypted

body

boolean

false

none

»» certificate

body

string

false

none

» linux

body

LinuxRequest

false

none

»» allowed

body

boolean

false

none

» android

body

AndroidRequest

false

none

»» allowed

body

boolean

false

none

» ios

body

IOSRequest

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

OK

DevicePostureResponse

To perform this operation, you must be authenticated by means of one of the following methods: oauth