CreateOrUpdateIacFindingInput
Autogenerated input type of CreateOrUpdateIacFinding
input CreateOrUpdateIacFindingInput {
assetId: Int!
title: String!
description: String!
reference: String
category: String
patterns: [String!]
fingerprint: String
solution: String
impactLevel: ImpactLevelCategory
probabilityLevel: ProbabilityLevelCategory
severity: SeverityCategory
originalIssueIdFromTool: String
toolType: ToolTypeCategory
codeSnippet: String!
vulnerableLine: Int!
firstLine: Int!
fileName: String!
source: String
sink: String
commitRef: String
deployId: String
status: IssueStatusLabel
id: ID
controlSyncStatusId: ID
clientMutationId: String
}
Fields
CreateOrUpdateIacFindingInput.assetId
● Int!
non-null scalar
CreateOrUpdateIacFindingInput.title
● String!
non-null scalar
CreateOrUpdateIacFindingInput.description
● String!
non-null scalar
CreateOrUpdateIacFindingInput.reference
● String
scalar
CreateOrUpdateIacFindingInput.category
● String
scalar
CWE Category
CreateOrUpdateIacFindingInput.patterns
● [String!]
list scalar
OWASP Patterns