workmail_update_impersonation_role {paws.end.user.computing} | R Documentation |
Updates an impersonation role for the given WorkMail organization
Description
Updates 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. |
[Package paws.end.user.computing version 0.9.0 Index]