@maxim_mazurok/gapi.client.securitycenter-v1beta2 0.0.20240927 → 0.0.20241011

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.
Files changed (2) hide show
  1. package/index.d.ts +11 -1
  2. 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: 20240927
12
+ // Revision: 20241011
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -143,6 +143,8 @@ declare namespace gapi.client {
143
143
  tenant?: AzureTenant;
144
144
  }
145
145
  interface AzureResourceGroup {
146
+ /** The ID of the Azure resource group. */
147
+ id?: string;
146
148
  /** The name of the Azure resource group. This is not a UUID. */
147
149
  name?: string;
148
150
  }
@@ -180,6 +182,10 @@ declare namespace gapi.client {
180
182
  /** The name of the Backup and DR storage pool that the backup and recovery appliance is storing data in. The storage pool could be of type Cloud, Primary, Snapshot, or OnVault. See the [Backup and DR documentation on storage pools](https://cloud.google.com/backup-disaster-recovery/docs/concepts/storage-pools). For example, `DiskPoolOne`. */
181
183
  storagePool?: string;
182
184
  }
185
+ interface CelPolicySpec {
186
+ /** The CEL policy to evaluate to produce findings. A finding is generated when the policy validation evaluates to false. */
187
+ spec?: string;
188
+ }
183
189
  interface CloudArmor {
184
190
  /** Information about potential Layer 7 DDoS attacks identified by [Google Cloud Armor Adaptive Protection](https://cloud.google.com/armor/docs/adaptive-protection-overview). */
185
191
  adaptiveProtection?: AdaptiveProtection;
@@ -624,6 +630,8 @@ declare namespace gapi.client {
624
630
  }
625
631
  interface GoogleCloudSecuritycenterV1BulkMuteFindingsResponse {}
626
632
  interface GoogleCloudSecuritycenterV1CustomConfig {
633
+ /** The CEL policy spec attached to the custom module. */
634
+ celPolicy?: CelPolicySpec;
627
635
  /** Custom output properties. */
628
636
  customOutput?: GoogleCloudSecuritycenterV1CustomOutputSpec;
629
637
  /** Text that describes the vulnerability or misconfiguration that the custom module detects. This explanation is returned with each finding instance to help investigators understand the detected issue. The text must be enclosed in quotation marks. */
@@ -982,6 +990,8 @@ declare namespace gapi.client {
982
990
  tenant?: GoogleCloudSecuritycenterV2AzureTenant;
983
991
  }
984
992
  interface GoogleCloudSecuritycenterV2AzureResourceGroup {
993
+ /** The ID of the Azure resource group. */
994
+ id?: string;
985
995
  /** The name of the Azure resource group. This is not a UUID. */
986
996
  name?: string;
987
997
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.securitycenter-v1beta2",
3
- "version": "0.0.20240927",
3
+ "version": "0.0.20241011",
4
4
  "description": "TypeScript typings for Security Command Center API v1beta2",
5
5
  "repository": {
6
6
  "type": "git",