@maxim_mazurok/gapi.client.securitycenter-v1beta2 0.0.20250326 → 0.0.20250411
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 +1 -19
- 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://securitycenter.googleapis.com/$discovery/rest?version=v1beta2
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250411
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -246,24 +246,6 @@ declare namespace gapi.client {
|
|
|
246
246
|
/** Version of the standard or benchmark, for example, 1.1 */
|
|
247
247
|
version?: string;
|
|
248
248
|
}
|
|
249
|
-
interface ComplianceSnapshot {
|
|
250
|
-
/** The category of Findings matching. */
|
|
251
|
-
category?: string;
|
|
252
|
-
/** The cloud provider for the compliance snapshot. */
|
|
253
|
-
cloudProvider?: string;
|
|
254
|
-
/** The compliance standard (ie CIS). */
|
|
255
|
-
complianceStandard?: string;
|
|
256
|
-
/** The compliance version (ie 1.3) in CIS 1.3. */
|
|
257
|
-
complianceVersion?: string;
|
|
258
|
-
/** Total count of findings for the given properties. */
|
|
259
|
-
count?: string;
|
|
260
|
-
/** The leaf container resource name that is closest to the snapshot. */
|
|
261
|
-
leafContainerResource?: string;
|
|
262
|
-
/** The compliance snapshot name. Format: //sources//complianceSnapshots/ */
|
|
263
|
-
name?: string;
|
|
264
|
-
/** The snapshot time of the snapshot. */
|
|
265
|
-
snapshotTime?: string;
|
|
266
|
-
}
|
|
267
249
|
interface Config {
|
|
268
250
|
/** The state of enablement for the module at its level of the resource hierarchy. */
|
|
269
251
|
moduleEnablementState?: string;
|