Project
No description
type Project {
accessPortalUsers: [PortalUserBasicInfoType!]
activities: [Activity!]
activitiesTimeline(
pagination: PaginationInput!
): ProjectTimelineTypeCollection
allocatedAnalyst: [AnalystAllocations!]
apiCode: String
assets: [Asset!]
attachments: [Attachment!]
attackChain: String
comment: String
company: Company!
createdAt: ISO8601DateTime
credentials: [Credential!]
customTechnicalReportFields: CustomTechnicalReportFieldsType!
deploySendFrequency: Int
dueDate: ISO8601DateTime
endDate: ISO8601DateTime
environmentCompromised: Boolean!
environmentInvaded: Boolean
estimatedDays: String
estimatedHours: String
executiveSummary: String
goal: String
hasDeploys: Boolean!
history: [AnalysisHistory!]
id: ID!
integrationDeploy: Boolean
isOpen: Boolean!
isPublic: Boolean
label: String!
mainRecommendations: String
objective: String
pid: String
plannedStartedAt: ISO8601DateTime
playbooks: [Requirement!]
projectAccessibleUsers(
pagination: PaginationInput!
name: String
): PortalUserBasicInfoTypeCollection
projectScopeUrls: [ProjectScopeUrl!]
projectType: ProjectType!
receiveDeploys: Boolean
requirementsProgress: RequirementsProgressType
scope: String
secrets: [SecretInterface!]
startDate: ISO8601DateTime!
status: NewProjectStatusEnum
students: Int
tags: [Tag!]
teams: [Team!]
timeline: [ProjectTimelineType!]
totalAnalysisLines: Int
totalChangedLines: Int
totalNewLines: Int
totalRemovedLines: Int
type: String!
updatedAt: ISO8601DateTime
vulnerabilities: [IssueInterface!]
waiting: Boolean!
}
Fields
Project.accessPortalUsers ● [PortalUserBasicInfoType!] list object
List of users with access to only the project
Project.activities ● [Activity!] list object
Project.activitiesTimeline ● ProjectTimelineTypeCollection object
Project.activitiesTimeline.pagination ● PaginationInput! non-null input
Project.allocatedAnalyst ● [AnalystAllocations!] list object
Project.apiCode ● String scalar
Project.assets ● [Asset!] list object
Project.attachments ● [Attachment!] list object
Project.attackChain ● String scalar
Mermaid diagram syntax for attack chain visualization