Amazon WorkMail · Schema
ListResourceDelegatesRequest
ListResourceDelegatesRequest schema from Amazon WorkMail API
Business CommunicationCalendarEmailExchangeEnterprise
Properties
| Name | Type | Description |
|---|---|---|
| OrganizationId | object | |
| ResourceId | object | |
| NextToken | object | |
| MaxResults | object |
JSON Schema
{
"type": "object",
"required": [
"OrganizationId",
"ResourceId"
],
"title": "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-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-list-resource-delegates-request-schema.json",
"description": "ListResourceDelegatesRequest schema from Amazon WorkMail API"
}