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