Updates a mobile device access rule for the specified WorkMail organization
Source:R/workmail_operations.R
workmail_update_mobile_device_access_rule.RdUpdates a mobile device access rule for the specified WorkMail organization.
See https://www.paws-r-sdk.com/docs/workmail_update_mobile_device_access_rule/ for full documentation.
Usage
workmail_update_mobile_device_access_rule(
OrganizationId,
MobileDeviceAccessRuleId,
Name,
Description = NULL,
Effect,
DeviceTypes = NULL,
NotDeviceTypes = NULL,
DeviceModels = NULL,
NotDeviceModels = NULL,
DeviceOperatingSystems = NULL,
NotDeviceOperatingSystems = NULL,
DeviceUserAgents = NULL,
NotDeviceUserAgents = NULL
)Arguments
- OrganizationId
[required] The WorkMail organization under which the rule will be updated.
- MobileDeviceAccessRuleId
[required] The identifier of the rule to be updated.
- Name
[required] The updated rule name.
- Description
The updated rule description.
- Effect
[required] The effect of the rule when it matches. Allowed values are
ALLOWorDENY.- DeviceTypes
Device types that the updated rule will match.
- NotDeviceTypes
Device types that the updated rule will not match. All other device types will match.
- DeviceModels
Device models that the updated rule will match.
- NotDeviceModels
Device models that the updated rule will not match. All other device models will match.
- DeviceOperatingSystems
Device operating systems that the updated rule will match.
- NotDeviceOperatingSystems
Device operating systems that the updated rule will not match. All other device operating systems will match.
- DeviceUserAgents
User agents that the updated rule will match.
- NotDeviceUserAgents
User agents that the updated rule will not match. All other user agents will match.