Class: Aws::AccessAnalyzer::Types::ExternalAccessDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb

Overview

Contains information about an external access finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionArray<String>

The action in the analyzed policy statement that an external principal has permission to use.

Returns:

  • (Array<String>)


1354
1355
1356
1357
1358
1359
1360
1361
1362
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1354

class ExternalAccessDetails < Struct.new(
  :action,
  :condition,
  :is_public,
  :principal,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#conditionHash<String,String>

The condition in the analyzed policy statement that resulted in an external access finding.

Returns:

  • (Hash<String,String>)


1354
1355
1356
1357
1358
1359
1360
1361
1362
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1354

class ExternalAccessDetails < Struct.new(
  :action,
  :condition,
  :is_public,
  :principal,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#is_publicBoolean

Specifies whether the external access finding is public.

Returns:

  • (Boolean)


1354
1355
1356
1357
1358
1359
1360
1361
1362
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1354

class ExternalAccessDetails < Struct.new(
  :action,
  :condition,
  :is_public,
  :principal,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#principalHash<String,String>

The external principal that has access to a resource within the zone of trust.

Returns:

  • (Hash<String,String>)


1354
1355
1356
1357
1358
1359
1360
1361
1362
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1354

class ExternalAccessDetails < Struct.new(
  :action,
  :condition,
  :is_public,
  :principal,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#sourcesArray<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.

Returns:



1354
1355
1356
1357
1358
1359
1360
1361
1362
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1354

class ExternalAccessDetails < Struct.new(
  :action,
  :condition,
  :is_public,
  :principal,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end