public static class EntityRiskScoresApi.ListEntityRiskScoresOptionalParameters extends Object
| Constructor and Description |
|---|
ListEntityRiskScoresOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
EntityRiskScoresApi.ListEntityRiskScoresOptionalParameters |
entityType(List<String> entityType)
Set entityType.
|
EntityRiskScoresApi.ListEntityRiskScoresOptionalParameters |
filterQuery(String filterQuery)
Set filterQuery.
|
EntityRiskScoresApi.ListEntityRiskScoresOptionalParameters |
filterSort(String filterSort)
Set filterSort.
|
EntityRiskScoresApi.ListEntityRiskScoresOptionalParameters |
from(Long from)
Set from.
|
EntityRiskScoresApi.ListEntityRiskScoresOptionalParameters |
pageNumber(Long pageNumber)
Set pageNumber.
|
EntityRiskScoresApi.ListEntityRiskScoresOptionalParameters |
pageQueryId(String pageQueryId)
Set pageQueryId.
|
EntityRiskScoresApi.ListEntityRiskScoresOptionalParameters |
pageSize(Long pageSize)
Set pageSize.
|
EntityRiskScoresApi.ListEntityRiskScoresOptionalParameters |
to(Long to)
Set to.
|
public ListEntityRiskScoresOptionalParameters()
public EntityRiskScoresApi.ListEntityRiskScoresOptionalParameters from(Long from)
from - Start time for the query in Unix timestamp (milliseconds). Defaults to 2 weeks
ago. (optional)public EntityRiskScoresApi.ListEntityRiskScoresOptionalParameters to(Long to)
to - End time for the query in Unix timestamp (milliseconds). Defaults to now.
(optional)public EntityRiskScoresApi.ListEntityRiskScoresOptionalParameters pageSize(Long pageSize)
pageSize - Size of the page to return. Maximum is 1000. (optional, default to 10)public EntityRiskScoresApi.ListEntityRiskScoresOptionalParameters pageNumber(Long pageNumber)
pageNumber - Page number to return (1-indexed). (optional, default to 1)public EntityRiskScoresApi.ListEntityRiskScoresOptionalParameters pageQueryId(String pageQueryId)
pageQueryId - Query ID for pagination consistency. (optional)public EntityRiskScoresApi.ListEntityRiskScoresOptionalParameters filterSort(String filterSort)
filterSort - Sort order for results. Format: field:direction where
direction is asc or desc. Supported fields: riskScore
, lastDetected, firstDetected, entityName,
signalsDetected. (optional)public EntityRiskScoresApi.ListEntityRiskScoresOptionalParameters filterQuery(String filterQuery)
filterQuery - Supports filtering by entity attributes, risk scores, severity, and more.
Example: severity:critical AND entityType:aws_iam_user (optional)public EntityRiskScoresApi.ListEntityRiskScoresOptionalParameters entityType(List<String> entityType)
entityType - Filter by entity type(s). Can specify multiple values. (optional)Copyright © 2026. All rights reserved.