workmail_list_resource_delegates: Lists the delegates associated with a resource

View source: R/workmail_operations.R

workmail_list_resource_delegatesR Documentation

Lists the delegates associated with a resource

Description

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.

Usage

workmail_list_resource_delegates(
  OrganizationId,
  ResourceId,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

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.

NextToken

The token used to paginate through the delegates associated with a resource.

MaxResults

The number of maximum results in a page.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.