Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ListFindingsChangeAuditLogsRequest

example

Click here to see how to use ListFindingsChangeAuditLogsRequest.

Properties

Optional findingKey

findingKey: undefined | string

The unique key that identifies the finding. It is a string and unique within a security assessment.

Optional findingTitle

findingTitle: undefined | string

The unique title that identifies the finding. It is a string and unique within a security assessment.

Optional isRiskDeferred

isRiskDeferred: undefined | false | true

A filter to check findings whose risks were deferred by the user.

Optional limit

limit: undefined | number

For list pagination. The maximum number of items to return per page in a paginated "List" call. For details about how pagination works, see List Pagination.

Optional modifiedBy

modifiedBy: undefined | string

A filter to check which user modified the risk level of the finding.

Optional opcRequestId

opcRequestId: undefined | string

Unique identifier for the request.

Optional page

page: undefined | string

For list pagination. The page token representing the page at which to start retrieving results. It is usually retrieved from a previous "List" call. For details about how pagination works, see List Pagination.

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

securityAssessmentId

securityAssessmentId: string

The OCID of the security assessment.

Optional severity

severity: Severity

A filter to return only findings of a particular risk level.

Optional sortBy

sortBy: SortBy

The field to sort by. You can specify only one sort order(sortOrder). The default order for timeUpdated is descending.

Optional sortOrder

sortOrder: SortOrder

The sort order to use, either ascending (ASC) or descending (DESC).

Optional timeUpdatedGreaterThanOrEqualTo

timeUpdatedGreaterThanOrEqualTo: Date

Search for resources that were updated after a specific date. Specifying this parameter corresponding {@code timeUpdatedGreaterThanOrEqualTo} parameter will retrieve all resources updated after the specified created date, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.

Optional timeUpdatedLessThan

timeUpdatedLessThan: Date

Search for resources that were updated before a specific date. Specifying this parameter corresponding {@code timeUpdatedLessThan} parameter will retrieve all resources updated before the specified created date, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.

Optional timeValidUntilGreaterThanOrEqualTo

timeValidUntilGreaterThanOrEqualTo: Date

Specifying {@code TimeValidUntilGreaterThanOrEqualToQueryParam} parameter will retrieve all items for which the risk level modification by user will no longer be valid greater than the date and time specified, in the format defined by RFC3339.

*Example:** 2016-12-19T00:00:00.000Z

Optional timeValidUntilLessThan

timeValidUntilLessThan: Date

Specifying {@code TimeValidUntilLessThanQueryParam} parameter will retrieve all items for which the risk level modification by user will be valid until less than the date and time specified, in the format defined by RFC3339.

*Example:** 2016-12-19T00:00:00.000Z