Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ListIndicatorsRequest

example

Click here to see how to use ListIndicatorsRequest.

Properties

compartmentId

compartmentId: string

The OCID of the tenancy (root compartment) that is used to filter results.

Optional confidenceGreaterThanOrEqualTo

confidenceGreaterThanOrEqualTo: undefined | number

The minimum confidence score of entities to be returned.

Optional limit

limit: undefined | number

The maximum number of items to return.

Optional opcRequestId

opcRequestId: undefined | string

The client request ID for tracing.

Optional page

page: undefined | string

A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.

Optional retryConfiguration

retryConfiguration: RetryConfiguration

RetryConfiguration to be used for the request NOTE : Retries are not supported for requests that have binary or stream bodies this also affects UploadManager operations For all requests with binary/stream bodies, retry attempts are not made

Optional sortBy

sortBy: SortBy

The field to sort by. Only one field to sort by may be provided.

Optional sortOrder

sortOrder: model.SortOrder

The sort order to use, either 'ASC' or 'DESC'.

Optional threatTypeName

threatTypeName: Array<string>

The threat type of entites to be returned. To filter for multiple threat types, repeat this parameter.

Optional timeCreatedGreaterThanOrEqualTo

timeCreatedGreaterThanOrEqualTo: Date

The oldest created/first seen time of entities to be returned.

Optional timeCreatedLessThan

timeCreatedLessThan: Date

Return indicators created/first seen before the provided time.

Optional timeLastSeenGreaterThanOrEqualTo

timeLastSeenGreaterThanOrEqualTo: Date

The oldest last seen time of entities to be returned.

Optional timeLastSeenLessThan

timeLastSeenLessThan: Date

Return indicators last seen before the provided time.

Optional timeUpdatedGreaterThanOrEqualTo

timeUpdatedGreaterThanOrEqualTo: Date

The oldest update time of entities to be returned.

Optional timeUpdatedLessThan

timeUpdatedLessThan: Date

Return indicators updated before the provided time.

Optional type

type: model.IndicatorType

The indicator type of entities to be returned.

Optional value

value: undefined | string

The indicator value of entities to be returned.