iAggregations

Represents aggregation data for issues, including the type, summary, columns, and detailed items.

Examples

type IAggregations {
  type: String
  summary: IAggSummary
  columns: IAggColumns
  items: [AggItem]
}

Fields

Field
Description
Supported fields

type String

Type of aggregation

summary IAggSummary

Summary information about the aggregation

summary String comment String

columns IAggColumns

Details about the columns involved in the aggregation

columns [AggregationColumn] comment String

items [AggItem]

List of individual aggregation items

callBranch [String] linkToExternalProduct String stars String forks String downloads String vulBySeverity String nameAndVer String sourceRepoName String sourceRepoLink String sourceCreationDate String sourceLastModifyDate String destinationRepoName String destinationRepoLink String destinationCreationDate String destinationLastModifyDate String destinationRepoVisibility String reasons String _id String url String additionalToolData String events String allEvents String pushType String sha String title String link String mergedBy String date String fileCount Int diffInDays Int reviewers String user String userLink String userAvatar String devOperation String devOperationDate String adminOperation String adminOperationDate String reviewOperation String reviewOperationDate String orgRole String earliestActivityDate String repoPermissions String adminLocation String email String pullRequestsCount Int diffFromNowToCreatedAtInDays Int username String accessLevel String createdAt String lastAccess String fileName String fileUri String startLine Int endLine Int match String snippet String commitLink String commitBy String region String eduVideoLink String resource String service String accountName String cloudEnv String secret String image String imageCreatedAt String pkgCount Int dockerVer String os String binariesCount Int tag String reputation String sha256 String size String pushedAt String source String ruleId String realMatch String excludedByAlert Boolean filePath String lockfile String accountId String snippetLineNumber Int language String daysOpen String isFixAvailable Boolean aggId String pkgName String installedVersion String fixedVersion String triggerPkgName String triggerPkgVersion String triggerPkgUpgradeVersion String dependencyType String branch String hashAggId String repo String repoCreator String lastCodeDate String lastAdminOperation String exclusionId String numberOfReposDomainAppear Int layer String baseImage String imageLink String registryName String project String resourceGroup String location String parameter String test String cvss Float evidence String dastUrl String method String parameterType String value String cluster String type String cloudType String k8sType String consoleLink String name String subscriptionId String stringifiedClusters String aggStatus String falsePositive FalsePositive

References

Fields with this object:

Last updated