Learn R Programming

paws.end.user.computing (version 0.9.0)

workmail_create_impersonation_role: 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 READ_ONLY or FULL_ACCESS.

Description

The description of the new impersonation role.

Rules

[required] The list of rules for the impersonation role.