workmail_put_access_control_rule: Adds a new access control rule for the specified organization

View source: R/workmail_operations.R

workmail_put_access_control_ruleR Documentation

Adds a new access control rule for the specified organization

Description

Adds a new access control rule for the specified organization. The rule allows or denies access to the organization for the specified IPv4 addresses, access protocol actions, user IDs and impersonation IDs. Adding a new rule with the same name as an existing rule replaces the older rule.

See https://www.paws-r-sdk.com/docs/workmail_put_access_control_rule/ for full documentation.

Usage

workmail_put_access_control_rule(
  Name,
  Effect,
  Description,
  IpRanges = NULL,
  NotIpRanges = NULL,
  Actions = NULL,
  NotActions = NULL,
  UserIds = NULL,
  NotUserIds = NULL,
  OrganizationId,
  ImpersonationRoleIds = NULL,
  NotImpersonationRoleIds = NULL
)

Arguments

Name

[required] The rule name.

Effect

[required] The rule effect.

Description

[required] The rule description.

IpRanges

IPv4 CIDR ranges to include in the rule.

NotIpRanges

IPv4 CIDR ranges to exclude from the rule.

Actions

Access protocol actions to include in the rule. Valid values include ActiveSync, AutoDiscover, EWS, IMAP, SMTP, WindowsOutlook, and WebMail.

NotActions

Access protocol actions to exclude from the rule. Valid values include ActiveSync, AutoDiscover, EWS, IMAP, SMTP, WindowsOutlook, and WebMail.

UserIds

User IDs to include in the rule.

NotUserIds

User IDs to exclude from the rule.

OrganizationId

[required] The identifier of the organization.

ImpersonationRoleIds

Impersonation role IDs to include in the rule.

NotImpersonationRoleIds

Impersonation role IDs to exclude from the rule.


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