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 data type is used as a request parameter in the ListFindings action.

Inheritance Hierarchy

System.Object
  Amazon.Inspector.Model.FindingFilter

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

Syntax

C#
public class FindingFilter

The FindingFilter type exposes the following members

Constructors

NameDescription
Public Method FindingFilter()

Properties

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

Gets and sets the property AgentIds.

For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the agentId property of the Finding data type.

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

Gets and sets the property Attributes.

For a record to match a filter, the list of values that are specified for this data type property must be contained in the list of values of the attributes property of the Finding data type.

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

Gets and sets the property AutoScalingGroups.

For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the autoScalingGroup property of the Finding data type.

Public Property CreationTimeRange Amazon.Inspector.Model.TimestampRange

Gets and sets the property CreationTimeRange.

The time range during which the finding is generated.

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

Gets and sets the property RuleNames.

For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the ruleName property of the Finding data type.

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

Gets and sets the property RulesPackageArns.

For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the rulesPackageArn property of the Finding data type.

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

Gets and sets the property Severities.

For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the severity property of the Finding data type.

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

Gets and sets the property UserAttributes.

For a record to match a filter, the value that is specified for this data type property must be contained in the list of values of the userAttributes property of the Finding data type.

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