Skip to main content

DevicePostureRequest

{
  "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

name

string

false

none

none

description

string

false

none

none

userGroupsIds

[string]

false

none

none

windows

WindowsRequest

false

none

none

macos

MacOSRequest

false

none

none

linux

LinuxRequest

false

none

none

android

AndroidRequest

false

none

none

ios

IOSRequest

false

none

none