Creates a new mobile device access rule for the specified WorkMail organization.
See https://www.paws-r-sdk.com/docs/workmail_create_mobile_device_access_rule/ for full documentation.
workmail_create_mobile_device_access_rule(
OrganizationId,
ClientToken = NULL,
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 created.
The idempotency token for the client request.
[required] The rule name.
The rule description.
[required] The effect of the rule when it matches. Allowed values are ALLOW
or
DENY
.
Device types that the rule will match.
Device types that the rule will not match. All other device types will match.
Device models that the rule will match.
Device models that the rule will not match. All other device models will match.
Device operating systems that the rule will match.
Device operating systems that the rule will not match. All other device operating systems will match.
Device user agents that the rule will match.
Device user agents that the rule will not match. All other device user agents will match.