List of volume names to be checked for encryption.
{ "$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" }