PentestExecution
No description
type PentestExecution {
createdAt: ISO8601DateTime!
durationSeconds: Int
finishedAt: ISO8601DateTime
id: ID!
kind: String!
nodeCount: Int!
pentestArtifact: PentestArtifact!
project: Project
retestFixedCount: Int!
retestTotalCount: Int!
runNumber: Int!
severityBreakdown: JSON!
startedAt: ISO8601DateTime
status: String!
triggerKind: String!
triggeredBy: PortalUserBasicInfoType
updatedAt: ISO8601DateTime!
vulnerabilitiesCount: Int!
}