Interface GovernanceConsoleApiListGovernanceControlDetectionsRequest

Hierarchy

  • GovernanceConsoleApiListGovernanceControlDetectionsRequest

Properties

detectionType: string

The detection type that identifies the control; for example, unused_api_keys.

filterQuery?: string

Restrict the results to detections matching the given free-text query.

filterState?: string

Restrict the results to detections in the given state.

pageNumber?: number

The zero-based index of the page to return; the first page is 0.

pageSize?: number

The number of detections to return per page.

sort?: string

A comma-separated list of attributes to sort detections by. Prefix an attribute with - for descending order.

The attributes available for sorting are id, created_at, assigned_to, detection_type, display_name, exception_at, mitigate_after, mitigated_at, priority, resource_id, and state. Defaults to created_at,-id.

Generated using TypeDoc