Webex · Schema

ResourceGroup

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string A unique identifier for the resource group.
name string A user-friendly name for the resource group.
orgId string The ID of the organization to which this resource group belongs.
View JSON Schema on GitHub

JSON Schema

webex-resourcegroup-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceGroup",
  "title": "ResourceGroup",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL1JFU09VUkNFX0dST1VQL2RlZmF1bHQ",
      "description": "A unique identifier for the resource group."
    },
    "name": {
      "type": "string",
      "example": "Resource Group 1",
      "description": "A user-friendly name for the resource group."
    },
    "orgId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE",
      "description": "The ID of the organization to which this resource group belongs."
    }
  }
}