View source: R/workmail_operations.R
workmail_list_resource_delegates | R Documentation |
Lists the delegates associated with a resource. Users and groups can be resource delegates and answer requests on behalf of the resource.
See https://www.paws-r-sdk.com/docs/workmail_list_resource_delegates/ for full documentation.
workmail_list_resource_delegates(
OrganizationId,
ResourceId,
NextToken = NULL,
MaxResults = NULL
)
OrganizationId |
[required] The identifier for the organization that contains the resource for which delegates are listed. |
ResourceId |
[required] The identifier for the resource whose delegates are listed. The identifier can accept ResourceId, Resourcename, or email. The following identity formats are available:
|
NextToken |
The token used to paginate through the delegates associated with a resource. |
MaxResults |
The number of maximum results in a page. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.