Updates an impersonation role for the given WorkMail organization
Source:R/workmail_operations.R
workmail_update_impersonation_role.RdUpdates an impersonation role for the given WorkMail organization.
See https://www.paws-r-sdk.com/docs/workmail_update_impersonation_role/ for full documentation.
Usage
workmail_update_impersonation_role(
OrganizationId,
ImpersonationRoleId,
Name,
Type,
Description = NULL,
Rules
)Arguments
- OrganizationId
[required] The WorkMail organization that contains the impersonation role to update.
- ImpersonationRoleId
[required] The ID of the impersonation role to update.
- Name
[required] The updated impersonation role name.
- Type
[required] The updated impersonation role type.
- Description
The updated impersonation role description.
- Rules
[required] The updated list of rules.