@maxim_mazurok/gapi.client.securitycenter-v1 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=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20251024
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1933,9 +1933,35 @@ declare namespace gapi.client {
|
|
|
1933
1933
|
type?: string;
|
|
1934
1934
|
}
|
|
1935
1935
|
interface GoogleCloudSecuritycenterV2IssueResourceApplication {
|
|
1936
|
+
/** Consumer provided attributes for the application */
|
|
1937
|
+
attributes?: GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes;
|
|
1936
1938
|
/** The resource name of an Application. Format: `projects/{host-project-id}/locations/{location}/applications/{application-id}` */
|
|
1937
1939
|
name?: string;
|
|
1938
1940
|
}
|
|
1941
|
+
interface GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes {
|
|
1942
|
+
/** Business team that ensures user needs are met and value is delivered */
|
|
1943
|
+
businessOwners?: GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo[];
|
|
1944
|
+
/** User-defined criticality information. */
|
|
1945
|
+
criticality?: GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality;
|
|
1946
|
+
/** Developer team that owns development and coding. */
|
|
1947
|
+
developerOwners?: GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo[];
|
|
1948
|
+
/** User-defined environment information. */
|
|
1949
|
+
environment?: GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesEnvironment;
|
|
1950
|
+
/** Operator team that ensures runtime and operations. */
|
|
1951
|
+
operatorOwners?: GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo[];
|
|
1952
|
+
}
|
|
1953
|
+
interface GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo {
|
|
1954
|
+
/** Email address of the contacts. */
|
|
1955
|
+
email?: string;
|
|
1956
|
+
}
|
|
1957
|
+
interface GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality {
|
|
1958
|
+
/** Criticality Type. */
|
|
1959
|
+
type?: string;
|
|
1960
|
+
}
|
|
1961
|
+
interface GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesEnvironment {
|
|
1962
|
+
/** Environment Type. */
|
|
1963
|
+
type?: string;
|
|
1964
|
+
}
|
|
1939
1965
|
interface GoogleCloudSecuritycenterV2IssueResourceAwsMetadata {
|
|
1940
1966
|
/** The AWS account of the resource associated with the issue. */
|
|
1941
1967
|
account?: GoogleCloudSecuritycenterV2IssueResourceAwsMetadataAwsAccount;
|