@maxim_mazurok/gapi.client.securitycenter-v1beta2 0.0.20240124 → 0.0.20240130
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 +9 -1
- 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: 20240130
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -638,6 +638,8 @@ declare namespace gapi.client {
|
|
|
638
638
|
resourceValue?: string;
|
|
639
639
|
/** Project or folder to scope this config to. For example, "project/456" would apply this config only to resources in "project/456" scope will be checked with "AND" of other resources. */
|
|
640
640
|
scope?: string;
|
|
641
|
+
/** 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". */
|
|
642
|
+
sensitiveDataProtectionMapping?: GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping;
|
|
641
643
|
/** Required. Tag values combined with AND to check against. Values in the form "tagValues/123" E.g. [ "tagValues/123", "tagValues/456", "tagValues/789" ] https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing */
|
|
642
644
|
tagValues?: string[];
|
|
643
645
|
/** Output only. Timestamp this resource value config was last updated. */
|
|
@@ -665,6 +667,12 @@ declare namespace gapi.client {
|
|
|
665
667
|
/** Output only. The time at which the custom module was last updated. */
|
|
666
668
|
updateTime?: string;
|
|
667
669
|
}
|
|
670
|
+
interface GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping {
|
|
671
|
+
/** Resource value mapping for high-sensitivity Sensitive Data Protection findings */
|
|
672
|
+
highSensitivityMapping?: string;
|
|
673
|
+
/** Resource value mapping for medium-sensitivity Sensitive Data Protection findings */
|
|
674
|
+
mediumSensitivityMapping?: string;
|
|
675
|
+
}
|
|
668
676
|
interface IamBinding {
|
|
669
677
|
/** The action that was performed on a Binding. */
|
|
670
678
|
action?: string;
|