@maxim_mazurok/gapi.client.securitycenter-v1beta2 0.2.20251006 → 0.2.20251024
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 +27 -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: 20251024
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1800,9 +1800,35 @@ declare namespace gapi.client {
|
|
|
1800
1800
|
type?: string;
|
|
1801
1801
|
}
|
|
1802
1802
|
interface GoogleCloudSecuritycenterV2IssueResourceApplication {
|
|
1803
|
+
/** Consumer provided attributes for the application */
|
|
1804
|
+
attributes?: GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes;
|
|
1803
1805
|
/** The resource name of an Application. Format: `projects/{host-project-id}/locations/{location}/applications/{application-id}` */
|
|
1804
1806
|
name?: string;
|
|
1805
1807
|
}
|
|
1808
|
+
interface GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes {
|
|
1809
|
+
/** Business team that ensures user needs are met and value is delivered */
|
|
1810
|
+
businessOwners?: GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo[];
|
|
1811
|
+
/** User-defined criticality information. */
|
|
1812
|
+
criticality?: GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality;
|
|
1813
|
+
/** Developer team that owns development and coding. */
|
|
1814
|
+
developerOwners?: GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo[];
|
|
1815
|
+
/** User-defined environment information. */
|
|
1816
|
+
environment?: GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesEnvironment;
|
|
1817
|
+
/** Operator team that ensures runtime and operations. */
|
|
1818
|
+
operatorOwners?: GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo[];
|
|
1819
|
+
}
|
|
1820
|
+
interface GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo {
|
|
1821
|
+
/** Email address of the contacts. */
|
|
1822
|
+
email?: string;
|
|
1823
|
+
}
|
|
1824
|
+
interface GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality {
|
|
1825
|
+
/** Criticality Type. */
|
|
1826
|
+
type?: string;
|
|
1827
|
+
}
|
|
1828
|
+
interface GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesEnvironment {
|
|
1829
|
+
/** Environment Type. */
|
|
1830
|
+
type?: string;
|
|
1831
|
+
}
|
|
1806
1832
|
interface GoogleCloudSecuritycenterV2IssueResourceAwsMetadata {
|
|
1807
1833
|
/** The AWS account of the resource associated with the issue. */
|
|
1808
1834
|
account?: GoogleCloudSecuritycenterV2IssueResourceAwsMetadataAwsAccount;
|