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.
-
#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.
1416 1417 1418 1419 1420 1421 1422 1423 1424 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1416 class ExternalAccessDetails < Struct.new( :action, :condition, :is_public, :principal, :sources) SENSITIVE = [] include Aws::Structure end |
#condition ⇒ Hash<String,String>
The condition in the analyzed policy statement that resulted in an external access finding.
1416 1417 1418 1419 1420 1421 1422 1423 1424 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1416 class ExternalAccessDetails < Struct.new( :action, :condition, :is_public, :principal, :sources) SENSITIVE = [] include Aws::Structure end |
#is_public ⇒ Boolean
Specifies whether the external access finding is public.
1416 1417 1418 1419 1420 1421 1422 1423 1424 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1416 class ExternalAccessDetails < Struct.new( :action, :condition, :is_public, :principal, :sources) SENSITIVE = [] include Aws::Structure end |
#principal ⇒ Hash<String,String>
The external principal that has access to a resource within the zone of trust.
1416 1417 1418 1419 1420 1421 1422 1423 1424 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1416 class ExternalAccessDetails < Struct.new( :action, :condition, :is_public, :principal, :sources) 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.
1416 1417 1418 1419 1420 1421 1422 1423 1424 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1416 class ExternalAccessDetails < Struct.new( :action, :condition, :is_public, :principal, :sources) SENSITIVE = [] include Aws::Structure end |