Amazon WorkMail · JSON Structure

Workmail List Resource Delegates Request Structure

ListResourceDelegatesRequest schema from Amazon WorkMail API

Type: object Properties: 4 Required: 2
Business CommunicationCalendarEmailExchangeEnterprise

ListResourceDelegatesRequest is a JSON Structure definition published by Amazon WorkMail, describing 4 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

OrganizationId ResourceId NextToken MaxResults

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "OrganizationId",
    "ResourceId"
  ],
  "name": "ListResourceDelegatesRequest",
  "properties": {
    "OrganizationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrganizationId"
        },
        {
          "description": "The identifier for the organization that contains the resource for which delegates are listed."
        }
      ]
    },
    "ResourceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkMailIdentifier"
        },
        {
          "description": "The identifier for the resource whose delegates are listed."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The token used to paginate through the delegates associated with a resource."
        }
      ]
    },
    "MaxResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MaxResults"
        },
        {
          "description": "The number of maximum results in a page."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-list-resource-delegates-request-structure.json",
  "description": "ListResourceDelegatesRequest schema from Amazon WorkMail API"
}