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.

An access preview finding generated by the access preview.

Inheritance Hierarchy

System.Object
  Amazon.AccessAnalyzer.Model.AccessPreviewFinding

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

Syntax

C#
public class AccessPreviewFinding

The AccessPreviewFinding type exposes the following members

Constructors

NameDescription
Public Method AccessPreviewFinding()

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 perform.

Public Property ChangeType Amazon.AccessAnalyzer.FindingChangeType

Gets and sets the property ChangeType.

Provides context on how the access preview finding compares to existing access identified in IAM Access Analyzer.

  • New - The finding is for newly-introduced access.

  • Unchanged - The preview finding is an existing finding that would remain unchanged.

  • Changed - The preview finding is an existing finding with a change in status.

For example, a Changed finding with preview status Resolved and existing status Active indicates the existing Active finding would become Resolved as a result of the proposed permissions change.

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 access preview finding was created.

Public Property Error System.String

Gets and sets the property Error.

An error.

Public Property ExistingFindingId System.String

Gets and sets the property ExistingFindingId.

The existing ID of the finding in IAM Access Analyzer, provided only for existing findings.

Public Property ExistingFindingStatus Amazon.AccessAnalyzer.FindingStatus

Gets and sets the property ExistingFindingStatus.

The existing status of the finding, provided only for existing findings.

Public Property Id System.String

Gets and sets the property Id.

The ID of the access preview finding. This ID uniquely identifies the element in the list of access preview findings and is not related to the finding ID in Access Analyzer.

Public Property IsPublic System.Boolean

Gets and sets the property IsPublic.

Indicates whether the policy that generated the finding allows public access to the resource.

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 an external principal has access to. This is the resource associated with the access preview.

Public Property ResourceControlPolicyRestriction Amazon.AccessAnalyzer.ResourceControlPolicyRestriction

Gets and sets the property ResourceControlPolicyRestriction.

The type of restriction applied to the finding by the resource owner with an Organizations resource control policy (RCP).

Public Property ResourceOwnerAccount System.String

Gets and sets the property ResourceOwnerAccount.

The Amazon Web Services account ID that owns the resource. For most Amazon Web Services resources, the owning account is the account in which the resource was created.

Public Property ResourceType Amazon.AccessAnalyzer.ResourceType

Gets and sets the property ResourceType.

The type of the resource that can be accessed in the finding.

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 preview status of the finding. This is what the status of the finding would be after permissions deployment. For example, a Changed finding with preview status Resolved and existing status Active indicates the existing Active finding would become Resolved as a result of the proposed permissions change.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5