Creates an impersonation role for the given WorkMail organization
Source:R/workmail_operations.R
workmail_create_impersonation_role.RdCreates an impersonation role for the given WorkMail organization.
See https://www.paws-r-sdk.com/docs/workmail_create_impersonation_role/ for full documentation.
Usage
workmail_create_impersonation_role(
ClientToken = NULL,
OrganizationId,
Name,
Type,
Description = NULL,
Rules
)Arguments
- ClientToken
The idempotency token for the client request.
- OrganizationId
[required] The WorkMail organization to create the new impersonation role within.
- Name
[required] The name of the new impersonation role.
- Type
[required] The impersonation role's type. The available impersonation role types are
READ_ONLYorFULL_ACCESS.- Description
The description of the new impersonation role.
- Rules
[required] The list of rules for the impersonation role.