Class: Aws::VerifiedPermissions::Types::PolicyItem

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-verifiedpermissions/types.rb

Overview

Contains information about a policy.

This data type is used as a response parameter for the

ListPolicies][1

operation.

[1]: docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_ListPolicies.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<Types::ActionIdentifier>

The action that a policy permits or forbids. For example, ‘[{“actionId”: “ViewPhoto”, “actionType”: “PhotoFlash::Action”, “SharePhoto”, “entityType”: “PhotoFlash::Action”]}`.

Returns:



3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
# File '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_dateTime

The date and time the policy was created.

Returns:

  • (Time)


3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
# File '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

#definitionTypes::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 '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

#effectString

The effect of the decision that a policy returns to an authorization request. For example, ‘“effect”: “Permit”`.

Returns:

  • (String)


3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
# File '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_dateTime

The date and time the policy was most recently updated.

Returns:

  • (Time)


3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
# File '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_idString

The identifier of the policy you want information about.

Returns:

  • (String)


3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
# File '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_idString

The identifier of the policy store where the policy you want information about is stored.

Returns:

  • (String)


3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
# File '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_typeString

The type of the policy. This is one of the following values:

  • ‘STATIC`

  • ‘TEMPLATE_LINKED`

Returns:

  • (String)


3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
# File '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

#principalTypes::EntityIdentifier

The principal associated with the policy.



3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
# File '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

#resourceTypes::EntityIdentifier

The resource associated with the policy.



3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
# File '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