AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains information about a finding.

Inheritance Hierarchy

System.Object
  Amazon.AccessAnalyzer.Model.FindingSummary

Namespace: Amazon.AccessAnalyzer.Model
Assembly: AWSSDK.AccessAnalyzer.dll
Version: 3.x.y.z

Syntax

C#
public class FindingSummary

The FindingSummary type exposes the following members

Constructors

NameDescription
Public Method FindingSummary()

Properties

NameTypeDescription
Public Property Action System.Collections.Generic.List<System.String>

Gets and sets the property Action.

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

Public Property AnalyzedAt System.DateTime

Gets and sets the property AnalyzedAt.

The time at which the resource-based policy that generated the finding was analyzed.

Public Property Condition System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Condition.

The condition in the analyzed policy statement that resulted in a finding.

Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The time at which the finding was created.

Public Property Error System.String

Gets and sets the property Error.

The error that resulted in an Error finding.

Public Property Id System.String

Gets and sets the property Id.

The ID of the finding.

Public Property IsPublic System.Boolean

Gets and sets the property IsPublic.

Indicates whether the finding reports a resource that has a policy that allows public access.

Public Property Principal System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Principal.

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

Public Property Resource System.String

Gets and sets the property Resource.

The resource that the external principal has access to.

Public Property ResourceOwnerAccount System.String

Gets and sets the property ResourceOwnerAccount.

The Amazon Web Services account ID that owns the resource.

Public Property ResourceType Amazon.AccessAnalyzer.ResourceType

Gets and sets the property ResourceType.

The type of the resource that the external principal has access to.

Public Property Sources System.Collections.Generic.List<Amazon.AccessAnalyzer.Model.FindingSource>

Gets and sets the property Sources.

The sources of the finding. This indicates how the access that generated the finding is granted. It is populated for Amazon S3 bucket findings.

Public Property Status Amazon.AccessAnalyzer.FindingStatus

Gets and sets the property Status.

The status of the finding.

Public Property UpdatedAt System.DateTime

Gets and sets the property UpdatedAt.

The time at which the finding was most recently updated.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5