A list of device ids to unrevoke.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/teams-devices_unrevoke_devices_request", "title": "teams-devices_unrevoke_devices_request", "description": "A list of device ids to unrevoke.", "items": { "$ref": "#/components/schemas/teams-devices_schemas-uuid" }, "maxLength": 200, "type": "array" }