Project
No description
type Project {
activities: [Activity!]
allocatedAnalyst: [AnalystAllocations!]
apiCode: String
apiResponseReview: String
assets: [Asset!]
closeComments: Boolean
company: Company!
companyId: Int!
connectivity: String
continuousDelivery: Boolean
contractedHours: Int
createdAt: ISO8601DateTime
credentials: [Credential!]
customMetadata: ProjectCollection
customTechnicalReportFields: CustomTechnicalReportFieldsType!
deploySendFrequency: Int
dueDate: ISO8601DateTime
endDate: ISO8601DateTime
environmentInvaded: Boolean
estimatedDays: String
estimatedHours: String
executiveSummary: String
firstVulnerabilityIdentified: Vulnerability
freeRetest: Boolean
hasDeploys: Boolean!
hasOpenRetest: Boolean
history: [AnalysisHistory!]
hoursOrDays: String
id: ID!
integrationDeploy: Boolean
inviteToken: String
isOpen: Boolean!
isPublic: Boolean
label: String!
language: String
mainRecommendations: String
microserviceFolder: String
negativeScope: String
notificationList: String
notifications: [Notification!]
objective: String
pid: String
plannedStartedAt: ISO8601DateTime
playbookFinishedAt: ISO8601DateTime
playbookStartedAt: ISO8601DateTime
playbooks: [Requirement!]
projectType: ProjectType!
receiveDeploys: Boolean
repositoryUrl: String
resultFiles: [ResultFiles!]
sacCode: String
sacProjectId: Int
scope: String
secretId: String
sshPublicKey: String
startDate: ISO8601DateTime!
status: String
students: Int
subScopeId: Int
tags: [Tag!]
teams: [Team!]
totalAnalysisLines: Int
totalChangedLines: Int
totalNewLines: Int
totalPublishedVulnerabilities: Int
totalRemovedLines: Int
type: String!
updatedAt: ISO8601DateTime
userWithAccess: [PortalUser!]
userableId: Int
userableType: String
vulnerabilities: [Vulnerability!]
vulnerabilitiesCount: AnalysisVulnerabilitiesCount
vulnerabilitiesCountByStatus: ProjectVulnerabilitiesStatusCount
waiting: Boolean!
}