teams-devices_checkDisks

List of volume names to be checked for encryption.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-teams-devices-checkdisks-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/teams-devices_checkDisks",
  "title": "teams-devices_checkDisks",
  "description": "List of volume names to be checked for encryption.",
  "example": [
    "C",
    "D",
    "G"
  ],
  "items": {
    "type": "string"
  },
  "type": "array"
}