workmail_list_impersonation_roles {paws.end.user.computing}R Documentation

Lists all the impersonation roles for the given WorkMail organization

Description

Lists all the impersonation roles for the given WorkMail organization.

See https://www.paws-r-sdk.com/docs/workmail_list_impersonation_roles/ for full documentation.

Usage

workmail_list_impersonation_roles(
  OrganizationId,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

OrganizationId

[required] The WorkMail organization to which the listed impersonation roles belong.

NextToken

The token used to retrieve the next page of results. The first call doesn't require a token.

MaxResults

The maximum number of results returned in a single call.


[Package paws.end.user.computing version 0.9.0 Index]