Put Mobile Device Access Override
workmail_put_mobile_device_access_override | 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.
Usage¶
workmail_put_mobile_device_access_override(OrganizationId, UserId,
DeviceId, Effect, Description)
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. |
Value¶
An empty list.
Request syntax¶
svc$put_mobile_device_access_override(
OrganizationId = "string",
UserId = "string",
DeviceId = "string",
Effect = "ALLOW"|"DENY",
Description = "string"
)