Skip to main content

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

WindowsResponse

false

none

none

macos

MacOSResponse

false

none

none

linux

LinuxResponse

false

none

none

android

AndroidResponse

false

none

none

ios

IOSResponse

false

none

none