Asset
No description
type Asset {
activeDevelopers(
lastDays: Int
pagination: BasePaginationInput
): ActiveDeveloperTypeCollection!
architectureType: String
assetType: String
assetsTagList: [String!]
audience: String
businessImpact: BusinessImpactLevel
company: Company!
createdAt: ISO8601DateTime!
criticity: String
dataClassification: [DataClassification!]!
description: String
developers(
page: Int
perPage: Int
): DeveloperTypeCollection
developmentModel: String
developmentTeam: String
environment: String
environmentCompromised: Boolean!
exploitability: Exploitability
id: ID!
integrationDetails: IntegrationDetailsCollection
integrations: [String!]
lifeCycle: String
name: String
pendingVulnerabilitiesStats: [IssueSeverityStat!]!
projects(
includeAst: Boolean
): [Project!]
repoUrl: String
riskScore: AssetRiskScoreHistories
sbomComponents(
search: SbomComponentSearchInput
page: Int = 1
limit: Int = 10
): SbomComponentsPaginatedResponse
scanType: [String!]
scannerConfigurations: [ScannerConfigurationInterface!]!
scannersExecutionHistories(
page: Int
perPage: Int
): ScanHistoryCollection!
teams: [Team!]
technologies: [String!]!
threat: ThreatLevel
updatedAt: ISO8601DateTime!
url: String
users: [UserType!]
vulnerabilities: VulnerabilitiesDetail
}
Fields
Asset.activeDevelopers ● ActiveDeveloperTypeCollection! non-null object
List of active developers contributing to the asset