VulnerabilityInfoInfo
No description
type VulnerabilityInfoInfo {
id: ID!
vulnerabilityTemplateId: ID!
lang: Lang!
title: String!
businessRisks: String!
nonTechnicalDescription: String!
technicalDescription: String!
recommendations: [String!]!
status: VulnerabilityInfoInfoStatus!
deletedAt: DateTime
createdAt: DateTime!
updatedAt: DateTime!
}
Fields
VulnerabilityInfoInfo.id ● ID! non-null scalar
The ID of the vulnerability template translation
VulnerabilityInfoInfo.vulnerabilityTemplateId ● ID! non-null scalar
The ID of the vulnerability template
VulnerabilityInfoInfo.lang ● Lang! non-null enum
The language of the vulnerability template translation
VulnerabilityInfoInfo.title ● String! non-null scalar
The title of the vulnerability template translation
VulnerabilityInfoInfo.businessRisks ● String! non-null scalar
The business risks of the vulnerability template translation
VulnerabilityInfoInfo.nonTechnicalDescription ● String! non-null scalar
The non-technical description of the vulnerability template translation
VulnerabilityInfoInfo.technicalDescription ● String! non-null scalar
The technical description of the vulnerability template translation
VulnerabilityInfoInfo.recommendations ● [String!]! non-null scalar
The recommendations of the vulnerability template translation
VulnerabilityInfoInfo.status ● VulnerabilityInfoInfoStatus! non-null enum
The status of the vulnerability template translation
VulnerabilityInfoInfo.deletedAt ● DateTime scalar
The date and time the vulnerability template translation was deleted
VulnerabilityInfoInfo.createdAt ● DateTime! non-null scalar
The date and time the vulnerability template translation was created
VulnerabilityInfoInfo.updatedAt ● DateTime! non-null scalar
The date and time the vulnerability template translation was last updated
Member Of
VulnerabilityInfo object