ListFindingsRequest

Input for ListFindings operation with filtering support.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier of the agent space.

Link copied to clipboard

The unique identifier of the code review job to list findings for. Mutually exclusive with pentestJobId.

Link copied to clipboard

Filter findings by confidence level.

Link copied to clipboard

The maximum number of results to return in a single call.

Link copied to clipboard
val name: String?

Filter findings by name.

Link copied to clipboard

A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request. For subsequent calls, use the nextToken value returned from the previous request.

Link copied to clipboard

The unique identifier of the pentest job to list findings for.

Link copied to clipboard

Filter findings by risk level.

Link copied to clipboard

Filter findings by risk type.

Link copied to clipboard

Filter findings by status.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String