@maxim_mazurok/gapi.client.securitycenter-v1beta2 0.1.20250903 → 0.1.20250915
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 +8 -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:
|
|
12
|
+
// Revision: 20250915
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1520,7 +1520,7 @@ declare namespace gapi.client {
|
|
|
1520
1520
|
attackExposure?: GoogleCloudSecuritycenterV2AttackExposure;
|
|
1521
1521
|
/** Fields related to Backup and DR findings. */
|
|
1522
1522
|
backupDisasterRecovery?: GoogleCloudSecuritycenterV2BackupDisasterRecovery;
|
|
1523
|
-
/** Output only. The canonical name of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/
|
|
1523
|
+
/** Output only. The canonical name of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` The prefix is the closest CRM ancestor of the resource associated with the finding. */
|
|
1524
1524
|
canonicalName?: string;
|
|
1525
1525
|
/** Immutable. The additional taxonomy group within findings from a given source. Example: "XSS_FLASH_INJECTION" */
|
|
1526
1526
|
category?: string;
|
|
@@ -1770,6 +1770,8 @@ declare namespace gapi.client {
|
|
|
1770
1770
|
muteUpdateTime?: string;
|
|
1771
1771
|
}
|
|
1772
1772
|
interface GoogleCloudSecuritycenterV2IssueResource {
|
|
1773
|
+
/** The AppHub application associated with the resource, if any. Only populated for the primary resource. */
|
|
1774
|
+
application?: GoogleCloudSecuritycenterV2IssueResourceApplication;
|
|
1773
1775
|
/** The AWS metadata of the resource associated with the issue. Only populated for AWS resources. */
|
|
1774
1776
|
awsMetadata?: GoogleCloudSecuritycenterV2IssueResourceAwsMetadata;
|
|
1775
1777
|
/** The Azure metadata of the resource associated with the issue. Only populated for Azure resources. */
|
|
@@ -1785,6 +1787,10 @@ declare namespace gapi.client {
|
|
|
1785
1787
|
/** The type of the resource associated with the issue. */
|
|
1786
1788
|
type?: string;
|
|
1787
1789
|
}
|
|
1790
|
+
interface GoogleCloudSecuritycenterV2IssueResourceApplication {
|
|
1791
|
+
/** The resource name of an Application. Format: `projects/{host-project-id}/locations/{location}/applications/{application-id}` */
|
|
1792
|
+
name?: string;
|
|
1793
|
+
}
|
|
1788
1794
|
interface GoogleCloudSecuritycenterV2IssueResourceAwsMetadata {
|
|
1789
1795
|
/** The AWS account of the resource associated with the issue. */
|
|
1790
1796
|
account?: GoogleCloudSecuritycenterV2IssueResourceAwsMetadataAwsAccount;
|