@maxim_mazurok/gapi.client.securitycenter-v1beta2 0.0.20241106 → 0.0.20241111
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 +19 -3
- 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: 20241111
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -390,6 +390,10 @@ declare namespace gapi.client {
|
|
|
390
390
|
/** The percentage of memory page hashes in the signature that were matched. */
|
|
391
391
|
percentPagesMatched?: number;
|
|
392
392
|
}
|
|
393
|
+
interface Disk {
|
|
394
|
+
/** The name of the disk, for example, "https://www.googleapis.com/compute/v1/projects/project-id/zones/zone-id/disks/disk-id". */
|
|
395
|
+
name?: string;
|
|
396
|
+
}
|
|
393
397
|
interface DiskPath {
|
|
394
398
|
/** UUID of the partition (format https://wiki.archlinux.org/title/persistent_block_device_naming#by-uuid) */
|
|
395
399
|
partitionUuid?: string;
|
|
@@ -495,6 +499,8 @@ declare namespace gapi.client {
|
|
|
495
499
|
dataFlowEvents?: DataFlowEvent[];
|
|
496
500
|
/** Contains more details about the finding. */
|
|
497
501
|
description?: string;
|
|
502
|
+
/** Disk associated with the finding. */
|
|
503
|
+
disk?: Disk;
|
|
498
504
|
/** The time the finding was first detected. If an existing finding is updated, then this is the time the update occurred. For example, if the finding represents an open firewall, this property captures the time the detector believes the firewall became open. The accuracy is determined by the detector. If the finding is later resolved, then this time reflects when the finding was resolved. This must not be set to a value greater than the current timestamp. */
|
|
499
505
|
eventTime?: string;
|
|
500
506
|
/** Represents exfiltrations associated with the finding. */
|
|
@@ -644,6 +650,8 @@ declare namespace gapi.client {
|
|
|
644
650
|
properties?: GoogleCloudSecuritycenterV1Property[];
|
|
645
651
|
}
|
|
646
652
|
interface GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule {
|
|
653
|
+
/** The cloud provider of the custom module. */
|
|
654
|
+
cloudProvider?: string;
|
|
647
655
|
/** Output only. The user-specified configuration for the module. */
|
|
648
656
|
customConfig?: GoogleCloudSecuritycenterV1CustomConfig;
|
|
649
657
|
/** Output only. The display name for the custom module. The name must be between 1 and 128 characters, start with a lowercase letter, and contain alphanumeric characters or underscores only. */
|
|
@@ -836,7 +844,7 @@ declare namespace gapi.client {
|
|
|
836
844
|
scope?: string;
|
|
837
845
|
/** A mapping of the sensitivity on Sensitive Data Protection finding to resource values. This mapping can only be used in combination with a resource_type that is related to BigQuery, e.g. "bigquery.googleapis.com/Dataset". */
|
|
838
846
|
sensitiveDataProtectionMapping?: GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping;
|
|
839
|
-
/** Required. Tag values combined with `AND` to check against.
|
|
847
|
+
/** Required. Tag values combined with `AND` to check against. For Google Cloud resources, they are tag value IDs in the form of "tagValues/123". Example: `[ "tagValues/123", "tagValues/456", "tagValues/789" ]` https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing */
|
|
840
848
|
tagValues?: string[];
|
|
841
849
|
/** Output only. Timestamp this resource value configuration was last updated. */
|
|
842
850
|
updateTime?: string;
|
|
@@ -850,6 +858,8 @@ declare namespace gapi.client {
|
|
|
850
858
|
interface GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule {
|
|
851
859
|
/** Output only. If empty, indicates that the custom module was created in the organization, folder, or project in which you are viewing the custom module. Otherwise, `ancestor_module` specifies the organization or folder from which the custom module is inherited. */
|
|
852
860
|
ancestorModule?: string;
|
|
861
|
+
/** The cloud provider of the custom module. */
|
|
862
|
+
cloudProvider?: string;
|
|
853
863
|
/** The user specified custom configuration for the module. */
|
|
854
864
|
customConfig?: GoogleCloudSecuritycenterV1CustomConfig;
|
|
855
865
|
/** The display name of the Security Health Analytics custom module. This display name becomes the finding category for all findings that are returned by this custom module. The display name must be between 1 and 128 characters, start with a lowercase letter, and contain alphanumeric characters or underscores only. */
|
|
@@ -1216,6 +1226,10 @@ declare namespace gapi.client {
|
|
|
1216
1226
|
/** The percentage of memory page hashes in the signature that were matched. */
|
|
1217
1227
|
percentPagesMatched?: number;
|
|
1218
1228
|
}
|
|
1229
|
+
interface GoogleCloudSecuritycenterV2Disk {
|
|
1230
|
+
/** The name of the disk, for example, "https://www.googleapis.com/compute/v1/projects/project-id/zones/zone-id/disks/disk-id". */
|
|
1231
|
+
name?: string;
|
|
1232
|
+
}
|
|
1219
1233
|
interface GoogleCloudSecuritycenterV2DiskPath {
|
|
1220
1234
|
/** UUID of the partition (format https://wiki.archlinux.org/title/persistent_block_device_naming#by-uuid) */
|
|
1221
1235
|
partitionUuid?: string;
|
|
@@ -1325,6 +1339,8 @@ declare namespace gapi.client {
|
|
|
1325
1339
|
dataFlowEvents?: GoogleCloudSecuritycenterV2DataFlowEvent[];
|
|
1326
1340
|
/** Contains more details about the finding. */
|
|
1327
1341
|
description?: string;
|
|
1342
|
+
/** Disk associated with the finding. */
|
|
1343
|
+
disk?: GoogleCloudSecuritycenterV2Disk;
|
|
1328
1344
|
/** The time the finding was first detected. If an existing finding is updated, then this is the time the update occurred. For example, if the finding represents an open firewall, this property captures the time the detector believes the firewall became open. The accuracy is determined by the detector. If the finding is later resolved, then this time reflects when the finding was resolved. This must not be set to a value greater than the current timestamp. */
|
|
1329
1345
|
eventTime?: string;
|
|
1330
1346
|
/** Represents exfiltrations associated with the finding. */
|
|
@@ -1695,7 +1711,7 @@ declare namespace gapi.client {
|
|
|
1695
1711
|
scope?: string;
|
|
1696
1712
|
/** A mapping of the sensitivity on Sensitive Data Protection finding to resource values. This mapping can only be used in combination with a resource_type that is related to BigQuery, e.g. "bigquery.googleapis.com/Dataset". */
|
|
1697
1713
|
sensitiveDataProtectionMapping?: GoogleCloudSecuritycenterV2SensitiveDataProtectionMapping;
|
|
1698
|
-
/** Tag values combined with `AND` to check against.
|
|
1714
|
+
/** Tag values combined with `AND` to check against. For Google Cloud resources, they are tag value IDs in the form of "tagValues/123". Example: `[ "tagValues/123", "tagValues/456", "tagValues/789" ]` https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing */
|
|
1699
1715
|
tagValues?: string[];
|
|
1700
1716
|
/** Output only. Timestamp this resource value configuration was last updated. */
|
|
1701
1717
|
updateTime?: string;
|