@maxim_mazurok/gapi.client.securitycenter-v1 0.2.20251024 → 0.2.20251202
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 +73 -3
- 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: 20251202
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -91,6 +91,8 @@ declare namespace gapi.client {
|
|
|
91
91
|
name?: string;
|
|
92
92
|
/** The publisher of the model, for example, “google” or “nvidia”. */
|
|
93
93
|
publisher?: string;
|
|
94
|
+
/** The purpose of the model, for example, "Inteference" or "Training". */
|
|
95
|
+
usageCategory?: string;
|
|
94
96
|
}
|
|
95
97
|
interface Allowed {
|
|
96
98
|
/** Optional. Optional list of allowed IP rules. */
|
|
@@ -1036,6 +1038,8 @@ declare namespace gapi.client {
|
|
|
1036
1038
|
valueExpression?: Expr;
|
|
1037
1039
|
}
|
|
1038
1040
|
interface GoogleCloudSecuritycenterV1Resource {
|
|
1041
|
+
/** The App Hub application this resource belongs to. */
|
|
1042
|
+
application?: GoogleCloudSecuritycenterV1ResourceApplication;
|
|
1039
1043
|
/** The AWS metadata associated with the finding. */
|
|
1040
1044
|
awsMetadata?: AwsMetadata;
|
|
1041
1045
|
/** The Azure metadata associated with the finding. */
|
|
@@ -1069,6 +1073,36 @@ declare namespace gapi.client {
|
|
|
1069
1073
|
/** The full resource type of the resource. */
|
|
1070
1074
|
type?: string;
|
|
1071
1075
|
}
|
|
1076
|
+
interface GoogleCloudSecuritycenterV1ResourceApplication {
|
|
1077
|
+
/** Consumer provided attributes for the application */
|
|
1078
|
+
attributes?: GoogleCloudSecuritycenterV1ResourceApplicationAttributes;
|
|
1079
|
+
/** The resource name of an Application. Format: `projects/{host-project-id}/locations/{location}/applications/{application-id}` */
|
|
1080
|
+
name?: string;
|
|
1081
|
+
}
|
|
1082
|
+
interface GoogleCloudSecuritycenterV1ResourceApplicationAttributes {
|
|
1083
|
+
/** Business team that ensures user needs are met and value is delivered */
|
|
1084
|
+
businessOwners?: GoogleCloudSecuritycenterV1ResourceApplicationAttributesContactInfo[];
|
|
1085
|
+
/** User-defined criticality information. */
|
|
1086
|
+
criticality?: GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality;
|
|
1087
|
+
/** Developer team that owns development and coding. */
|
|
1088
|
+
developerOwners?: GoogleCloudSecuritycenterV1ResourceApplicationAttributesContactInfo[];
|
|
1089
|
+
/** User-defined environment information. */
|
|
1090
|
+
environment?: GoogleCloudSecuritycenterV1ResourceApplicationAttributesEnvironment;
|
|
1091
|
+
/** Operator team that ensures runtime and operations. */
|
|
1092
|
+
operatorOwners?: GoogleCloudSecuritycenterV1ResourceApplicationAttributesContactInfo[];
|
|
1093
|
+
}
|
|
1094
|
+
interface GoogleCloudSecuritycenterV1ResourceApplicationAttributesContactInfo {
|
|
1095
|
+
/** Email address of the contacts. */
|
|
1096
|
+
email?: string;
|
|
1097
|
+
}
|
|
1098
|
+
interface GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality {
|
|
1099
|
+
/** Criticality Type. */
|
|
1100
|
+
type?: string;
|
|
1101
|
+
}
|
|
1102
|
+
interface GoogleCloudSecuritycenterV1ResourceApplicationAttributesEnvironment {
|
|
1103
|
+
/** Environment Type. */
|
|
1104
|
+
type?: string;
|
|
1105
|
+
}
|
|
1072
1106
|
interface GoogleCloudSecuritycenterV1ResourceSelector {
|
|
1073
1107
|
/** The resource types to run the detector on. */
|
|
1074
1108
|
resourceTypes?: string[];
|
|
@@ -1190,6 +1224,8 @@ declare namespace gapi.client {
|
|
|
1190
1224
|
name?: string;
|
|
1191
1225
|
/** The publisher of the model, for example, “google” or “nvidia”. */
|
|
1192
1226
|
publisher?: string;
|
|
1227
|
+
/** The purpose of the model, for example, "Inteference" or "Training". */
|
|
1228
|
+
usageCategory?: string;
|
|
1193
1229
|
}
|
|
1194
1230
|
interface GoogleCloudSecuritycenterV2Allowed {
|
|
1195
1231
|
/** Optional. Optional list of allowed IP rules. */
|
|
@@ -2245,6 +2281,8 @@ declare namespace gapi.client {
|
|
|
2245
2281
|
shortTermAllowed?: number;
|
|
2246
2282
|
}
|
|
2247
2283
|
interface GoogleCloudSecuritycenterV2Resource {
|
|
2284
|
+
/** The App Hub application this resource belongs to. */
|
|
2285
|
+
application?: GoogleCloudSecuritycenterV2ResourceApplication;
|
|
2248
2286
|
/** The AWS metadata associated with the finding. */
|
|
2249
2287
|
awsMetadata?: GoogleCloudSecuritycenterV2AwsMetadata;
|
|
2250
2288
|
/** The Azure metadata associated with the finding. */
|
|
@@ -2268,6 +2306,36 @@ declare namespace gapi.client {
|
|
|
2268
2306
|
/** The full resource type of the resource. */
|
|
2269
2307
|
type?: string;
|
|
2270
2308
|
}
|
|
2309
|
+
interface GoogleCloudSecuritycenterV2ResourceApplication {
|
|
2310
|
+
/** Consumer provided attributes for the application */
|
|
2311
|
+
attributes?: GoogleCloudSecuritycenterV2ResourceApplicationAttributes;
|
|
2312
|
+
/** The resource name of an Application. Format: `projects/{host-project-id}/locations/{location}/applications/{application-id}` */
|
|
2313
|
+
name?: string;
|
|
2314
|
+
}
|
|
2315
|
+
interface GoogleCloudSecuritycenterV2ResourceApplicationAttributes {
|
|
2316
|
+
/** Business team that ensures user needs are met and value is delivered */
|
|
2317
|
+
businessOwners?: GoogleCloudSecuritycenterV2ResourceApplicationAttributesContactInfo[];
|
|
2318
|
+
/** User-defined criticality information. */
|
|
2319
|
+
criticality?: GoogleCloudSecuritycenterV2ResourceApplicationAttributesCriticality;
|
|
2320
|
+
/** Developer team that owns development and coding. */
|
|
2321
|
+
developerOwners?: GoogleCloudSecuritycenterV2ResourceApplicationAttributesContactInfo[];
|
|
2322
|
+
/** User-defined environment information. */
|
|
2323
|
+
environment?: GoogleCloudSecuritycenterV2ResourceApplicationAttributesEnvironment;
|
|
2324
|
+
/** Operator team that ensures runtime and operations. */
|
|
2325
|
+
operatorOwners?: GoogleCloudSecuritycenterV2ResourceApplicationAttributesContactInfo[];
|
|
2326
|
+
}
|
|
2327
|
+
interface GoogleCloudSecuritycenterV2ResourceApplicationAttributesContactInfo {
|
|
2328
|
+
/** Email address of the contacts. */
|
|
2329
|
+
email?: string;
|
|
2330
|
+
}
|
|
2331
|
+
interface GoogleCloudSecuritycenterV2ResourceApplicationAttributesCriticality {
|
|
2332
|
+
/** Criticality Type. */
|
|
2333
|
+
type?: string;
|
|
2334
|
+
}
|
|
2335
|
+
interface GoogleCloudSecuritycenterV2ResourceApplicationAttributesEnvironment {
|
|
2336
|
+
/** Environment Type. */
|
|
2337
|
+
type?: string;
|
|
2338
|
+
}
|
|
2271
2339
|
interface GoogleCloudSecuritycenterV2ResourcePath {
|
|
2272
2340
|
/** The list of nodes that make the up resource path, ordered from lowest level to highest level. */
|
|
2273
2341
|
nodes?: GoogleCloudSecuritycenterV2ResourcePathNode[];
|
|
@@ -2685,7 +2753,7 @@ declare namespace gapi.client {
|
|
|
2685
2753
|
nextPageToken?: string;
|
|
2686
2754
|
/** A list of operations that matches the specified filter in the request. */
|
|
2687
2755
|
operations?: Operation[];
|
|
2688
|
-
/** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections
|
|
2756
|
+
/** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations. */
|
|
2689
2757
|
unreachable?: string[];
|
|
2690
2758
|
}
|
|
2691
2759
|
interface ListResourceValueConfigsResponse {
|
|
@@ -2931,6 +2999,8 @@ declare namespace gapi.client {
|
|
|
2931
2999
|
shortTermAllowed?: number;
|
|
2932
3000
|
}
|
|
2933
3001
|
interface Resource {
|
|
3002
|
+
/** The App Hub application this resource belongs to. */
|
|
3003
|
+
application?: GoogleCloudSecuritycenterV1ResourceApplication;
|
|
2934
3004
|
/** The AWS metadata associated with the finding. */
|
|
2935
3005
|
awsMetadata?: AwsMetadata;
|
|
2936
3006
|
/** The Azure metadata associated with the finding. */
|
|
@@ -6943,7 +7013,7 @@ declare namespace gapi.client {
|
|
|
6943
7013
|
prettyPrint?: boolean;
|
|
6944
7014
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
6945
7015
|
quotaUser?: string;
|
|
6946
|
-
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the
|
|
7016
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
6947
7017
|
returnPartialSuccess?: boolean;
|
|
6948
7018
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
6949
7019
|
upload_protocol?: string;
|