Interface CheckmarxProjectOverview

interface CheckmarxProjectOverview {
    applications: string[];
    enginesData: CheckmarxEngineData[];
    groupIds: string[];
    importedProjName: string;
    isDeployed: boolean;
    isPublic: boolean;
    lastScanDate: string;
    projectId: string;
    projectName: string;
    projectOrigin: string;
    repoId: number;
    riskLevel: string;
    scmRepoId: string;
    sourceOrigin: string;
    sourceType: string;
    tags: Record<string, string>;
    totalCounters: CheckmarxTotalCounters;
}

Properties

applications: string[]
enginesData: CheckmarxEngineData[]
groupIds: string[]
importedProjName: string
isDeployed: boolean
isPublic: boolean
lastScanDate: string
projectId: string
projectName: string
projectOrigin: string
repoId: number
riskLevel: string
scmRepoId: string
sourceOrigin: string
sourceType: string
tags: Record<string, string>
totalCounters: CheckmarxTotalCounters