Amazon WorkMail · JSON Structure

Workmail List Resource Delegates Response Structure

ListResourceDelegatesResponse schema from Amazon WorkMail API

Type: object Properties: 2
Business CommunicationCalendarEmailExchangeEnterprise

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

Properties

Delegates NextToken

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "Delegates": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceDelegates"
        },
        {
          "description": "One page of the resource's delegates."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The token used to paginate through the delegates associated with a resource. While results are still available, it has an associated value. When the last page is reached, the token is empty."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ListResourceDelegatesResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-list-resource-delegates-response-structure.json",
  "description": "ListResourceDelegatesResponse schema from Amazon WorkMail API"
}