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
)
[required] The identifier for the organization that contains the resource for which delegates are listed.
[required] The identifier for the resource whose delegates are listed.
The identifier can accept ResourceId, Resourcename, or email. The following identity formats are available:
Resource ID: r-0123456789a0123456789b0123456789
Email address: resource@domain.tld
Resource name: resource
The token used to paginate through the delegates associated with a resource.
The number of maximum results in a page.