void |
AssessmentRunFilter.setCompletionTimeRange(TimestampRange completionTimeRange) |
For a record to match a filter, the value that is specified for this data
type property must inclusively match any value between the specified
minimum and maximum values of the completedAt property of the
AssessmentRun data type.
|
void |
FindingFilter.setCreationTimeRange(TimestampRange creationTimeRange) |
The time range during which the finding is generated.
|
void |
AssessmentRunFilter.setStartTimeRange(TimestampRange startTimeRange) |
For a record to match a filter, the value that is specified for this data
type property must inclusively match any value between the specified
minimum and maximum values of the startTime property of the
AssessmentRun data type.
|
void |
AssessmentRunFilter.setStateChangeTimeRange(TimestampRange stateChangeTimeRange) |
For a record to match a filter, the value that is specified for this data
type property must match the stateChangedAt property of the
AssessmentRun data type.
|
AssessmentRunFilter |
AssessmentRunFilter.withCompletionTimeRange(TimestampRange completionTimeRange) |
For a record to match a filter, the value that is specified for this data
type property must inclusively match any value between the specified
minimum and maximum values of the completedAt property of the
AssessmentRun data type.
|
FindingFilter |
FindingFilter.withCreationTimeRange(TimestampRange creationTimeRange) |
The time range during which the finding is generated.
|
AssessmentRunFilter |
AssessmentRunFilter.withStartTimeRange(TimestampRange startTimeRange) |
For a record to match a filter, the value that is specified for this data
type property must inclusively match any value between the specified
minimum and maximum values of the startTime property of the
AssessmentRun data type.
|
AssessmentRunFilter |
AssessmentRunFilter.withStateChangeTimeRange(TimestampRange stateChangeTimeRange) |
For a record to match a filter, the value that is specified for this data
type property must match the stateChangedAt property of the
AssessmentRun data type.
|