workmail_put_mobile_device_access_override {paws.end.user.computing} | R Documentation |
Creates or updates a mobile device access override for the given WorkMail organization, user, and device
Description
Creates or updates a mobile device access override for the given WorkMail organization, user, and device.
See https://www.paws-r-sdk.com/docs/workmail_put_mobile_device_access_override/ for full documentation.
Usage
workmail_put_mobile_device_access_override(
OrganizationId,
UserId,
DeviceId,
Effect,
Description = NULL
)
Arguments
OrganizationId |
[required] Identifies the WorkMail organization for which you create the override. |
UserId |
[required] The WorkMail user for which you create the override. Accepts the following types of user identities:
|
DeviceId |
[required] The mobile device for which you create the override. |
Effect |
[required] The effect of the override, |
Description |
A description of the override. |
[Package paws.end.user.computing version 0.9.0 Index]