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.

This is the response object from the GetFindingV2 operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.AccessAnalyzer.Model.GetFindingV2Response

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

Syntax

C#
public class GetFindingV2Response : AmazonWebServiceResponse

The GetFindingV2Response type exposes the following members

Constructors

NameDescription
Public Method GetFindingV2Response()

Properties

NameTypeDescription
Public Property AnalyzedAt System.DateTime

Gets and sets the property AnalyzedAt.

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

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
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.

An error.

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

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

Gets and sets the property FindingType.

The type of the finding. For external access analyzers, the type is ExternalAccess. For unused access analyzers, the type can be UnusedIAMRole, UnusedIAMUserAccessKey, UnusedIAMUserPassword, or UnusedPermission.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Id System.String

Gets and sets the property Id.

The ID of the finding to retrieve.

Public Property NextToken System.String

Gets and sets the property NextToken.

A token used for pagination of results returned.

Public Property Resource System.String

Gets and sets the property Resource.

The resource that generated the finding.

Public Property ResourceOwnerAccount System.String

Gets and sets the property ResourceOwnerAccount.

Tye 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 identified in the finding.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
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 updated.

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