workmail_get_access_control_effect: Gets the effects of an organization's access control rules as...

View source: R/workmail_operations.R

workmail_get_access_control_effectR Documentation

Gets the effects of an organization's access control rules as they apply to a specified IPv4 address, access protocol action, and user ID or impersonation role ID

Description

Gets the effects of an organization's access control rules as they apply to a specified IPv4 address, access protocol action, and user ID or impersonation role ID. You must provide either the user ID or impersonation role ID. Impersonation role ID can only be used with Action EWS.

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

Usage

workmail_get_access_control_effect(
  OrganizationId,
  IpAddress,
  Action,
  UserId = NULL,
  ImpersonationRoleId = NULL
)

Arguments

OrganizationId

[required] The identifier for the organization.

IpAddress

[required] The IPv4 address.

Action

[required] The access protocol action. Valid values include ActiveSync, AutoDiscover, EWS, IMAP, SMTP, WindowsOutlook, and WebMail.

UserId

The user ID.

ImpersonationRoleId

The impersonation role ID.


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