INPUT_OBJECT
SecuritySuppressionsFilterInput
link GraphQL Schema definition
- input SecuritySuppressionsFilterInput {
- # Filter by creation date and time
- SecurityTimeRangeInput :
- # Filter by a given list of management endpoint IDs or public cloud account
- String!] : [
- # Filter by project ID
- EntityId!] : [
- # Filter by suppression status
- SecuritySuppressionStatusValue!] : [
- # Filter by suppression ID, only single ID is supported
- String!] : [
- # Filter by suppression type
- SecuritySuppressionType!] : [
- }