UpdateAssetInput
Autogenerated input type of UpdateAsset
input UpdateAssetInput {
assetType: AssetTypeList
assetsTagList: [String!]
audience: AssetAudience
architectureType: AssetArch
criticity: AssetSeverity
companyId: Int!
dataClassification: [DataClassification!]
description: String
developmentModel: AssetDevelopmentModel
developmentTeam: AssetDevelopmentTeam
environmentList: [String!]
integrationIds: [String!]
lifeCycle: AssetLifeCycle
name: String!
projectIds: [Int!]
scanType: AssetScan
tecnologyList: [String!]
teamIds: [String!]
url: String
businessImpact: BusinessImpactLevel
exploitability: Exploitability
threat: ThreatLevel
repoUrl: String
clientMutationId: String
id: ID!
}