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
Source:R/workmail_operations.R
workmail_get_access_control_effect.RdGets 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, andWebMail.- UserId
The user ID.
- ImpersonationRoleId
The impersonation role ID.