Class: Aws::VerifiedPermissions::Types::TemplateLinkedPolicyDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::TemplateLinkedPolicyDefinition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-verifiedpermissions/types.rb
Overview
Contains information about a policy created by instantiating a policy template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_template_id ⇒ String
The unique identifier of the policy template used to create this policy.
-
#principal ⇒ Types::EntityIdentifier
The principal associated with this template-linked policy.
-
#resource ⇒ Types::EntityIdentifier
The resource associated with this template-linked policy.
Instance Attribute Details
#policy_template_id ⇒ String
The unique identifier of the policy template used to create this policy.
3781 3782 3783 3784 3785 3786 3787 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 3781 class TemplateLinkedPolicyDefinition < Struct.new( :policy_template_id, :principal, :resource) SENSITIVE = [] include Aws::Structure end |
#principal ⇒ Types::EntityIdentifier
The principal associated with this template-linked policy. Verified Permissions substitutes this principal for the ‘?principal` placeholder in the policy template when it evaluates an authorization request.
3781 3782 3783 3784 3785 3786 3787 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 3781 class TemplateLinkedPolicyDefinition < Struct.new( :policy_template_id, :principal, :resource) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ Types::EntityIdentifier
The resource associated with this template-linked policy. Verified Permissions substitutes this resource for the ‘?resource` placeholder in the policy template when it evaluates an authorization request.
3781 3782 3783 3784 3785 3786 3787 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 3781 class TemplateLinkedPolicyDefinition < Struct.new( :policy_template_id, :principal, :resource) SENSITIVE = [] include Aws::Structure end |