Creates a new mobile device access rule for the specified WorkMail organization
Source:R/workmail_operations.R
workmail_create_mobile_device_access_rule.RdCreates 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.
Usage
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
)Arguments
- OrganizationId
[required] The WorkMail organization under which the rule will be created.
- ClientToken
The idempotency token for the client request.
- Name
[required] The rule name.
- Description
The rule description.
- Effect
[required] The effect of the rule when it matches. Allowed values are
ALLOWorDENY.- DeviceTypes
Device types that the rule will match.
- NotDeviceTypes
Device types that the rule will not match. All other device types will match.
- DeviceModels
Device models that the rule will match.
- NotDeviceModels
Device models that the rule will not match. All other device models will match.
- DeviceOperatingSystems
Device operating systems that the rule will match.
- NotDeviceOperatingSystems
Device operating systems that the rule will not match. All other device operating systems will match.
- DeviceUserAgents
Device user agents that the rule will match.
- NotDeviceUserAgents
Device user agents that the rule will not match. All other device user agents will match.