workmail_create_impersonation_role: Creates an impersonation role for the given WorkMail...

View source: R/workmail_operations.R

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

Description

The description of the new impersonation role.

Rules

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


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.