workmail_create_impersonation_role {paws.end.user.computing} | R Documentation |
Creates an impersonation role for the given WorkMail organization
Description
Creates 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 |
Description |
The description of the new impersonation role. |
Rules |
[required] The list of rules for the impersonation role. |
[Package paws.end.user.computing version 0.7.0 Index]