public static class GovernanceConsoleApi.ListGovernanceControlDetectionsOptionalParameters extends Object
| Constructor and Description |
|---|
ListGovernanceControlDetectionsOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
GovernanceConsoleApi.ListGovernanceControlDetectionsOptionalParameters |
filterQuery(String filterQuery)
Set filterQuery.
|
GovernanceConsoleApi.ListGovernanceControlDetectionsOptionalParameters |
filterState(String filterState)
Set filterState.
|
GovernanceConsoleApi.ListGovernanceControlDetectionsOptionalParameters |
pageNumber(Long pageNumber)
Set pageNumber.
|
GovernanceConsoleApi.ListGovernanceControlDetectionsOptionalParameters |
pageSize(Long pageSize)
Set pageSize.
|
GovernanceConsoleApi.ListGovernanceControlDetectionsOptionalParameters |
sort(String sort)
Set sort.
|
public ListGovernanceControlDetectionsOptionalParameters()
public GovernanceConsoleApi.ListGovernanceControlDetectionsOptionalParameters filterState(String filterState)
filterState - Restrict the results to detections in the given state. (optional)public GovernanceConsoleApi.ListGovernanceControlDetectionsOptionalParameters filterQuery(String filterQuery)
filterQuery - Restrict the results to detections matching the given free-text query.
(optional)public GovernanceConsoleApi.ListGovernanceControlDetectionsOptionalParameters sort(String sort)
sort - 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. (optional)public GovernanceConsoleApi.ListGovernanceControlDetectionsOptionalParameters pageNumber(Long pageNumber)
pageNumber - The zero-based index of the page to return; the first page is 0. (optional,
default to 0)public GovernanceConsoleApi.ListGovernanceControlDetectionsOptionalParameters pageSize(Long pageSize)
pageSize - The number of detections to return per page. (optional)Copyright © 2026. All rights reserved.