Class: Aws::AccessAnalyzer::Types::ExternalAccessDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::ExternalAccessDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-accessanalyzer/types.rb
Overview
Contains information about an external access finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ Array<String>
The action in the analyzed policy statement that an external principal has permission to use.
-
#condition ⇒ Hash<String,String>
The condition in the analyzed policy statement that resulted in an external access finding.
-
#is_public ⇒ Boolean
Specifies whether the external access finding is public.
-
#principal ⇒ Hash<String,String>
The external principal that has access to a resource within the zone of trust.
-
#resource_control_policy_restriction ⇒ String
The type of restriction applied to the finding by the resource owner with an Organizations resource control policy (RCP).
-
#sources ⇒ Array<Types::FindingSource>
The sources of the external access finding.
Instance Attribute Details
#action ⇒ Array<String>
The action in the analyzed policy statement that an external principal has permission to use.
1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1486 class ExternalAccessDetails < Struct.new( :action, :condition, :is_public, :principal, :sources, :resource_control_policy_restriction) SENSITIVE = [] include Aws::Structure end |
#condition ⇒ Hash<String,String>
The condition in the analyzed policy statement that resulted in an external access finding.
1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1486 class ExternalAccessDetails < Struct.new( :action, :condition, :is_public, :principal, :sources, :resource_control_policy_restriction) SENSITIVE = [] include Aws::Structure end |
#is_public ⇒ Boolean
Specifies whether the external access finding is public.
1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1486 class ExternalAccessDetails < Struct.new( :action, :condition, :is_public, :principal, :sources, :resource_control_policy_restriction) SENSITIVE = [] include Aws::Structure end |
#principal ⇒ Hash<String,String>
The external principal that has access to a resource within the zone of trust.
1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1486 class ExternalAccessDetails < Struct.new( :action, :condition, :is_public, :principal, :sources, :resource_control_policy_restriction) SENSITIVE = [] include Aws::Structure end |
#resource_control_policy_restriction ⇒ String
The type of restriction applied to the finding by the resource owner with an Organizations resource control policy (RCP).
1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1486 class ExternalAccessDetails < Struct.new( :action, :condition, :is_public, :principal, :sources, :resource_control_policy_restriction) SENSITIVE = [] include Aws::Structure end |
#sources ⇒ Array<Types::FindingSource>
The sources of the external access finding. This indicates how the access that generated the finding is granted. It is populated for Amazon S3 bucket findings.
1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1486 class ExternalAccessDetails < Struct.new( :action, :condition, :is_public, :principal, :sources, :resource_control_policy_restriction) SENSITIVE = [] include Aws::Structure end |