Webex · Schema

ManagedByObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
orgId string The Organization identifier of the resource.
type string The resource type.
id string The identifier of the resource.
role string The delegated role.
View JSON Schema on GitHub

JSON Schema

webex-managedbyobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ManagedByObject",
  "title": "ManagedByObject",
  "type": "object",
  "properties": {
    "orgId": {
      "type": "string",
      "example": "d1349664-9f3d-410b-8bd3-6c31f181f14e",
      "description": "The Organization identifier of the resource."
    },
    "type": {
      "type": "string",
      "example": "user",
      "description": "The resource type."
    },
    "id": {
      "type": "string",
      "example": "c5349664-9f3d-410b-8bd3-6c31f181f13d",
      "description": "The identifier of the resource."
    },
    "role": {
      "type": "string",
      "example": "location_full_admin",
      "description": "The delegated role."
    }
  }
}