OBJECT
SecuritySuppressionRequest
link GraphQL Schema definition
- type SecuritySuppressionRequest {
- # The type of the request action
- SecuritySuppressionRequestAction! :
- # The request comment, free text. Used when user is reviewing a request
- String :
- # Updated suppression context
- SecurityContext :
- # Time the request was created
- DateTime! :
- # Updated criteria
- SecurityCriterion!] : [
- # CSP Project Entities that are included
- Entity!] : [
- # The updated expiration time. Valid only if the requested
- # action is to extend the expiration, otherwise ignored.
- # If set to "null" and approve the changes, suppression wouldn't expire.
- Date :
- # Cloud accounts ids that are included
- String!] : [
- # Project ids that are included
- String!] : [
- # The request reason, free text
- String! :
- # The status of the request
- SecuritySuppressionRequestStatus! :
- }