OBJECT
FindingSuppressionChange
link GraphQL Schema definition
- type FindingSuppressionChange {
- # The type of the request action
- FindingSuppressionChangeAction! :
- # Auto approve the change request
- Boolean :
- # The request comment, free text. Used when user is reviewing a request
- String :
- # Updated suppression context
- FindingSuppressionContext :
- # Time the request was created
- DateTime! :
- # Updated criteria
- FindingCriterion!] : [
- # CSP Project Entities that are included
- Entity!] : [
- # Days until suppression will remain active
- Int :
- # The updated expiration time.
- Date :
- # The last time this request was successfully updated
- DateTime! :
- # Cloud accounts IDs that are included
- ManagementEndpoint!] : [
- # Project IDs that are included
- String!] : [
- # The request reason, free text
- String! :
- # User info about creator of the request.
- FindingUserInfo! :
- # Reviewer contains information about the user, that reviewed the suppression
- # request
- FindingUserInfo :
- # The status of the request
- FindingSuppressionStatus! :
- }