Webex · Schema

DynamicDeviceSettingsCustomerParentLevel

The level from which the tag's parent value is inherited. If there is no parent level for this tag, this field will not be included in the response.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-dynamicdevicesettingscustomerparentlevel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DynamicDeviceSettingsCustomerParentLevel",
  "title": "DynamicDeviceSettingsCustomerParentLevel",
  "type": "string",
  "enum": [
    "SYSTEM_DEFAULT",
    "REGIONAL_DEFAULT",
    "ORGANIZATION"
  ],
  "description": "The level from which the tag's parent value is inherited. If there is no parent level for this tag, this field will not be included in the response."
}