INPUT_OBJECT
SecurityFindingsFilterInput
link GraphQL Schema definition
- input SecurityFindingsFilterInput {
- # Filter by creation date and time
- SecurityTimeRangeInput :
- # Filter by a given list of EntityIds
- EntityId!] : [
- # Filter by last update date and time
- SecurityTimeRangeInput :
- # Filter by a given list of management endpoint IDs or public cloud account
- String!] : [
- # Filter by one or more resource provider.
- String!] : [
- # Filter by one or more resource region.
- String!] : [
- # Filter by risk score range
- SecurityIntRangeInput :
- # Filter by a given list of rule IDs
- String!] : [
- # Filter by one or more resource service.
- String!] : [
- # Filter by one or more severity level of findings
- SecurityFindingSeverity!] : [
- # Filter by one or more source of findings
- SecurityFindingSource!] : [
- # Filter by finding status
- SecurityFindingStatus :
- # Filter by one or more type of findings
- SecurityFindingType!] : [
- }