Updates 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.
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
)
[required] The WorkMail organization under which the rule will be updated.
[required] The identifier of the rule to be updated.
[required] The updated rule name.
The updated rule description.
[required] The effect of the rule when it matches. Allowed values are ALLOW
or
DENY
.
Device types that the updated rule will match.
Device types that the updated rule will not match. All other device types will match.
Device models that the updated rule will match.
Device models that the updated rule will not match. All other device models will match.
Device operating systems that the updated rule will match.
Device operating systems that the updated rule will not match. All other device operating systems will match.
User agents that the updated rule will match.
User agents that the updated rule will not match. All other user agents will match.