@maxim_mazurok/gapi.client.securitycenter-v1beta2 0.0.20240906 → 0.0.20240918
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 +37 -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: 20240918
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -153,6 +153,8 @@ declare namespace gapi.client {
|
|
|
153
153
|
id?: string;
|
|
154
154
|
}
|
|
155
155
|
interface AzureTenant {
|
|
156
|
+
/** The display name of the Azure tenant. */
|
|
157
|
+
displayName?: string;
|
|
156
158
|
/** The ID of the Microsoft Entra tenant, for example, "a11aaa11-aa11-1aa1-11aa-1aaa11a". */
|
|
157
159
|
id?: string;
|
|
158
160
|
}
|
|
@@ -990,6 +992,8 @@ declare namespace gapi.client {
|
|
|
990
992
|
id?: string;
|
|
991
993
|
}
|
|
992
994
|
interface GoogleCloudSecuritycenterV2AzureTenant {
|
|
995
|
+
/** The display name of the Azure tenant. */
|
|
996
|
+
displayName?: string;
|
|
993
997
|
/** The ID of the Microsoft Entra tenant, for example, "a11aaa11-aa11-1aa1-11aa-1aaa11a". */
|
|
994
998
|
id?: string;
|
|
995
999
|
}
|
|
@@ -2226,6 +2230,8 @@ declare namespace gapi.client {
|
|
|
2226
2230
|
prettyPrint?: boolean;
|
|
2227
2231
|
/** 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. */
|
|
2228
2232
|
quotaUser?: string;
|
|
2233
|
+
/** Optional. When set, will only retrieve the modules that are in scope. By default, all modules will be shown. */
|
|
2234
|
+
showEligibleModulesOnly?: boolean;
|
|
2229
2235
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2230
2236
|
upload_protocol?: string;
|
|
2231
2237
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -2255,6 +2261,8 @@ declare namespace gapi.client {
|
|
|
2255
2261
|
prettyPrint?: boolean;
|
|
2256
2262
|
/** 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. */
|
|
2257
2263
|
quotaUser?: string;
|
|
2264
|
+
/** Optional. When set, will only retrieve the modules that are in scope. By default, all modules will be shown. */
|
|
2265
|
+
showEligibleModulesOnly?: boolean;
|
|
2258
2266
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2259
2267
|
upload_protocol?: string;
|
|
2260
2268
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -2313,6 +2321,8 @@ declare namespace gapi.client {
|
|
|
2313
2321
|
prettyPrint?: boolean;
|
|
2314
2322
|
/** 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. */
|
|
2315
2323
|
quotaUser?: string;
|
|
2324
|
+
/** Optional. When set, will only retrieve the modules that are in scope. By default, all modules will be shown. */
|
|
2325
|
+
showEligibleModulesOnly?: boolean;
|
|
2316
2326
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2317
2327
|
upload_protocol?: string;
|
|
2318
2328
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -2342,6 +2352,8 @@ declare namespace gapi.client {
|
|
|
2342
2352
|
prettyPrint?: boolean;
|
|
2343
2353
|
/** 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. */
|
|
2344
2354
|
quotaUser?: string;
|
|
2355
|
+
/** Optional. When set, will only retrieve the modules that are in scope. By default, all modules will be shown. */
|
|
2356
|
+
showEligibleModulesOnly?: boolean;
|
|
2345
2357
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2346
2358
|
upload_protocol?: string;
|
|
2347
2359
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -2371,6 +2383,8 @@ declare namespace gapi.client {
|
|
|
2371
2383
|
prettyPrint?: boolean;
|
|
2372
2384
|
/** 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. */
|
|
2373
2385
|
quotaUser?: string;
|
|
2386
|
+
/** Optional. When set, will only retrieve the modules that are in scope. By default, all modules will be shown. */
|
|
2387
|
+
showEligibleModulesOnly?: boolean;
|
|
2374
2388
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2375
2389
|
upload_protocol?: string;
|
|
2376
2390
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -2969,6 +2983,8 @@ declare namespace gapi.client {
|
|
|
2969
2983
|
prettyPrint?: boolean;
|
|
2970
2984
|
/** 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. */
|
|
2971
2985
|
quotaUser?: string;
|
|
2986
|
+
/** Optional. When set, will only retrieve the modules that are in scope. By default, all modules will be shown. */
|
|
2987
|
+
showEligibleModulesOnly?: boolean;
|
|
2972
2988
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2973
2989
|
upload_protocol?: string;
|
|
2974
2990
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -2998,6 +3014,8 @@ declare namespace gapi.client {
|
|
|
2998
3014
|
prettyPrint?: boolean;
|
|
2999
3015
|
/** 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. */
|
|
3000
3016
|
quotaUser?: string;
|
|
3017
|
+
/** Optional. When set, will only retrieve the modules that are in scope. By default, all modules will be shown. */
|
|
3018
|
+
showEligibleModulesOnly?: boolean;
|
|
3001
3019
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3002
3020
|
upload_protocol?: string;
|
|
3003
3021
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -3056,6 +3074,8 @@ declare namespace gapi.client {
|
|
|
3056
3074
|
prettyPrint?: boolean;
|
|
3057
3075
|
/** 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. */
|
|
3058
3076
|
quotaUser?: string;
|
|
3077
|
+
/** Optional. When set, will only retrieve the modules that are in scope. By default, all modules will be shown. */
|
|
3078
|
+
showEligibleModulesOnly?: boolean;
|
|
3059
3079
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3060
3080
|
upload_protocol?: string;
|
|
3061
3081
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -3085,6 +3105,8 @@ declare namespace gapi.client {
|
|
|
3085
3105
|
prettyPrint?: boolean;
|
|
3086
3106
|
/** 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. */
|
|
3087
3107
|
quotaUser?: string;
|
|
3108
|
+
/** Optional. When set, will only retrieve the modules that are in scope. By default, all modules will be shown. */
|
|
3109
|
+
showEligibleModulesOnly?: boolean;
|
|
3088
3110
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3089
3111
|
upload_protocol?: string;
|
|
3090
3112
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -3114,6 +3136,8 @@ declare namespace gapi.client {
|
|
|
3114
3136
|
prettyPrint?: boolean;
|
|
3115
3137
|
/** 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. */
|
|
3116
3138
|
quotaUser?: string;
|
|
3139
|
+
/** Optional. When set, will only retrieve the modules that are in scope. By default, all modules will be shown. */
|
|
3140
|
+
showEligibleModulesOnly?: boolean;
|
|
3117
3141
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3118
3142
|
upload_protocol?: string;
|
|
3119
3143
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -3739,6 +3763,8 @@ declare namespace gapi.client {
|
|
|
3739
3763
|
prettyPrint?: boolean;
|
|
3740
3764
|
/** 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. */
|
|
3741
3765
|
quotaUser?: string;
|
|
3766
|
+
/** Optional. When set, will only retrieve the modules that are in scope. By default, all modules will be shown. */
|
|
3767
|
+
showEligibleModulesOnly?: boolean;
|
|
3742
3768
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3743
3769
|
upload_protocol?: string;
|
|
3744
3770
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -3768,6 +3794,8 @@ declare namespace gapi.client {
|
|
|
3768
3794
|
prettyPrint?: boolean;
|
|
3769
3795
|
/** 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. */
|
|
3770
3796
|
quotaUser?: string;
|
|
3797
|
+
/** Optional. When set, will only retrieve the modules that are in scope. By default, all modules will be shown. */
|
|
3798
|
+
showEligibleModulesOnly?: boolean;
|
|
3771
3799
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3772
3800
|
upload_protocol?: string;
|
|
3773
3801
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -3797,6 +3825,8 @@ declare namespace gapi.client {
|
|
|
3797
3825
|
prettyPrint?: boolean;
|
|
3798
3826
|
/** 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. */
|
|
3799
3827
|
quotaUser?: string;
|
|
3828
|
+
/** Optional. When set, will only retrieve the modules that are in scope. By default, all modules will be shown. */
|
|
3829
|
+
showEligibleModulesOnly?: boolean;
|
|
3800
3830
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3801
3831
|
upload_protocol?: string;
|
|
3802
3832
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -3950,6 +3980,8 @@ declare namespace gapi.client {
|
|
|
3950
3980
|
prettyPrint?: boolean;
|
|
3951
3981
|
/** 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. */
|
|
3952
3982
|
quotaUser?: string;
|
|
3983
|
+
/** Optional. When set, will only retrieve the modules that are in scope. By default, all modules will be shown. */
|
|
3984
|
+
showEligibleModulesOnly?: boolean;
|
|
3953
3985
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3954
3986
|
upload_protocol?: string;
|
|
3955
3987
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -3979,6 +4011,8 @@ declare namespace gapi.client {
|
|
|
3979
4011
|
prettyPrint?: boolean;
|
|
3980
4012
|
/** 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. */
|
|
3981
4013
|
quotaUser?: string;
|
|
4014
|
+
/** Optional. When set, will only retrieve the modules that are in scope. By default, all modules will be shown. */
|
|
4015
|
+
showEligibleModulesOnly?: boolean;
|
|
3982
4016
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3983
4017
|
upload_protocol?: string;
|
|
3984
4018
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -4008,6 +4042,8 @@ declare namespace gapi.client {
|
|
|
4008
4042
|
prettyPrint?: boolean;
|
|
4009
4043
|
/** 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. */
|
|
4010
4044
|
quotaUser?: string;
|
|
4045
|
+
/** Optional. When set, will only retrieve the modules that are in scope. By default, all modules will be shown. */
|
|
4046
|
+
showEligibleModulesOnly?: boolean;
|
|
4011
4047
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4012
4048
|
upload_protocol?: string;
|
|
4013
4049
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|