You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::WorkMail::Types::PutAccessControlRuleRequestWhen passing PutAccessControlRuleRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "AccessControlRuleName", effect: "ALLOW", description: "AccessControlRuleDescription", ip_ranges: ["IpRange"],
not_ip_ranges: ["IpRange"],
actions: ["AccessControlRuleAction"],
not_actions: ["AccessControlRuleAction"],
user_ids: ["WorkMailIdentifier"],
not_user_ids: ["WorkMailIdentifier"],
organization_id: "OrganizationId", }
Instance Attribute Summary collapse
Access protocol actions to include in the rule.
The rule description.
The rule effect.
IPv4 CIDR ranges to include in the rule.
The rule name.
Access protocol actions to exclude from the rule.
IPv4 CIDR ranges to exclude from the rule.
User IDs to exclude from the rule.
The identifier of the organization.
User IDs to include in the rule.
Access protocol actions to include in the rule. Valid values include ActiveSync
, AutoDiscover
, EWS
, IMAP
, SMTP
, WindowsOutlook
, and WebMail
.
The rule effect.
Possible values:
IPv4 CIDR ranges to include in the rule.
#not_actions ⇒ Array<String>Access protocol actions to exclude from the rule. Valid values include ActiveSync
, AutoDiscover
, EWS
, IMAP
, SMTP
, WindowsOutlook
, and WebMail
.
IPv4 CIDR ranges to exclude from the rule.
#not_user_ids ⇒ Array<String>User IDs to exclude from the rule.
#organization_id ⇒ StringThe identifier of the organization.
#user_ids ⇒ Array<String>User IDs to include in the rule.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4