OBJECT
FindingMutation
Defines Mutations related to the Findings Sub-System
link GraphQL Schema definition
- type FindingMutation {
- # Approve or Deny Finding Suppression request.
- #
- # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
- # for a stable API but we reserve the right to fix issues including modifying the
- # schema if required.
- #
- # Arguments
- # input: [Not documented]
- FindingApproveSuppressionInput!): FindingSuppression! ( :
- # Bulk Finding Suppressions operation
- #
- # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
- # for a stable API but we reserve the right to fix issues including modifying the
- # schema if required.
- #
- # Arguments
- # input: [Not documented]
- FindingBulkSuppressionInput!]!): [FindingBulkSuppressionPayload!]! ( : [
- # Request change of Active Finding Suppression
- #
- # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
- # for a stable API but we reserve the right to fix issues including modifying the
- # schema if required.
- #
- # Arguments
- # input: [Not documented]
- FindingChangeSuppressionInput!): FindingSuppression! ( :
- # Create Report Configuration
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- #
- # Arguments
- # input: [Not documented]
- (
- FindingCreateReportConfigurationInput! :
- ): FindingReportConfiguration!
- # Create Finding Suppression
- #
- # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
- # for a stable API but we reserve the right to fix issues including modifying the
- # schema if required.
- #
- # Arguments
- # input: [Not documented]
- FindingCreateSuppressionInput!): FindingSuppression! ( :
- # Create Suppression Template
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- #
- # Arguments
- # input: [Not documented]
- (
- FindingCreateSuppressionTemplateInput! :
- ): FindingSuppressionTemplate!
- # Delete a Report
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- #
- # Arguments
- # input: [Not documented]
- FindingDeleteInput): ID ( :
- # Delete Report Configuration
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- #
- # Arguments
- # input: [Not documented]
- FindingDeleteInput): ID ( :
- # Delete Finding Suppression
- #
- # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
- # for a stable API but we reserve the right to fix issues including modifying the
- # schema if required.
- #
- # Arguments
- # input: [Not documented]
- FindingDeleteInput!): FindingSuppression! ( :
- # Delete Suppression template
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- #
- # Arguments
- # input: [Not documented]
- FindingDeleteInput!): FindingSuppressionTemplate! ( :
- # Generate Download Report Link
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- #
- # Arguments
- # input: [Not documented]
- (
- FindingDownloadReportInput :
- ): FindingDownloadReportResponse!
- # Generate report
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- #
- # Arguments
- # input: [Not documented]
- FindingGenerateReportInput): FindingReport! ( :
- # Patch an existing Report
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- #
- # Arguments
- # input: [Not documented]
- FindingPatchReportInput): FindingReport! ( :
- # Patch Report Configuration
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- #
- # Arguments
- # input: [Not documented]
- (
- FindingPatchReportConfigurationInput :
- ): FindingReportConfiguration!
- # Patch Finding Suppression
- #
- # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
- # for a stable API but we reserve the right to fix issues including modifying the
- # schema if required.
- #
- # Arguments
- # input: [Not documented]
- FindingPatchSuppressionInput!): FindingSuppression! ( :
- # Resubmit denied suppression
- #
- # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
- # for a stable API but we reserve the right to fix issues including modifying the
- # schema if required.
- #
- # Arguments
- # input: [Not documented]
- (
- FindingResubmitSuppressionInput! :
- ): FindingSuppression!
- # Update Report Configuration
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- #
- # Arguments
- # input: [Not documented]
- (
- FindingUpdateReportConfigurationInput :
- ): FindingReportConfiguration!
- # Update Finding Suppression
- #
- # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
- # for a stable API but we reserve the right to fix issues including modifying the
- # schema if required.
- #
- # Arguments
- # input: [Not documented]
- FindingUpdateSuppressionInput!): FindingSuppression! ( :
- # Update Suppression Template
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- #
- # Arguments
- # input: [Not documented]
- (
- FindingUpdateSuppressionTemplateInput! :
- ): FindingSuppressionTemplate!
- }