Webex · Schema

AuditEventCategoryCollectionResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
eventCategories array An array of audit event categories.
View JSON Schema on GitHub

JSON Schema

webex-auditeventcategorycollectionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AuditEventCategoryCollectionResponse",
  "title": "AuditEventCategoryCollectionResponse",
  "type": "object",
  "properties": {
    "eventCategories": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "An array of audit event categories."
    }
  }
}