teams-devices_dex_target_policy

APIs.ioEngineeringPlatform

Properties

Name Type Description
default boolean Whether the profile is the account default
id string The id of the device settings profile
name string The name of the device settings profile
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-teams-devices-dex-target-policy-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/teams-devices_dex_target_policy",
  "title": "teams-devices_dex_target_policy",
  "properties": {
    "default": {
      "description": "Whether the profile is the account default",
      "type": "boolean"
    },
    "id": {
      "description": "The id of the device settings profile",
      "type": "string"
    },
    "name": {
      "description": "The name of the device settings profile",
      "type": "string"
    }
  },
  "type": "object"
}