@maxim_mazurok/gapi.client.containeranalysis-v1 0.2.20260717 → 0.2.20260805
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +38 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://containeranalysis.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260805
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -32,8 +32,10 @@ declare namespace gapi.client {
|
|
|
32
32
|
interface AISkillAnalysisOccurrence {
|
|
33
33
|
/** Findings produced by the analysis. */
|
|
34
34
|
findings?: Finding[];
|
|
35
|
-
/** Maximum severity found among findings. */
|
|
35
|
+
/** Maximum severity found among findings. Per scanner verdict details. */
|
|
36
36
|
maxSeverity?: 'SEVERITY_UNSPECIFIED' | 'CRITICAL' | 'HIGH';
|
|
37
|
+
/** Per scanner verdict. */
|
|
38
|
+
perScannerVerdict?: PerScannerVerdict;
|
|
37
39
|
/** Name of the skill that produced this analysis. */
|
|
38
40
|
skillName?: string;
|
|
39
41
|
}
|
|
@@ -1494,6 +1496,24 @@ declare namespace gapi.client {
|
|
|
1494
1496
|
/** Deprecated. The version installed at this location. */
|
|
1495
1497
|
version?: Version;
|
|
1496
1498
|
}
|
|
1499
|
+
interface MaliciousContentLLMResult {
|
|
1500
|
+
/** Tracks max severity found. */
|
|
1501
|
+
maxSeverity?: 'SEVERITY_UNSPECIFIED' | 'CRITICAL' | 'HIGH';
|
|
1502
|
+
/** Status of the scan. */
|
|
1503
|
+
scanStatus?: 'SCAN_STATUS_UNSPECIFIED' | 'PERFORMED' | 'NOT_PERFORMED';
|
|
1504
|
+
}
|
|
1505
|
+
interface MaliciousContentStaticResult {
|
|
1506
|
+
/** Tracks max severity found. */
|
|
1507
|
+
maxSeverity?: 'SEVERITY_UNSPECIFIED' | 'CRITICAL' | 'HIGH';
|
|
1508
|
+
/** Status of the scan. */
|
|
1509
|
+
scanStatus?: 'SCAN_STATUS_UNSPECIFIED' | 'PERFORMED' | 'NOT_PERFORMED';
|
|
1510
|
+
}
|
|
1511
|
+
interface MalwareScanResult {
|
|
1512
|
+
/** Status of the scan. */
|
|
1513
|
+
scanStatus?: 'SCAN_STATUS_UNSPECIFIED' | 'PERFORMED' | 'NOT_PERFORMED';
|
|
1514
|
+
/** Verdict of the scan. */
|
|
1515
|
+
verdict?: 'VERDICT_UNSPECIFIED' | 'PASSED' | 'FAILED';
|
|
1516
|
+
}
|
|
1497
1517
|
interface Material {
|
|
1498
1518
|
digest?: {[P in string]: string};
|
|
1499
1519
|
uri?: string;
|
|
@@ -1710,6 +1730,16 @@ declare namespace gapi.client {
|
|
|
1710
1730
|
/** Output only. The version of the package. */
|
|
1711
1731
|
version?: Version;
|
|
1712
1732
|
}
|
|
1733
|
+
interface PerScannerVerdict {
|
|
1734
|
+
/** Malicious Content LLM scan result. */
|
|
1735
|
+
maliciousContentLlmResult?: MaliciousContentLLMResult;
|
|
1736
|
+
/** Malicious Content Static scan result. */
|
|
1737
|
+
maliciousContentStaticResult?: MaliciousContentStaticResult;
|
|
1738
|
+
/** Malware scan result. */
|
|
1739
|
+
malwareScan?: MalwareScanResult;
|
|
1740
|
+
/** Workspace Policy scan result. */
|
|
1741
|
+
workspacePolicy?: WorkspacePolicyResult;
|
|
1742
|
+
}
|
|
1713
1743
|
interface Policy {
|
|
1714
1744
|
/** Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`. */
|
|
1715
1745
|
bindings?: Binding[];
|
|
@@ -2207,6 +2237,12 @@ declare namespace gapi.client {
|
|
|
2207
2237
|
/** The localized title of the update. */
|
|
2208
2238
|
title?: string;
|
|
2209
2239
|
}
|
|
2240
|
+
interface WorkspacePolicyResult {
|
|
2241
|
+
/** Status of the scan. */
|
|
2242
|
+
scanStatus?: 'SCAN_STATUS_UNSPECIFIED' | 'PERFORMED' | 'NOT_PERFORMED';
|
|
2243
|
+
/** Verdict of the scan. */
|
|
2244
|
+
verdict?: 'VERDICT_UNSPECIFIED' | 'PASSED' | 'FAILED';
|
|
2245
|
+
}
|
|
2210
2246
|
interface OccurrencesResource {
|
|
2211
2247
|
/** Lists occurrences referencing the specified note. Provider projects can use this method to get all occurrences across consumer projects referencing the specified note. */
|
|
2212
2248
|
list(request?: {
|