Simulates the effect of the mobile device access rules for the given attributes of a sample access event
Source:R/workmail_operations.R
workmail_get_mobile_device_access_effect.RdSimulates the effect of the mobile device access rules for the given attributes of a sample access event. Use this method to test the effects of the current set of mobile device access rules for the WorkMail organization for a particular user's attributes.
See https://www.paws-r-sdk.com/docs/workmail_get_mobile_device_access_effect/ for full documentation.
Usage
workmail_get_mobile_device_access_effect(
OrganizationId,
DeviceType = NULL,
DeviceModel = NULL,
DeviceOperatingSystem = NULL,
DeviceUserAgent = NULL
)Arguments
- OrganizationId
[required] The WorkMail organization to simulate the access effect for.
- DeviceType
Device type the simulated user will report.
- DeviceModel
Device model the simulated user will report.
- DeviceOperatingSystem
Device operating system the simulated user will report.
- DeviceUserAgent
Device user agent the simulated user will report.