INPUT_OBJECT
SecuritySuppressionRequestInput
link GraphQL Schema definition
- input SecuritySuppressionRequestInput {
- # 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
- SecurityCriterionInput!] : [
- # 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 id(s) that are included
- String!] : [
- # Project id(s) that are included
- EntityId!] : [
- # The request reason, free text
- String :
- # The status of the request
- SecuritySuppressionRequestStatus :
- }