Webex · Schema

ComplianceStatusResponseEnum

* `OPTED_OUT` - Customer has opted out of the E911 service. * `EXEMPTED` - RedSky account compliance status has been exempted. * `NON_COMPLIANT` - RedSky account is non-compliant. * `COMPLIANT` - RedSky account is compliant.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-compliancestatusresponseenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ComplianceStatusResponseEnum",
  "title": "ComplianceStatusResponseEnum",
  "type": "string",
  "enum": [
    "OPTED_OUT",
    "EXEMPTED",
    "NON_COMPLIANT",
    "COMPLIANT"
  ],
  "description": " * `OPTED_OUT` - Customer has opted out of the E911 service.\n * `EXEMPTED` - RedSky account compliance status has been exempted.\n * `NON_COMPLIANT` - RedSky account is non-compliant.\n * `COMPLIANT` - RedSky account is compliant.\n"
}