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.

A finding in a policy. Each finding is an actionable recommendation that can be used to improve the policy.

Inheritance Hierarchy

System.Object
  Amazon.AccessAnalyzer.Model.ValidatePolicyFinding

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

Syntax

C#
public class ValidatePolicyFinding

The ValidatePolicyFinding type exposes the following members

Constructors

NameDescription
Public Method ValidatePolicyFinding()

Properties

NameTypeDescription
Public Property FindingDetails System.String

Gets and sets the property FindingDetails.

A localized message that explains the finding and provides guidance on how to address it.

Public Property FindingType Amazon.AccessAnalyzer.ValidatePolicyFindingType

Gets and sets the property FindingType.

The impact of the finding.

Security warnings report when the policy allows access that we consider overly permissive.

Errors report when a part of the policy is not functional.

Warnings report non-security issues when a policy does not conform to policy writing best practices.

Suggestions recommend stylistic improvements in the policy that do not impact access.

Public Property IssueCode System.String

Gets and sets the property IssueCode.

The issue code provides an identifier of the issue associated with this finding.

Public Property LearnMoreLink System.String

Gets and sets the property LearnMoreLink.

A link to additional documentation about the type of finding.

Public Property Locations System.Collections.Generic.List<Amazon.AccessAnalyzer.Model.Location>

Gets and sets the property Locations.

The list of locations in the policy document that are related to the finding. The issue code provides a summary of an issue identified by the finding.

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