google-apis-cloudasset_v1p7beta1 0.1.0 → 0.2.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/cloudasset_v1p7beta1/classes.rb +121 -2097
- data/lib/google/apis/cloudasset_v1p7beta1/gem_version.rb +2 -2
- data/lib/google/apis/cloudasset_v1p7beta1/representations.rb +1 -685
- data/lib/google/apis/cloudasset_v1p7beta1/service.rb +0 -784
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudassetV1p7beta1
|
18
18
|
# Version of the google-apis-cloudasset_v1p7beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.2.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.1.2"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210209"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,246 +22,24 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module CloudassetV1p7beta1
|
24
24
|
|
25
|
-
class Asset
|
26
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
-
|
28
|
-
include Google::Apis::Core::JsonObjectSupport
|
29
|
-
end
|
30
|
-
|
31
|
-
class AuditConfig
|
32
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
-
|
34
|
-
include Google::Apis::Core::JsonObjectSupport
|
35
|
-
end
|
36
|
-
|
37
|
-
class AuditLogConfig
|
38
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
-
|
40
|
-
include Google::Apis::Core::JsonObjectSupport
|
41
|
-
end
|
42
|
-
|
43
25
|
class BigQueryDestination
|
44
26
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
27
|
|
46
28
|
include Google::Apis::Core::JsonObjectSupport
|
47
29
|
end
|
48
30
|
|
49
|
-
class BigQuerySetting
|
50
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
-
|
52
|
-
include Google::Apis::Core::JsonObjectSupport
|
53
|
-
end
|
54
|
-
|
55
|
-
class Binding
|
56
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
-
|
58
|
-
include Google::Apis::Core::JsonObjectSupport
|
59
|
-
end
|
60
|
-
|
61
|
-
class CreateExportSettingRequest
|
62
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
-
|
64
|
-
include Google::Apis::Core::JsonObjectSupport
|
65
|
-
end
|
66
|
-
|
67
|
-
class Empty
|
68
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
-
|
70
|
-
include Google::Apis::Core::JsonObjectSupport
|
71
|
-
end
|
72
|
-
|
73
|
-
class ExportAssetUpdatesRequest
|
74
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
-
|
76
|
-
include Google::Apis::Core::JsonObjectSupport
|
77
|
-
end
|
78
|
-
|
79
31
|
class ExportAssetsRequest
|
80
32
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
33
|
|
82
34
|
include Google::Apis::Core::JsonObjectSupport
|
83
35
|
end
|
84
36
|
|
85
|
-
class ExportSetting
|
86
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
-
|
88
|
-
include Google::Apis::Core::JsonObjectSupport
|
89
|
-
end
|
90
|
-
|
91
|
-
class Expr
|
92
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
-
|
94
|
-
include Google::Apis::Core::JsonObjectSupport
|
95
|
-
end
|
96
|
-
|
97
37
|
class GcsDestination
|
98
38
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
39
|
|
100
40
|
include Google::Apis::Core::JsonObjectSupport
|
101
41
|
end
|
102
42
|
|
103
|
-
class GcsSetting
|
104
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
-
|
106
|
-
include Google::Apis::Core::JsonObjectSupport
|
107
|
-
end
|
108
|
-
|
109
|
-
class GoogleCloudOrgpolicyV1BooleanPolicy
|
110
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
-
|
112
|
-
include Google::Apis::Core::JsonObjectSupport
|
113
|
-
end
|
114
|
-
|
115
|
-
class GoogleCloudOrgpolicyV1ListPolicy
|
116
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
-
|
118
|
-
include Google::Apis::Core::JsonObjectSupport
|
119
|
-
end
|
120
|
-
|
121
|
-
class GoogleCloudOrgpolicyV1Policy
|
122
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
-
|
124
|
-
include Google::Apis::Core::JsonObjectSupport
|
125
|
-
end
|
126
|
-
|
127
|
-
class GoogleCloudOrgpolicyV1RestoreDefault
|
128
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
-
|
130
|
-
include Google::Apis::Core::JsonObjectSupport
|
131
|
-
end
|
132
|
-
|
133
|
-
class GoogleIdentityAccesscontextmanagerV1AccessLevel
|
134
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
-
|
136
|
-
include Google::Apis::Core::JsonObjectSupport
|
137
|
-
end
|
138
|
-
|
139
|
-
class GoogleIdentityAccesscontextmanagerV1AccessPolicy
|
140
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
-
|
142
|
-
include Google::Apis::Core::JsonObjectSupport
|
143
|
-
end
|
144
|
-
|
145
|
-
class GoogleIdentityAccesscontextmanagerV1ApiOperation
|
146
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
-
|
148
|
-
include Google::Apis::Core::JsonObjectSupport
|
149
|
-
end
|
150
|
-
|
151
|
-
class GoogleIdentityAccesscontextmanagerV1BasicLevel
|
152
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
-
|
154
|
-
include Google::Apis::Core::JsonObjectSupport
|
155
|
-
end
|
156
|
-
|
157
|
-
class GoogleIdentityAccesscontextmanagerV1Condition
|
158
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
-
|
160
|
-
include Google::Apis::Core::JsonObjectSupport
|
161
|
-
end
|
162
|
-
|
163
|
-
class GoogleIdentityAccesscontextmanagerV1CustomLevel
|
164
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
-
|
166
|
-
include Google::Apis::Core::JsonObjectSupport
|
167
|
-
end
|
168
|
-
|
169
|
-
class GoogleIdentityAccesscontextmanagerV1DevicePolicy
|
170
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
-
|
172
|
-
include Google::Apis::Core::JsonObjectSupport
|
173
|
-
end
|
174
|
-
|
175
|
-
class GoogleIdentityAccesscontextmanagerV1EgressFrom
|
176
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
-
|
178
|
-
include Google::Apis::Core::JsonObjectSupport
|
179
|
-
end
|
180
|
-
|
181
|
-
class GoogleIdentityAccesscontextmanagerV1EgressPolicy
|
182
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
-
|
184
|
-
include Google::Apis::Core::JsonObjectSupport
|
185
|
-
end
|
186
|
-
|
187
|
-
class GoogleIdentityAccesscontextmanagerV1EgressTo
|
188
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
-
|
190
|
-
include Google::Apis::Core::JsonObjectSupport
|
191
|
-
end
|
192
|
-
|
193
|
-
class GoogleIdentityAccesscontextmanagerV1IngressFrom
|
194
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
-
|
196
|
-
include Google::Apis::Core::JsonObjectSupport
|
197
|
-
end
|
198
|
-
|
199
|
-
class GoogleIdentityAccesscontextmanagerV1IngressPolicy
|
200
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
-
|
202
|
-
include Google::Apis::Core::JsonObjectSupport
|
203
|
-
end
|
204
|
-
|
205
|
-
class GoogleIdentityAccesscontextmanagerV1IngressSource
|
206
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
-
|
208
|
-
include Google::Apis::Core::JsonObjectSupport
|
209
|
-
end
|
210
|
-
|
211
|
-
class GoogleIdentityAccesscontextmanagerV1IngressTo
|
212
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
-
|
214
|
-
include Google::Apis::Core::JsonObjectSupport
|
215
|
-
end
|
216
|
-
|
217
|
-
class GoogleIdentityAccesscontextmanagerV1MethodSelector
|
218
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
-
|
220
|
-
include Google::Apis::Core::JsonObjectSupport
|
221
|
-
end
|
222
|
-
|
223
|
-
class GoogleIdentityAccesscontextmanagerV1OsConstraint
|
224
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
-
|
226
|
-
include Google::Apis::Core::JsonObjectSupport
|
227
|
-
end
|
228
|
-
|
229
|
-
class GoogleIdentityAccesscontextmanagerV1ServicePerimeter
|
230
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
-
|
232
|
-
include Google::Apis::Core::JsonObjectSupport
|
233
|
-
end
|
234
|
-
|
235
|
-
class GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig
|
236
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
-
|
238
|
-
include Google::Apis::Core::JsonObjectSupport
|
239
|
-
end
|
240
|
-
|
241
|
-
class GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices
|
242
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
-
|
244
|
-
include Google::Apis::Core::JsonObjectSupport
|
245
|
-
end
|
246
|
-
|
247
|
-
class InventorySettings
|
248
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
-
|
250
|
-
include Google::Apis::Core::JsonObjectSupport
|
251
|
-
end
|
252
|
-
|
253
|
-
class ListAssetUpdatesResponse
|
254
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
-
|
256
|
-
include Google::Apis::Core::JsonObjectSupport
|
257
|
-
end
|
258
|
-
|
259
|
-
class ListExportSettingsResponse
|
260
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
-
|
262
|
-
include Google::Apis::Core::JsonObjectSupport
|
263
|
-
end
|
264
|
-
|
265
43
|
class Operation
|
266
44
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
45
|
|
@@ -280,82 +58,12 @@ module Google
|
|
280
58
|
include Google::Apis::Core::JsonObjectSupport
|
281
59
|
end
|
282
60
|
|
283
|
-
class Policy
|
284
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
-
|
286
|
-
include Google::Apis::Core::JsonObjectSupport
|
287
|
-
end
|
288
|
-
|
289
|
-
class Resource
|
290
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
-
|
292
|
-
include Google::Apis::Core::JsonObjectSupport
|
293
|
-
end
|
294
|
-
|
295
|
-
class ScheduleConfig
|
296
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
-
|
298
|
-
include Google::Apis::Core::JsonObjectSupport
|
299
|
-
end
|
300
|
-
|
301
61
|
class Status
|
302
62
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
63
|
|
304
64
|
include Google::Apis::Core::JsonObjectSupport
|
305
65
|
end
|
306
66
|
|
307
|
-
class TimeWindow
|
308
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
-
|
310
|
-
include Google::Apis::Core::JsonObjectSupport
|
311
|
-
end
|
312
|
-
|
313
|
-
class UpdateTimeWindow
|
314
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
-
|
316
|
-
include Google::Apis::Core::JsonObjectSupport
|
317
|
-
end
|
318
|
-
|
319
|
-
class Asset
|
320
|
-
# @private
|
321
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
322
|
-
property :access_level, as: 'accessLevel', class: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1AccessLevel, decorator: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1AccessLevel::Representation
|
323
|
-
|
324
|
-
property :access_policy, as: 'accessPolicy', class: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1AccessPolicy, decorator: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1AccessPolicy::Representation
|
325
|
-
|
326
|
-
collection :ancestors, as: 'ancestors'
|
327
|
-
property :asset_type, as: 'assetType'
|
328
|
-
property :deleted, as: 'deleted'
|
329
|
-
property :iam_policy, as: 'iamPolicy', class: Google::Apis::CloudassetV1p7beta1::Policy, decorator: Google::Apis::CloudassetV1p7beta1::Policy::Representation
|
330
|
-
|
331
|
-
property :name, as: 'name'
|
332
|
-
collection :org_policy, as: 'orgPolicy', class: Google::Apis::CloudassetV1p7beta1::GoogleCloudOrgpolicyV1Policy, decorator: Google::Apis::CloudassetV1p7beta1::GoogleCloudOrgpolicyV1Policy::Representation
|
333
|
-
|
334
|
-
property :resource, as: 'resource', class: Google::Apis::CloudassetV1p7beta1::Resource, decorator: Google::Apis::CloudassetV1p7beta1::Resource::Representation
|
335
|
-
|
336
|
-
property :service_perimeter, as: 'servicePerimeter', class: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeter, decorator: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeter::Representation
|
337
|
-
|
338
|
-
property :update_time, as: 'updateTime'
|
339
|
-
end
|
340
|
-
end
|
341
|
-
|
342
|
-
class AuditConfig
|
343
|
-
# @private
|
344
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
345
|
-
collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::CloudassetV1p7beta1::AuditLogConfig, decorator: Google::Apis::CloudassetV1p7beta1::AuditLogConfig::Representation
|
346
|
-
|
347
|
-
property :service, as: 'service'
|
348
|
-
end
|
349
|
-
end
|
350
|
-
|
351
|
-
class AuditLogConfig
|
352
|
-
# @private
|
353
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
354
|
-
collection :exempted_members, as: 'exemptedMembers'
|
355
|
-
property :log_type, as: 'logType'
|
356
|
-
end
|
357
|
-
end
|
358
|
-
|
359
67
|
class BigQueryDestination
|
360
68
|
# @private
|
361
69
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -368,54 +76,6 @@ module Google
|
|
368
76
|
end
|
369
77
|
end
|
370
78
|
|
371
|
-
class BigQuerySetting
|
372
|
-
# @private
|
373
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
374
|
-
property :destination, as: 'destination', class: Google::Apis::CloudassetV1p7beta1::BigQueryDestination, decorator: Google::Apis::CloudassetV1p7beta1::BigQueryDestination::Representation
|
375
|
-
|
376
|
-
property :snapshot_schedule, as: 'snapshotSchedule', class: Google::Apis::CloudassetV1p7beta1::ScheduleConfig, decorator: Google::Apis::CloudassetV1p7beta1::ScheduleConfig::Representation
|
377
|
-
|
378
|
-
end
|
379
|
-
end
|
380
|
-
|
381
|
-
class Binding
|
382
|
-
# @private
|
383
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
384
|
-
property :condition, as: 'condition', class: Google::Apis::CloudassetV1p7beta1::Expr, decorator: Google::Apis::CloudassetV1p7beta1::Expr::Representation
|
385
|
-
|
386
|
-
collection :members, as: 'members'
|
387
|
-
property :role, as: 'role'
|
388
|
-
end
|
389
|
-
end
|
390
|
-
|
391
|
-
class CreateExportSettingRequest
|
392
|
-
# @private
|
393
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
394
|
-
property :export_setting, as: 'exportSetting', class: Google::Apis::CloudassetV1p7beta1::ExportSetting, decorator: Google::Apis::CloudassetV1p7beta1::ExportSetting::Representation
|
395
|
-
|
396
|
-
property :export_setting_id, as: 'exportSettingId'
|
397
|
-
end
|
398
|
-
end
|
399
|
-
|
400
|
-
class Empty
|
401
|
-
# @private
|
402
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
403
|
-
end
|
404
|
-
end
|
405
|
-
|
406
|
-
class ExportAssetUpdatesRequest
|
407
|
-
# @private
|
408
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
409
|
-
collection :asset_names, as: 'assetNames'
|
410
|
-
collection :asset_types, as: 'assetTypes'
|
411
|
-
property :content_type, as: 'contentType'
|
412
|
-
property :output_config, as: 'outputConfig', class: Google::Apis::CloudassetV1p7beta1::OutputConfig, decorator: Google::Apis::CloudassetV1p7beta1::OutputConfig::Representation
|
413
|
-
|
414
|
-
property :update_time_window, as: 'updateTimeWindow', class: Google::Apis::CloudassetV1p7beta1::UpdateTimeWindow, decorator: Google::Apis::CloudassetV1p7beta1::UpdateTimeWindow::Representation
|
415
|
-
|
416
|
-
end
|
417
|
-
end
|
418
|
-
|
419
79
|
class ExportAssetsRequest
|
420
80
|
# @private
|
421
81
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -424,29 +84,7 @@ module Google
|
|
424
84
|
property :output_config, as: 'outputConfig', class: Google::Apis::CloudassetV1p7beta1::OutputConfig, decorator: Google::Apis::CloudassetV1p7beta1::OutputConfig::Representation
|
425
85
|
|
426
86
|
property :read_time, as: 'readTime'
|
427
|
-
|
428
|
-
end
|
429
|
-
|
430
|
-
class ExportSetting
|
431
|
-
# @private
|
432
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
433
|
-
collection :asset_types, as: 'assetTypes'
|
434
|
-
property :bigquery_setting, as: 'bigquerySetting', class: Google::Apis::CloudassetV1p7beta1::BigQuerySetting, decorator: Google::Apis::CloudassetV1p7beta1::BigQuerySetting::Representation
|
435
|
-
|
436
|
-
property :content_type, as: 'contentType'
|
437
|
-
property :gcs_setting, as: 'gcsSetting', class: Google::Apis::CloudassetV1p7beta1::GcsSetting, decorator: Google::Apis::CloudassetV1p7beta1::GcsSetting::Representation
|
438
|
-
|
439
|
-
property :name, as: 'name'
|
440
|
-
end
|
441
|
-
end
|
442
|
-
|
443
|
-
class Expr
|
444
|
-
# @private
|
445
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
446
|
-
property :description, as: 'description'
|
447
|
-
property :expression, as: 'expression'
|
448
|
-
property :location, as: 'location'
|
449
|
-
property :title, as: 'title'
|
87
|
+
collection :relationship_types, as: 'relationshipTypes'
|
450
88
|
end
|
451
89
|
end
|
452
90
|
|
@@ -458,278 +96,6 @@ module Google
|
|
458
96
|
end
|
459
97
|
end
|
460
98
|
|
461
|
-
class GcsSetting
|
462
|
-
# @private
|
463
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
464
|
-
property :destination, as: 'destination', class: Google::Apis::CloudassetV1p7beta1::GcsDestination, decorator: Google::Apis::CloudassetV1p7beta1::GcsDestination::Representation
|
465
|
-
|
466
|
-
property :snapshot_schedule, as: 'snapshotSchedule', class: Google::Apis::CloudassetV1p7beta1::ScheduleConfig, decorator: Google::Apis::CloudassetV1p7beta1::ScheduleConfig::Representation
|
467
|
-
|
468
|
-
end
|
469
|
-
end
|
470
|
-
|
471
|
-
class GoogleCloudOrgpolicyV1BooleanPolicy
|
472
|
-
# @private
|
473
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
474
|
-
property :enforced, as: 'enforced'
|
475
|
-
end
|
476
|
-
end
|
477
|
-
|
478
|
-
class GoogleCloudOrgpolicyV1ListPolicy
|
479
|
-
# @private
|
480
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
481
|
-
property :all_values, as: 'allValues'
|
482
|
-
collection :allowed_values, as: 'allowedValues'
|
483
|
-
collection :denied_values, as: 'deniedValues'
|
484
|
-
property :inherit_from_parent, as: 'inheritFromParent'
|
485
|
-
property :suggested_value, as: 'suggestedValue'
|
486
|
-
end
|
487
|
-
end
|
488
|
-
|
489
|
-
class GoogleCloudOrgpolicyV1Policy
|
490
|
-
# @private
|
491
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
492
|
-
property :boolean_policy, as: 'booleanPolicy', class: Google::Apis::CloudassetV1p7beta1::GoogleCloudOrgpolicyV1BooleanPolicy, decorator: Google::Apis::CloudassetV1p7beta1::GoogleCloudOrgpolicyV1BooleanPolicy::Representation
|
493
|
-
|
494
|
-
property :constraint, as: 'constraint'
|
495
|
-
property :etag, :base64 => true, as: 'etag'
|
496
|
-
property :list_policy, as: 'listPolicy', class: Google::Apis::CloudassetV1p7beta1::GoogleCloudOrgpolicyV1ListPolicy, decorator: Google::Apis::CloudassetV1p7beta1::GoogleCloudOrgpolicyV1ListPolicy::Representation
|
497
|
-
|
498
|
-
property :restore_default, as: 'restoreDefault', class: Google::Apis::CloudassetV1p7beta1::GoogleCloudOrgpolicyV1RestoreDefault, decorator: Google::Apis::CloudassetV1p7beta1::GoogleCloudOrgpolicyV1RestoreDefault::Representation
|
499
|
-
|
500
|
-
property :update_time, as: 'updateTime'
|
501
|
-
property :version, as: 'version'
|
502
|
-
end
|
503
|
-
end
|
504
|
-
|
505
|
-
class GoogleCloudOrgpolicyV1RestoreDefault
|
506
|
-
# @private
|
507
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
508
|
-
end
|
509
|
-
end
|
510
|
-
|
511
|
-
class GoogleIdentityAccesscontextmanagerV1AccessLevel
|
512
|
-
# @private
|
513
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
514
|
-
property :basic, as: 'basic', class: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1BasicLevel, decorator: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1BasicLevel::Representation
|
515
|
-
|
516
|
-
property :custom, as: 'custom', class: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1CustomLevel, decorator: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1CustomLevel::Representation
|
517
|
-
|
518
|
-
property :description, as: 'description'
|
519
|
-
property :name, as: 'name'
|
520
|
-
property :title, as: 'title'
|
521
|
-
end
|
522
|
-
end
|
523
|
-
|
524
|
-
class GoogleIdentityAccesscontextmanagerV1AccessPolicy
|
525
|
-
# @private
|
526
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
527
|
-
property :etag, as: 'etag'
|
528
|
-
property :name, as: 'name'
|
529
|
-
property :parent, as: 'parent'
|
530
|
-
property :title, as: 'title'
|
531
|
-
end
|
532
|
-
end
|
533
|
-
|
534
|
-
class GoogleIdentityAccesscontextmanagerV1ApiOperation
|
535
|
-
# @private
|
536
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
537
|
-
collection :method_selectors, as: 'methodSelectors', class: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1MethodSelector, decorator: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1MethodSelector::Representation
|
538
|
-
|
539
|
-
property :service_name, as: 'serviceName'
|
540
|
-
end
|
541
|
-
end
|
542
|
-
|
543
|
-
class GoogleIdentityAccesscontextmanagerV1BasicLevel
|
544
|
-
# @private
|
545
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
546
|
-
property :combining_function, as: 'combiningFunction'
|
547
|
-
collection :conditions, as: 'conditions', class: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1Condition, decorator: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1Condition::Representation
|
548
|
-
|
549
|
-
end
|
550
|
-
end
|
551
|
-
|
552
|
-
class GoogleIdentityAccesscontextmanagerV1Condition
|
553
|
-
# @private
|
554
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
555
|
-
property :device_policy, as: 'devicePolicy', class: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1DevicePolicy, decorator: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1DevicePolicy::Representation
|
556
|
-
|
557
|
-
collection :ip_subnetworks, as: 'ipSubnetworks'
|
558
|
-
collection :members, as: 'members'
|
559
|
-
property :negate, as: 'negate'
|
560
|
-
collection :regions, as: 'regions'
|
561
|
-
collection :required_access_levels, as: 'requiredAccessLevels'
|
562
|
-
end
|
563
|
-
end
|
564
|
-
|
565
|
-
class GoogleIdentityAccesscontextmanagerV1CustomLevel
|
566
|
-
# @private
|
567
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
568
|
-
property :expr, as: 'expr', class: Google::Apis::CloudassetV1p7beta1::Expr, decorator: Google::Apis::CloudassetV1p7beta1::Expr::Representation
|
569
|
-
|
570
|
-
end
|
571
|
-
end
|
572
|
-
|
573
|
-
class GoogleIdentityAccesscontextmanagerV1DevicePolicy
|
574
|
-
# @private
|
575
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
576
|
-
collection :allowed_device_management_levels, as: 'allowedDeviceManagementLevels'
|
577
|
-
collection :allowed_encryption_statuses, as: 'allowedEncryptionStatuses'
|
578
|
-
collection :os_constraints, as: 'osConstraints', class: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1OsConstraint, decorator: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1OsConstraint::Representation
|
579
|
-
|
580
|
-
property :require_admin_approval, as: 'requireAdminApproval'
|
581
|
-
property :require_corp_owned, as: 'requireCorpOwned'
|
582
|
-
property :require_screenlock, as: 'requireScreenlock'
|
583
|
-
end
|
584
|
-
end
|
585
|
-
|
586
|
-
class GoogleIdentityAccesscontextmanagerV1EgressFrom
|
587
|
-
# @private
|
588
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
589
|
-
collection :identities, as: 'identities'
|
590
|
-
property :identity_type, as: 'identityType'
|
591
|
-
end
|
592
|
-
end
|
593
|
-
|
594
|
-
class GoogleIdentityAccesscontextmanagerV1EgressPolicy
|
595
|
-
# @private
|
596
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
597
|
-
property :egress_from, as: 'egressFrom', class: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1EgressFrom, decorator: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1EgressFrom::Representation
|
598
|
-
|
599
|
-
property :egress_to, as: 'egressTo', class: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1EgressTo, decorator: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1EgressTo::Representation
|
600
|
-
|
601
|
-
end
|
602
|
-
end
|
603
|
-
|
604
|
-
class GoogleIdentityAccesscontextmanagerV1EgressTo
|
605
|
-
# @private
|
606
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
607
|
-
collection :operations, as: 'operations', class: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation, decorator: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation::Representation
|
608
|
-
|
609
|
-
collection :resources, as: 'resources'
|
610
|
-
end
|
611
|
-
end
|
612
|
-
|
613
|
-
class GoogleIdentityAccesscontextmanagerV1IngressFrom
|
614
|
-
# @private
|
615
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
616
|
-
collection :identities, as: 'identities'
|
617
|
-
property :identity_type, as: 'identityType'
|
618
|
-
collection :sources, as: 'sources', class: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1IngressSource, decorator: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1IngressSource::Representation
|
619
|
-
|
620
|
-
end
|
621
|
-
end
|
622
|
-
|
623
|
-
class GoogleIdentityAccesscontextmanagerV1IngressPolicy
|
624
|
-
# @private
|
625
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
626
|
-
property :ingress_from, as: 'ingressFrom', class: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1IngressFrom, decorator: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1IngressFrom::Representation
|
627
|
-
|
628
|
-
property :ingress_to, as: 'ingressTo', class: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1IngressTo, decorator: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1IngressTo::Representation
|
629
|
-
|
630
|
-
end
|
631
|
-
end
|
632
|
-
|
633
|
-
class GoogleIdentityAccesscontextmanagerV1IngressSource
|
634
|
-
# @private
|
635
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
636
|
-
property :access_level, as: 'accessLevel'
|
637
|
-
property :resource, as: 'resource'
|
638
|
-
end
|
639
|
-
end
|
640
|
-
|
641
|
-
class GoogleIdentityAccesscontextmanagerV1IngressTo
|
642
|
-
# @private
|
643
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
644
|
-
collection :operations, as: 'operations', class: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation, decorator: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation::Representation
|
645
|
-
|
646
|
-
collection :resources, as: 'resources'
|
647
|
-
end
|
648
|
-
end
|
649
|
-
|
650
|
-
class GoogleIdentityAccesscontextmanagerV1MethodSelector
|
651
|
-
# @private
|
652
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
653
|
-
property :method_prop, as: 'method'
|
654
|
-
property :permission, as: 'permission'
|
655
|
-
end
|
656
|
-
end
|
657
|
-
|
658
|
-
class GoogleIdentityAccesscontextmanagerV1OsConstraint
|
659
|
-
# @private
|
660
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
661
|
-
property :minimum_version, as: 'minimumVersion'
|
662
|
-
property :os_type, as: 'osType'
|
663
|
-
property :require_verified_chrome_os, as: 'requireVerifiedChromeOs'
|
664
|
-
end
|
665
|
-
end
|
666
|
-
|
667
|
-
class GoogleIdentityAccesscontextmanagerV1ServicePerimeter
|
668
|
-
# @private
|
669
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
670
|
-
property :description, as: 'description'
|
671
|
-
property :name, as: 'name'
|
672
|
-
property :perimeter_type, as: 'perimeterType'
|
673
|
-
property :spec, as: 'spec', class: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig, decorator: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig::Representation
|
674
|
-
|
675
|
-
property :status, as: 'status', class: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig, decorator: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig::Representation
|
676
|
-
|
677
|
-
property :title, as: 'title'
|
678
|
-
property :use_explicit_dry_run_spec, as: 'useExplicitDryRunSpec'
|
679
|
-
end
|
680
|
-
end
|
681
|
-
|
682
|
-
class GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig
|
683
|
-
# @private
|
684
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
685
|
-
collection :access_levels, as: 'accessLevels'
|
686
|
-
collection :egress_policies, as: 'egressPolicies', class: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1EgressPolicy, decorator: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1EgressPolicy::Representation
|
687
|
-
|
688
|
-
collection :ingress_policies, as: 'ingressPolicies', class: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1IngressPolicy, decorator: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1IngressPolicy::Representation
|
689
|
-
|
690
|
-
collection :resources, as: 'resources'
|
691
|
-
collection :restricted_services, as: 'restrictedServices'
|
692
|
-
property :vpc_accessible_services, as: 'vpcAccessibleServices', class: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices, decorator: Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices::Representation
|
693
|
-
|
694
|
-
end
|
695
|
-
end
|
696
|
-
|
697
|
-
class GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices
|
698
|
-
# @private
|
699
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
700
|
-
collection :allowed_services, as: 'allowedServices'
|
701
|
-
property :enable_restriction, as: 'enableRestriction'
|
702
|
-
end
|
703
|
-
end
|
704
|
-
|
705
|
-
class InventorySettings
|
706
|
-
# @private
|
707
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
708
|
-
collection :export_settings, as: 'exportSettings'
|
709
|
-
property :name, as: 'name'
|
710
|
-
end
|
711
|
-
end
|
712
|
-
|
713
|
-
class ListAssetUpdatesResponse
|
714
|
-
# @private
|
715
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
716
|
-
collection :asset_updates, as: 'assetUpdates', class: Google::Apis::CloudassetV1p7beta1::Asset, decorator: Google::Apis::CloudassetV1p7beta1::Asset::Representation
|
717
|
-
|
718
|
-
property :next_page_token, as: 'nextPageToken'
|
719
|
-
property :update_time_window, as: 'updateTimeWindow', class: Google::Apis::CloudassetV1p7beta1::UpdateTimeWindow, decorator: Google::Apis::CloudassetV1p7beta1::UpdateTimeWindow::Representation
|
720
|
-
|
721
|
-
end
|
722
|
-
end
|
723
|
-
|
724
|
-
class ListExportSettingsResponse
|
725
|
-
# @private
|
726
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
727
|
-
collection :export_settings, as: 'exportSettings', class: Google::Apis::CloudassetV1p7beta1::ExportSetting, decorator: Google::Apis::CloudassetV1p7beta1::ExportSetting::Representation
|
728
|
-
|
729
|
-
property :next_page_token, as: 'nextPageToken'
|
730
|
-
end
|
731
|
-
end
|
732
|
-
|
733
99
|
class Operation
|
734
100
|
# @private
|
735
101
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -759,39 +125,6 @@ module Google
|
|
759
125
|
end
|
760
126
|
end
|
761
127
|
|
762
|
-
class Policy
|
763
|
-
# @private
|
764
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
765
|
-
collection :audit_configs, as: 'auditConfigs', class: Google::Apis::CloudassetV1p7beta1::AuditConfig, decorator: Google::Apis::CloudassetV1p7beta1::AuditConfig::Representation
|
766
|
-
|
767
|
-
collection :bindings, as: 'bindings', class: Google::Apis::CloudassetV1p7beta1::Binding, decorator: Google::Apis::CloudassetV1p7beta1::Binding::Representation
|
768
|
-
|
769
|
-
property :etag, :base64 => true, as: 'etag'
|
770
|
-
property :version, as: 'version'
|
771
|
-
end
|
772
|
-
end
|
773
|
-
|
774
|
-
class Resource
|
775
|
-
# @private
|
776
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
777
|
-
hash :data, as: 'data'
|
778
|
-
property :discovery_document_uri, as: 'discoveryDocumentUri'
|
779
|
-
property :discovery_name, as: 'discoveryName'
|
780
|
-
property :location, as: 'location'
|
781
|
-
property :parent, as: 'parent'
|
782
|
-
property :resource_url, as: 'resourceUrl'
|
783
|
-
property :version, as: 'version'
|
784
|
-
end
|
785
|
-
end
|
786
|
-
|
787
|
-
class ScheduleConfig
|
788
|
-
# @private
|
789
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
790
|
-
property :crontab, as: 'crontab'
|
791
|
-
property :time_zone, as: 'timeZone'
|
792
|
-
end
|
793
|
-
end
|
794
|
-
|
795
128
|
class Status
|
796
129
|
# @private
|
797
130
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -800,23 +133,6 @@ module Google
|
|
800
133
|
property :message, as: 'message'
|
801
134
|
end
|
802
135
|
end
|
803
|
-
|
804
|
-
class TimeWindow
|
805
|
-
# @private
|
806
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
807
|
-
property :end_time, as: 'endTime'
|
808
|
-
property :start_time, as: 'startTime'
|
809
|
-
end
|
810
|
-
end
|
811
|
-
|
812
|
-
class UpdateTimeWindow
|
813
|
-
# @private
|
814
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
815
|
-
property :time_window, as: 'timeWindow', class: Google::Apis::CloudassetV1p7beta1::TimeWindow, decorator: Google::Apis::CloudassetV1p7beta1::TimeWindow::Representation
|
816
|
-
|
817
|
-
property :type, as: 'type'
|
818
|
-
end
|
819
|
-
end
|
820
136
|
end
|
821
137
|
end
|
822
138
|
end
|