@maxim_mazurok/gapi.client.securitycenter-v1beta2 0.0.20240513 → 0.0.20240520
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 +17 -17
- 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: 20240520
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -738,25 +738,25 @@ declare namespace gapi.client {
|
|
|
738
738
|
interface GoogleCloudSecuritycenterV1ResourceValueConfig {
|
|
739
739
|
/** Cloud provider this configuration applies to */
|
|
740
740
|
cloudProvider?: string;
|
|
741
|
-
/** Output only. Timestamp this resource value
|
|
741
|
+
/** Output only. Timestamp this resource value configuration was created. */
|
|
742
742
|
createTime?: string;
|
|
743
|
-
/** Description of the resource value
|
|
743
|
+
/** Description of the resource value configuration. */
|
|
744
744
|
description?: string;
|
|
745
|
-
/** Name for the resource value
|
|
745
|
+
/** Name for the resource value configuration */
|
|
746
746
|
name?: string;
|
|
747
|
-
/** List of resource labels to search for, evaluated with AND.
|
|
747
|
+
/** List of resource labels to search for, evaluated with AND. For example, "resource_labels_selector": {"key": "value", "env": "prod"} will match resources with labels "key": "value" AND "env": "prod" https://cloud.google.com/resource-manager/docs/creating-managing-labels */
|
|
748
748
|
resourceLabelsSelector?: {[P in string]: string};
|
|
749
|
-
/** Apply resource_value only to resources that match resource_type. resource_type will be checked with
|
|
749
|
+
/** Apply resource_value only to resources that match resource_type. resource_type will be checked with AND of other resources. For example, "storage.googleapis.com/Bucket" with resource_value "HIGH" will apply "HIGH" value only to "storage.googleapis.com/Bucket" resources. */
|
|
750
750
|
resourceType?: string;
|
|
751
751
|
/** Required. Resource value level this expression represents */
|
|
752
752
|
resourceValue?: string;
|
|
753
|
-
/** Project or folder to scope this
|
|
753
|
+
/** Project or folder to scope this configuration to. For example, "project/456" would apply this configuration only to resources in "project/456" scope will be checked with AND of other resources. */
|
|
754
754
|
scope?: string;
|
|
755
755
|
/** 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". */
|
|
756
756
|
sensitiveDataProtectionMapping?: GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping;
|
|
757
|
-
/** Required. Tag values combined with AND to check against. Values in the form "tagValues/123"
|
|
757
|
+
/** Required. Tag values combined with AND to check against. Values in the form "tagValues/123" Example: [ "tagValues/123", "tagValues/456", "tagValues/789" ] https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing */
|
|
758
758
|
tagValues?: string[];
|
|
759
|
-
/** Output only. Timestamp this resource value
|
|
759
|
+
/** Output only. Timestamp this resource value configuration was last updated. */
|
|
760
760
|
updateTime?: string;
|
|
761
761
|
}
|
|
762
762
|
interface GoogleCloudSecuritycenterV1RunAssetDiscoveryResponse {
|
|
@@ -1505,25 +1505,25 @@ declare namespace gapi.client {
|
|
|
1505
1505
|
interface GoogleCloudSecuritycenterV2ResourceValueConfig {
|
|
1506
1506
|
/** Cloud provider this configuration applies to */
|
|
1507
1507
|
cloudProvider?: string;
|
|
1508
|
-
/** Output only. Timestamp this resource value
|
|
1508
|
+
/** Output only. Timestamp this resource value configuration was created. */
|
|
1509
1509
|
createTime?: string;
|
|
1510
|
-
/** Description of the resource value
|
|
1510
|
+
/** Description of the resource value configuration. */
|
|
1511
1511
|
description?: string;
|
|
1512
|
-
/** Name for the resource value
|
|
1512
|
+
/** Name for the resource value configuration */
|
|
1513
1513
|
name?: string;
|
|
1514
|
-
/** List of resource labels to search for, evaluated with AND.
|
|
1514
|
+
/** List of resource labels to search for, evaluated with AND. For example, "resource_labels_selector": {"key": "value", "env": "prod"} will match resources with labels "key": "value" AND "env": "prod" https://cloud.google.com/resource-manager/docs/creating-managing-labels */
|
|
1515
1515
|
resourceLabelsSelector?: {[P in string]: string};
|
|
1516
|
-
/** Apply resource_value only to resources that match resource_type. resource_type will be checked with
|
|
1516
|
+
/** Apply resource_value only to resources that match resource_type. resource_type will be checked with AND of other resources. For example, "storage.googleapis.com/Bucket" with resource_value "HIGH" will apply "HIGH" value only to "storage.googleapis.com/Bucket" resources. */
|
|
1517
1517
|
resourceType?: string;
|
|
1518
1518
|
/** Resource value level this expression represents Only required when there is no SDP mapping in the request */
|
|
1519
1519
|
resourceValue?: string;
|
|
1520
|
-
/** Project or folder to scope this
|
|
1520
|
+
/** Project or folder to scope this configuration to. For example, "project/456" would apply this configuration only to resources in "project/456" scope will be checked with AND of other resources. */
|
|
1521
1521
|
scope?: string;
|
|
1522
1522
|
/** 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". */
|
|
1523
1523
|
sensitiveDataProtectionMapping?: GoogleCloudSecuritycenterV2SensitiveDataProtectionMapping;
|
|
1524
|
-
/** Required. Tag values combined with AND to check against. Values in the form "tagValues/123"
|
|
1524
|
+
/** Required. Tag values combined with AND to check against. Values in the form "tagValues/123" Example: [ "tagValues/123", "tagValues/456", "tagValues/789" ] https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing */
|
|
1525
1525
|
tagValues?: string[];
|
|
1526
|
-
/** Output only. Timestamp this resource value
|
|
1526
|
+
/** Output only. Timestamp this resource value configuration was last updated. */
|
|
1527
1527
|
updateTime?: string;
|
|
1528
1528
|
}
|
|
1529
1529
|
interface GoogleCloudSecuritycenterV2Role {
|