A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/WorkMail/Types/PutAccessControlRuleRequest.html below:

PutAccessControlRuleRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkMail::Types::PutAccessControlRuleRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 Instance Attribute Details #actions ⇒ Array<String>

Access protocol actions to include in the rule. Valid values include ActiveSync, AutoDiscover, EWS, IMAP, SMTP, WindowsOutlook, and WebMail.

#effect ⇒ String

The rule effect.

Possible values:

#ip_ranges ⇒ Array<String>

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.

#not_ip_ranges ⇒ Array<String>

IPv4 CIDR ranges to exclude from the rule.

#not_user_ids ⇒ Array<String>

User IDs to exclude from the rule.

#organization_id ⇒ String

The 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