Class: Aws::VerifiedPermissions::Types::PolicyItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::PolicyItem
- Defined in:
- gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb
Overview
Contains information about a policy.
This data type is used as a response parameter for the ListPolicies operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actions ⇒ Array<Types::ActionIdentifier>
The action that a policy permits or forbids.
-
#created_date ⇒ Time
The date and time the policy was created.
-
#definition ⇒ Types::PolicyDefinitionItem
The policy definition of an item in the list of policies returned.
-
#effect ⇒ String
The effect of the decision that a policy returns to an authorization request.
-
#last_updated_date ⇒ Time
The date and time the policy was most recently updated.
-
#policy_id ⇒ String
The identifier of the policy you want information about.
-
#policy_store_id ⇒ String
The identifier of the policy store where the policy you want information about is stored.
-
#policy_type ⇒ String
The type of the policy.
-
#principal ⇒ Types::EntityIdentifier
The principal associated with the policy.
-
#resource ⇒ Types::EntityIdentifier
The resource associated with the policy.
Instance Attribute Details
#actions ⇒ Array<Types::ActionIdentifier>
The action that a policy permits or forbids. For example,
{"actions": [{"actionId": "ViewPhoto", "actionType":
"PhotoFlash::Action"}, {"entityID": "SharePhoto", "entityType":
"PhotoFlash::Action"}]}
.
3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3422 class PolicyItem < Struct.new( :policy_store_id, :policy_id, :policy_type, :principal, :resource, :actions, :definition, :created_date, :last_updated_date, :effect) SENSITIVE = [] include Aws::Structure end |
#created_date ⇒ Time
The date and time the policy was created.
3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3422 class PolicyItem < Struct.new( :policy_store_id, :policy_id, :policy_type, :principal, :resource, :actions, :definition, :created_date, :last_updated_date, :effect) SENSITIVE = [] include Aws::Structure end |
#definition ⇒ Types::PolicyDefinitionItem
The policy definition of an item in the list of policies returned.
3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3422 class PolicyItem < Struct.new( :policy_store_id, :policy_id, :policy_type, :principal, :resource, :actions, :definition, :created_date, :last_updated_date, :effect) SENSITIVE = [] include Aws::Structure end |
#effect ⇒ String
The effect of the decision that a policy returns to an authorization
request. For example, "effect": "Permit"
.
3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3422 class PolicyItem < Struct.new( :policy_store_id, :policy_id, :policy_type, :principal, :resource, :actions, :definition, :created_date, :last_updated_date, :effect) SENSITIVE = [] include Aws::Structure end |
#last_updated_date ⇒ Time
The date and time the policy was most recently updated.
3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3422 class PolicyItem < Struct.new( :policy_store_id, :policy_id, :policy_type, :principal, :resource, :actions, :definition, :created_date, :last_updated_date, :effect) SENSITIVE = [] include Aws::Structure end |
#policy_id ⇒ String
The identifier of the policy you want information about.
3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3422 class PolicyItem < Struct.new( :policy_store_id, :policy_id, :policy_type, :principal, :resource, :actions, :definition, :created_date, :last_updated_date, :effect) SENSITIVE = [] include Aws::Structure end |
#policy_store_id ⇒ String
The identifier of the policy store where the policy you want information about is stored.
3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3422 class PolicyItem < Struct.new( :policy_store_id, :policy_id, :policy_type, :principal, :resource, :actions, :definition, :created_date, :last_updated_date, :effect) SENSITIVE = [] include Aws::Structure end |
#policy_type ⇒ String
The type of the policy. This is one of the following values:
STATIC
TEMPLATE_LINKED
3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3422 class PolicyItem < Struct.new( :policy_store_id, :policy_id, :policy_type, :principal, :resource, :actions, :definition, :created_date, :last_updated_date, :effect) SENSITIVE = [] include Aws::Structure end |
#principal ⇒ Types::EntityIdentifier
The principal associated with the policy.
3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3422 class PolicyItem < Struct.new( :policy_store_id, :policy_id, :policy_type, :principal, :resource, :actions, :definition, :created_date, :last_updated_date, :effect) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ Types::EntityIdentifier
The resource associated with the policy.
3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3422 class PolicyItem < Struct.new( :policy_store_id, :policy_id, :policy_type, :principal, :resource, :actions, :definition, :created_date, :last_updated_date, :effect) SENSITIVE = [] include Aws::Structure end |