google-apis-cloudasset_v1p5beta1 0.1.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 +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google-apis-cloudasset_v1p5beta1.rb +15 -0
- data/lib/google/apis/cloudasset_v1p5beta1.rb +36 -0
- data/lib/google/apis/cloudasset_v1p5beta1/classes.rb +1626 -0
- data/lib/google/apis/cloudasset_v1p5beta1/gem_version.rb +28 -0
- data/lib/google/apis/cloudasset_v1p5beta1/representations.rb +538 -0
- data/lib/google/apis/cloudasset_v1p5beta1/service.rb +128 -0
- metadata +76 -0
@@ -0,0 +1,28 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
module Google
|
16
|
+
module Apis
|
17
|
+
module CloudassetV1p5beta1
|
18
|
+
# Version of the google-apis-cloudasset_v1p5beta1 gem
|
19
|
+
GEM_VERSION = "0.1.0"
|
20
|
+
|
21
|
+
# Version of the code generator used to generate this client
|
22
|
+
GENERATOR_VERSION = "0.1.1"
|
23
|
+
|
24
|
+
# Revision of the discovery document this client was generated from
|
25
|
+
REVISION = "20201211"
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
@@ -0,0 +1,538 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require 'date'
|
16
|
+
require 'google/apis/core/base_service'
|
17
|
+
require 'google/apis/core/json_representation'
|
18
|
+
require 'google/apis/core/hashable'
|
19
|
+
require 'google/apis/errors'
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Apis
|
23
|
+
module CloudassetV1p5beta1
|
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
|
+
class Binding
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class Expr
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class GoogleCloudOrgpolicyV1BooleanPolicy
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class GoogleCloudOrgpolicyV1ListPolicy
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class GoogleCloudOrgpolicyV1Policy
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class GoogleCloudOrgpolicyV1RestoreDefault
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class GoogleIdentityAccesscontextmanagerV1AccessLevel
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class GoogleIdentityAccesscontextmanagerV1AccessPolicy
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class GoogleIdentityAccesscontextmanagerV1ApiOperation
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class GoogleIdentityAccesscontextmanagerV1BasicLevel
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class GoogleIdentityAccesscontextmanagerV1Condition
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class GoogleIdentityAccesscontextmanagerV1CustomLevel
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class GoogleIdentityAccesscontextmanagerV1DevicePolicy
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class GoogleIdentityAccesscontextmanagerV1EgressFrom
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class GoogleIdentityAccesscontextmanagerV1EgressPolicy
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class GoogleIdentityAccesscontextmanagerV1EgressTo
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class GoogleIdentityAccesscontextmanagerV1IngressFrom
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class GoogleIdentityAccesscontextmanagerV1IngressPolicy
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class GoogleIdentityAccesscontextmanagerV1IngressSource
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class GoogleIdentityAccesscontextmanagerV1IngressTo
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class GoogleIdentityAccesscontextmanagerV1MethodSelector
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class GoogleIdentityAccesscontextmanagerV1OsConstraint
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class GoogleIdentityAccesscontextmanagerV1ServicePerimeter
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class ListAssetsResponse
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class Policy
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class Resource
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class Asset
|
212
|
+
# @private
|
213
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
214
|
+
property :access_level, as: 'accessLevel', class: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1AccessLevel, decorator: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1AccessLevel::Representation
|
215
|
+
|
216
|
+
property :access_policy, as: 'accessPolicy', class: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1AccessPolicy, decorator: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1AccessPolicy::Representation
|
217
|
+
|
218
|
+
collection :ancestors, as: 'ancestors'
|
219
|
+
property :asset_type, as: 'assetType'
|
220
|
+
property :iam_policy, as: 'iamPolicy', class: Google::Apis::CloudassetV1p5beta1::Policy, decorator: Google::Apis::CloudassetV1p5beta1::Policy::Representation
|
221
|
+
|
222
|
+
property :name, as: 'name'
|
223
|
+
collection :org_policy, as: 'orgPolicy', class: Google::Apis::CloudassetV1p5beta1::GoogleCloudOrgpolicyV1Policy, decorator: Google::Apis::CloudassetV1p5beta1::GoogleCloudOrgpolicyV1Policy::Representation
|
224
|
+
|
225
|
+
property :resource, as: 'resource', class: Google::Apis::CloudassetV1p5beta1::Resource, decorator: Google::Apis::CloudassetV1p5beta1::Resource::Representation
|
226
|
+
|
227
|
+
property :service_perimeter, as: 'servicePerimeter', class: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeter, decorator: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeter::Representation
|
228
|
+
|
229
|
+
end
|
230
|
+
end
|
231
|
+
|
232
|
+
class AuditConfig
|
233
|
+
# @private
|
234
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
235
|
+
collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::CloudassetV1p5beta1::AuditLogConfig, decorator: Google::Apis::CloudassetV1p5beta1::AuditLogConfig::Representation
|
236
|
+
|
237
|
+
property :service, as: 'service'
|
238
|
+
end
|
239
|
+
end
|
240
|
+
|
241
|
+
class AuditLogConfig
|
242
|
+
# @private
|
243
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
244
|
+
collection :exempted_members, as: 'exemptedMembers'
|
245
|
+
property :log_type, as: 'logType'
|
246
|
+
end
|
247
|
+
end
|
248
|
+
|
249
|
+
class Binding
|
250
|
+
# @private
|
251
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
252
|
+
property :condition, as: 'condition', class: Google::Apis::CloudassetV1p5beta1::Expr, decorator: Google::Apis::CloudassetV1p5beta1::Expr::Representation
|
253
|
+
|
254
|
+
collection :members, as: 'members'
|
255
|
+
property :role, as: 'role'
|
256
|
+
end
|
257
|
+
end
|
258
|
+
|
259
|
+
class Expr
|
260
|
+
# @private
|
261
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
262
|
+
property :description, as: 'description'
|
263
|
+
property :expression, as: 'expression'
|
264
|
+
property :location, as: 'location'
|
265
|
+
property :title, as: 'title'
|
266
|
+
end
|
267
|
+
end
|
268
|
+
|
269
|
+
class GoogleCloudOrgpolicyV1BooleanPolicy
|
270
|
+
# @private
|
271
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
272
|
+
property :enforced, as: 'enforced'
|
273
|
+
end
|
274
|
+
end
|
275
|
+
|
276
|
+
class GoogleCloudOrgpolicyV1ListPolicy
|
277
|
+
# @private
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
279
|
+
property :all_values, as: 'allValues'
|
280
|
+
collection :allowed_values, as: 'allowedValues'
|
281
|
+
collection :denied_values, as: 'deniedValues'
|
282
|
+
property :inherit_from_parent, as: 'inheritFromParent'
|
283
|
+
property :suggested_value, as: 'suggestedValue'
|
284
|
+
end
|
285
|
+
end
|
286
|
+
|
287
|
+
class GoogleCloudOrgpolicyV1Policy
|
288
|
+
# @private
|
289
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
290
|
+
property :boolean_policy, as: 'booleanPolicy', class: Google::Apis::CloudassetV1p5beta1::GoogleCloudOrgpolicyV1BooleanPolicy, decorator: Google::Apis::CloudassetV1p5beta1::GoogleCloudOrgpolicyV1BooleanPolicy::Representation
|
291
|
+
|
292
|
+
property :constraint, as: 'constraint'
|
293
|
+
property :etag, :base64 => true, as: 'etag'
|
294
|
+
property :list_policy, as: 'listPolicy', class: Google::Apis::CloudassetV1p5beta1::GoogleCloudOrgpolicyV1ListPolicy, decorator: Google::Apis::CloudassetV1p5beta1::GoogleCloudOrgpolicyV1ListPolicy::Representation
|
295
|
+
|
296
|
+
property :restore_default, as: 'restoreDefault', class: Google::Apis::CloudassetV1p5beta1::GoogleCloudOrgpolicyV1RestoreDefault, decorator: Google::Apis::CloudassetV1p5beta1::GoogleCloudOrgpolicyV1RestoreDefault::Representation
|
297
|
+
|
298
|
+
property :update_time, as: 'updateTime'
|
299
|
+
property :version, as: 'version'
|
300
|
+
end
|
301
|
+
end
|
302
|
+
|
303
|
+
class GoogleCloudOrgpolicyV1RestoreDefault
|
304
|
+
# @private
|
305
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
306
|
+
end
|
307
|
+
end
|
308
|
+
|
309
|
+
class GoogleIdentityAccesscontextmanagerV1AccessLevel
|
310
|
+
# @private
|
311
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
312
|
+
property :basic, as: 'basic', class: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1BasicLevel, decorator: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1BasicLevel::Representation
|
313
|
+
|
314
|
+
property :custom, as: 'custom', class: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1CustomLevel, decorator: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1CustomLevel::Representation
|
315
|
+
|
316
|
+
property :description, as: 'description'
|
317
|
+
property :name, as: 'name'
|
318
|
+
property :title, as: 'title'
|
319
|
+
end
|
320
|
+
end
|
321
|
+
|
322
|
+
class GoogleIdentityAccesscontextmanagerV1AccessPolicy
|
323
|
+
# @private
|
324
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
325
|
+
property :etag, as: 'etag'
|
326
|
+
property :name, as: 'name'
|
327
|
+
property :parent, as: 'parent'
|
328
|
+
property :title, as: 'title'
|
329
|
+
end
|
330
|
+
end
|
331
|
+
|
332
|
+
class GoogleIdentityAccesscontextmanagerV1ApiOperation
|
333
|
+
# @private
|
334
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
335
|
+
collection :method_selectors, as: 'methodSelectors', class: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1MethodSelector, decorator: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1MethodSelector::Representation
|
336
|
+
|
337
|
+
property :service_name, as: 'serviceName'
|
338
|
+
end
|
339
|
+
end
|
340
|
+
|
341
|
+
class GoogleIdentityAccesscontextmanagerV1BasicLevel
|
342
|
+
# @private
|
343
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
344
|
+
property :combining_function, as: 'combiningFunction'
|
345
|
+
collection :conditions, as: 'conditions', class: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1Condition, decorator: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1Condition::Representation
|
346
|
+
|
347
|
+
end
|
348
|
+
end
|
349
|
+
|
350
|
+
class GoogleIdentityAccesscontextmanagerV1Condition
|
351
|
+
# @private
|
352
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
353
|
+
property :device_policy, as: 'devicePolicy', class: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1DevicePolicy, decorator: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1DevicePolicy::Representation
|
354
|
+
|
355
|
+
collection :ip_subnetworks, as: 'ipSubnetworks'
|
356
|
+
collection :members, as: 'members'
|
357
|
+
property :negate, as: 'negate'
|
358
|
+
collection :regions, as: 'regions'
|
359
|
+
collection :required_access_levels, as: 'requiredAccessLevels'
|
360
|
+
end
|
361
|
+
end
|
362
|
+
|
363
|
+
class GoogleIdentityAccesscontextmanagerV1CustomLevel
|
364
|
+
# @private
|
365
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
366
|
+
property :expr, as: 'expr', class: Google::Apis::CloudassetV1p5beta1::Expr, decorator: Google::Apis::CloudassetV1p5beta1::Expr::Representation
|
367
|
+
|
368
|
+
end
|
369
|
+
end
|
370
|
+
|
371
|
+
class GoogleIdentityAccesscontextmanagerV1DevicePolicy
|
372
|
+
# @private
|
373
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
374
|
+
collection :allowed_device_management_levels, as: 'allowedDeviceManagementLevels'
|
375
|
+
collection :allowed_encryption_statuses, as: 'allowedEncryptionStatuses'
|
376
|
+
collection :os_constraints, as: 'osConstraints', class: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1OsConstraint, decorator: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1OsConstraint::Representation
|
377
|
+
|
378
|
+
property :require_admin_approval, as: 'requireAdminApproval'
|
379
|
+
property :require_corp_owned, as: 'requireCorpOwned'
|
380
|
+
property :require_screenlock, as: 'requireScreenlock'
|
381
|
+
end
|
382
|
+
end
|
383
|
+
|
384
|
+
class GoogleIdentityAccesscontextmanagerV1EgressFrom
|
385
|
+
# @private
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
387
|
+
collection :identities, as: 'identities'
|
388
|
+
property :identity_type, as: 'identityType'
|
389
|
+
end
|
390
|
+
end
|
391
|
+
|
392
|
+
class GoogleIdentityAccesscontextmanagerV1EgressPolicy
|
393
|
+
# @private
|
394
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
395
|
+
property :egress_from, as: 'egressFrom', class: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1EgressFrom, decorator: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1EgressFrom::Representation
|
396
|
+
|
397
|
+
property :egress_to, as: 'egressTo', class: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1EgressTo, decorator: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1EgressTo::Representation
|
398
|
+
|
399
|
+
end
|
400
|
+
end
|
401
|
+
|
402
|
+
class GoogleIdentityAccesscontextmanagerV1EgressTo
|
403
|
+
# @private
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
405
|
+
collection :operations, as: 'operations', class: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation, decorator: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation::Representation
|
406
|
+
|
407
|
+
collection :resources, as: 'resources'
|
408
|
+
end
|
409
|
+
end
|
410
|
+
|
411
|
+
class GoogleIdentityAccesscontextmanagerV1IngressFrom
|
412
|
+
# @private
|
413
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
414
|
+
collection :identities, as: 'identities'
|
415
|
+
property :identity_type, as: 'identityType'
|
416
|
+
collection :sources, as: 'sources', class: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1IngressSource, decorator: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1IngressSource::Representation
|
417
|
+
|
418
|
+
end
|
419
|
+
end
|
420
|
+
|
421
|
+
class GoogleIdentityAccesscontextmanagerV1IngressPolicy
|
422
|
+
# @private
|
423
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
424
|
+
property :ingress_from, as: 'ingressFrom', class: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1IngressFrom, decorator: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1IngressFrom::Representation
|
425
|
+
|
426
|
+
property :ingress_to, as: 'ingressTo', class: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1IngressTo, decorator: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1IngressTo::Representation
|
427
|
+
|
428
|
+
end
|
429
|
+
end
|
430
|
+
|
431
|
+
class GoogleIdentityAccesscontextmanagerV1IngressSource
|
432
|
+
# @private
|
433
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
434
|
+
property :access_level, as: 'accessLevel'
|
435
|
+
property :resource, as: 'resource'
|
436
|
+
end
|
437
|
+
end
|
438
|
+
|
439
|
+
class GoogleIdentityAccesscontextmanagerV1IngressTo
|
440
|
+
# @private
|
441
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
442
|
+
collection :operations, as: 'operations', class: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation, decorator: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation::Representation
|
443
|
+
|
444
|
+
collection :resources, as: 'resources'
|
445
|
+
end
|
446
|
+
end
|
447
|
+
|
448
|
+
class GoogleIdentityAccesscontextmanagerV1MethodSelector
|
449
|
+
# @private
|
450
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
451
|
+
property :method_prop, as: 'method'
|
452
|
+
property :permission, as: 'permission'
|
453
|
+
end
|
454
|
+
end
|
455
|
+
|
456
|
+
class GoogleIdentityAccesscontextmanagerV1OsConstraint
|
457
|
+
# @private
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
459
|
+
property :minimum_version, as: 'minimumVersion'
|
460
|
+
property :os_type, as: 'osType'
|
461
|
+
property :require_verified_chrome_os, as: 'requireVerifiedChromeOs'
|
462
|
+
end
|
463
|
+
end
|
464
|
+
|
465
|
+
class GoogleIdentityAccesscontextmanagerV1ServicePerimeter
|
466
|
+
# @private
|
467
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
468
|
+
property :description, as: 'description'
|
469
|
+
property :name, as: 'name'
|
470
|
+
property :perimeter_type, as: 'perimeterType'
|
471
|
+
property :spec, as: 'spec', class: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig, decorator: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig::Representation
|
472
|
+
|
473
|
+
property :status, as: 'status', class: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig, decorator: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig::Representation
|
474
|
+
|
475
|
+
property :title, as: 'title'
|
476
|
+
property :use_explicit_dry_run_spec, as: 'useExplicitDryRunSpec'
|
477
|
+
end
|
478
|
+
end
|
479
|
+
|
480
|
+
class GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig
|
481
|
+
# @private
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
483
|
+
collection :access_levels, as: 'accessLevels'
|
484
|
+
collection :egress_policies, as: 'egressPolicies', class: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1EgressPolicy, decorator: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1EgressPolicy::Representation
|
485
|
+
|
486
|
+
collection :ingress_policies, as: 'ingressPolicies', class: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1IngressPolicy, decorator: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1IngressPolicy::Representation
|
487
|
+
|
488
|
+
collection :resources, as: 'resources'
|
489
|
+
collection :restricted_services, as: 'restrictedServices'
|
490
|
+
property :vpc_accessible_services, as: 'vpcAccessibleServices', class: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices, decorator: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices::Representation
|
491
|
+
|
492
|
+
end
|
493
|
+
end
|
494
|
+
|
495
|
+
class GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices
|
496
|
+
# @private
|
497
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
498
|
+
collection :allowed_services, as: 'allowedServices'
|
499
|
+
property :enable_restriction, as: 'enableRestriction'
|
500
|
+
end
|
501
|
+
end
|
502
|
+
|
503
|
+
class ListAssetsResponse
|
504
|
+
# @private
|
505
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
506
|
+
collection :assets, as: 'assets', class: Google::Apis::CloudassetV1p5beta1::Asset, decorator: Google::Apis::CloudassetV1p5beta1::Asset::Representation
|
507
|
+
|
508
|
+
property :next_page_token, as: 'nextPageToken'
|
509
|
+
property :read_time, as: 'readTime'
|
510
|
+
end
|
511
|
+
end
|
512
|
+
|
513
|
+
class Policy
|
514
|
+
# @private
|
515
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
516
|
+
collection :audit_configs, as: 'auditConfigs', class: Google::Apis::CloudassetV1p5beta1::AuditConfig, decorator: Google::Apis::CloudassetV1p5beta1::AuditConfig::Representation
|
517
|
+
|
518
|
+
collection :bindings, as: 'bindings', class: Google::Apis::CloudassetV1p5beta1::Binding, decorator: Google::Apis::CloudassetV1p5beta1::Binding::Representation
|
519
|
+
|
520
|
+
property :etag, :base64 => true, as: 'etag'
|
521
|
+
property :version, as: 'version'
|
522
|
+
end
|
523
|
+
end
|
524
|
+
|
525
|
+
class Resource
|
526
|
+
# @private
|
527
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
528
|
+
hash :data, as: 'data'
|
529
|
+
property :discovery_document_uri, as: 'discoveryDocumentUri'
|
530
|
+
property :discovery_name, as: 'discoveryName'
|
531
|
+
property :parent, as: 'parent'
|
532
|
+
property :resource_url, as: 'resourceUrl'
|
533
|
+
property :version, as: 'version'
|
534
|
+
end
|
535
|
+
end
|
536
|
+
end
|
537
|
+
end
|
538
|
+
end
|