Disk Encryption

APIs.ioEngineeringPlatform

Properties

Name Type Description
checkDisks object
requireAll object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-teams-devices-disk-encryption-input-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/teams-devices_disk_encryption_input_request",
  "title": "Disk Encryption",
  "properties": {
    "checkDisks": {
      "$ref": "#/components/schemas/teams-devices_checkDisks"
    },
    "requireAll": {
      "$ref": "#/components/schemas/teams-devices_requireAll"
    }
  },
  "type": "object"
}