workmail_update_impersonation_role: Updates an impersonation role for the given WorkMail...

View source: R/workmail_operations.R

workmail_update_impersonation_roleR 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.


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