@maxim_mazurok/gapi.client.securitycenter-v1beta2 0.0.20250801 → 0.0.20250808
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: 20250808
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1177,6 +1177,8 @@ declare namespace gapi.client {
|
|
|
1177
1177
|
interface GoogleCloudSecuritycenterV2BigQueryExport {
|
|
1178
1178
|
/** Output only. The time at which the BigQuery export was created. This field is set by the server and will be ignored if provided on export on creation. */
|
|
1179
1179
|
createTime?: string;
|
|
1180
|
+
/** Output only. The resource name of the Cloud KMS `CryptoKey` used to protect this configuration's data, if configured during Security Command Center activation. */
|
|
1181
|
+
cryptoKeyName?: string;
|
|
1180
1182
|
/** The dataset to write findings' updates to. Its format is "projects/[project_id]/datasets/[bigquery_dataset_id]". BigQuery dataset unique ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). */
|
|
1181
1183
|
dataset?: string;
|
|
1182
1184
|
/** The description of the export (max of 1024 characters). */
|
|
@@ -1542,6 +1544,8 @@ declare namespace gapi.client {
|
|
|
1542
1544
|
containers?: GoogleCloudSecuritycenterV2Container[];
|
|
1543
1545
|
/** Output only. The time at which the finding was created in Security Command Center. */
|
|
1544
1546
|
createTime?: string;
|
|
1547
|
+
/** Output only. The name of the Cloud KMS key used to encrypt this finding, if any. */
|
|
1548
|
+
cryptoKeyName?: string;
|
|
1545
1549
|
/** Data access events associated with the finding. */
|
|
1546
1550
|
dataAccessEvents?: GoogleCloudSecuritycenterV2DataAccessEvent[];
|
|
1547
1551
|
/** Database associated with the finding. */
|
|
@@ -1904,6 +1908,8 @@ declare namespace gapi.client {
|
|
|
1904
1908
|
interface GoogleCloudSecuritycenterV2MuteConfig {
|
|
1905
1909
|
/** Output only. The time at which the mute config was created. This field is set by the server and will be ignored if provided on config creation. */
|
|
1906
1910
|
createTime?: string;
|
|
1911
|
+
/** Output only. The resource name of the Cloud KMS `CryptoKey` used to encrypt this configuration data, if CMEK was enabled during Security Command Center activation. */
|
|
1912
|
+
cryptoKeyName?: string;
|
|
1907
1913
|
/** A description of the mute config. */
|
|
1908
1914
|
description?: string;
|
|
1909
1915
|
/** Optional. The expiry of the mute config. Only applicable for dynamic configs. If the expiry is set, when the config expires, it is removed from all findings. */
|
|
@@ -2539,6 +2545,8 @@ declare namespace gapi.client {
|
|
|
2539
2545
|
suggestedUpgradeVersion?: string;
|
|
2540
2546
|
}
|
|
2541
2547
|
interface SecurityCenterSettings {
|
|
2548
|
+
/** The KMS key name used for CMEK encryption. Format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key_name} */
|
|
2549
|
+
cryptoKeyName?: string;
|
|
2542
2550
|
/** The resource name of the project to send logs to. This project must be part of the organization this resource resides in. The format is `projects/{project_id}`. An empty value disables logging. This value is only referenced by services that support log sink. Please refer to the documentation for an updated list of compatible services. This may only be specified for organization level onboarding. */
|
|
2543
2551
|
logSinkProject?: string;
|
|
2544
2552
|
/** The resource name of the SecurityCenterSettings. Format: organizations/{organization}/securityCenterSettings Format: folders/{folder}/securityCenterSettings Format: projects/{project}/securityCenterSettings */
|