teams-devices_devices_policy_certificates

APIs.ioEngineeringPlatform

Properties

Name Type Description
enabled boolean The current status of the device policy certificate provisioning feature for WARP clients.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-teams-devices-devices-policy-certificates-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/teams-devices_devices_policy_certificates",
  "title": "teams-devices_devices_policy_certificates",
  "properties": {
    "enabled": {
      "description": "The current status of the device policy certificate provisioning feature for WARP clients.",
      "example": true,
      "type": "boolean"
    }
  },
  "required": [
    "enabled"
  ],
  "type": "object"
}