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 snapshot of an Amazon Inspector assessment run that contains the findings of the assessment run .

Used as the response element in the DescribeAssessmentRuns action.

Inheritance Hierarchy

System.Object
  Amazon.Inspector.Model.AssessmentRun

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

Syntax

C#
public class AssessmentRun

The AssessmentRun type exposes the following members

Constructors

NameDescription
Public Method AssessmentRun()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The ARN of the assessment run.

Public Property AssessmentTemplateArn System.String

Gets and sets the property AssessmentTemplateArn.

The ARN of the assessment template that is associated with the assessment run.

Public Property CompletedAt System.DateTime

Gets and sets the property CompletedAt.

The assessment run completion time that corresponds to the rules packages evaluation completion time or failure.

Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The time when StartAssessmentRun was called.

Public Property DataCollected System.Boolean

Gets and sets the property DataCollected.

A Boolean value (true or false) that specifies whether the process of collecting data from the agents is completed.

Public Property DurationInSeconds System.Int32

Gets and sets the property DurationInSeconds.

The duration of the assessment run.

Public Property FindingCounts System.Collections.Generic.Dictionary<System.String, System.Int32>

Gets and sets the property FindingCounts.

Provides a total count of generated findings per severity.

Public Property Name System.String

Gets and sets the property Name.

The auto-generated name for the assessment run.

Public Property Notifications System.Collections.Generic.List<Amazon.Inspector.Model.AssessmentRunNotification>

Gets and sets the property Notifications.

A list of notifications for the event subscriptions. A notification about a particular generated finding is added to this list only once.

Public Property RulesPackageArns System.Collections.Generic.List<System.String>

Gets and sets the property RulesPackageArns.

The rules packages selected for the assessment run.

Public Property StartedAt System.DateTime

Gets and sets the property StartedAt.

The time when StartAssessmentRun was called.

Public Property State Amazon.Inspector.AssessmentRunState

Gets and sets the property State.

The state of the assessment run.

Public Property StateChangedAt System.DateTime

Gets and sets the property StateChangedAt.

The last time when the assessment run's state changed.

Public Property StateChanges System.Collections.Generic.List<Amazon.Inspector.Model.AssessmentRunStateChange>

Gets and sets the property StateChanges.

A list of the assessment run state changes.

Public Property UserAttributesForFindings System.Collections.Generic.List<Amazon.Inspector.Model.Attribute>

Gets and sets the property UserAttributesForFindings.

The user-defined attributes that are assigned to every generated 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