workmail_get_mobile_device_access_effect {paws.end.user.computing} | R Documentation |
Simulates the effect of the mobile device access rules for the given attributes of a sample access event
Description
Simulates 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. |
[Package paws.end.user.computing version 0.7.0 Index]