google-apis-assuredworkloads_v1 0.26.0 → 0.27.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 +5 -0
- data/lib/google/apis/assuredworkloads_v1/classes.rb +225 -726
- data/lib/google/apis/assuredworkloads_v1/gem_version.rb +3 -3
- data/lib/google/apis/assuredworkloads_v1/representations.rb +71 -297
- data/lib/google/apis/assuredworkloads_v1/service.rb +120 -0
- metadata +5 -5
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AssuredworkloadsV1
|
18
18
|
# Version of the google-apis-assuredworkloads_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.27.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.10.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220926"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,181 +22,103 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module AssuredworkloadsV1
|
24
24
|
|
25
|
-
class
|
26
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
-
|
28
|
-
include Google::Apis::Core::JsonObjectSupport
|
29
|
-
end
|
30
|
-
|
31
|
-
class GoogleCloudAssuredworkloadsV1ListWorkloadsResponse
|
32
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
-
|
34
|
-
include Google::Apis::Core::JsonObjectSupport
|
35
|
-
end
|
36
|
-
|
37
|
-
class GoogleCloudAssuredworkloadsV1RestrictAllowedResourcesRequest
|
38
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
-
|
40
|
-
include Google::Apis::Core::JsonObjectSupport
|
41
|
-
end
|
42
|
-
|
43
|
-
class GoogleCloudAssuredworkloadsV1RestrictAllowedResourcesResponse
|
44
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
-
|
46
|
-
include Google::Apis::Core::JsonObjectSupport
|
47
|
-
end
|
48
|
-
|
49
|
-
class GoogleCloudAssuredworkloadsV1Workload
|
50
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
-
|
52
|
-
include Google::Apis::Core::JsonObjectSupport
|
53
|
-
end
|
54
|
-
|
55
|
-
class GoogleCloudAssuredworkloadsV1WorkloadKmsSettings
|
56
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
-
|
58
|
-
include Google::Apis::Core::JsonObjectSupport
|
59
|
-
end
|
60
|
-
|
61
|
-
class GoogleCloudAssuredworkloadsV1WorkloadResourceInfo
|
62
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
-
|
64
|
-
include Google::Apis::Core::JsonObjectSupport
|
65
|
-
end
|
66
|
-
|
67
|
-
class GoogleCloudAssuredworkloadsV1WorkloadResourceSettings
|
68
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
-
|
70
|
-
include Google::Apis::Core::JsonObjectSupport
|
71
|
-
end
|
72
|
-
|
73
|
-
class GoogleCloudAssuredworkloadsV1WorkloadSaaEnrollmentResponse
|
74
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
-
|
76
|
-
include Google::Apis::Core::JsonObjectSupport
|
77
|
-
end
|
78
|
-
|
79
|
-
class GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata
|
80
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
-
|
82
|
-
include Google::Apis::Core::JsonObjectSupport
|
83
|
-
end
|
84
|
-
|
85
|
-
class GoogleCloudAssuredworkloadsV1beta1Workload
|
86
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
-
|
88
|
-
include Google::Apis::Core::JsonObjectSupport
|
89
|
-
end
|
90
|
-
|
91
|
-
class GoogleCloudAssuredworkloadsV1beta1WorkloadCjisSettings
|
25
|
+
class GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest
|
92
26
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
27
|
|
94
28
|
include Google::Apis::Core::JsonObjectSupport
|
95
29
|
end
|
96
30
|
|
97
|
-
class
|
31
|
+
class GoogleCloudAssuredworkloadsV1AcknowledgeViolationResponse
|
98
32
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
33
|
|
100
34
|
include Google::Apis::Core::JsonObjectSupport
|
101
35
|
end
|
102
36
|
|
103
|
-
class
|
104
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
-
|
106
|
-
include Google::Apis::Core::JsonObjectSupport
|
107
|
-
end
|
108
|
-
|
109
|
-
class GoogleCloudAssuredworkloadsV1beta1WorkloadIl4Settings
|
110
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
-
|
112
|
-
include Google::Apis::Core::JsonObjectSupport
|
113
|
-
end
|
114
|
-
|
115
|
-
class GoogleCloudAssuredworkloadsV1beta1WorkloadKmsSettings
|
37
|
+
class GoogleCloudAssuredworkloadsV1CreateWorkloadOperationMetadata
|
116
38
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
39
|
|
118
40
|
include Google::Apis::Core::JsonObjectSupport
|
119
41
|
end
|
120
42
|
|
121
|
-
class
|
43
|
+
class GoogleCloudAssuredworkloadsV1ListViolationsResponse
|
122
44
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
45
|
|
124
46
|
include Google::Apis::Core::JsonObjectSupport
|
125
47
|
end
|
126
48
|
|
127
|
-
class
|
49
|
+
class GoogleCloudAssuredworkloadsV1ListWorkloadsResponse
|
128
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
51
|
|
130
52
|
include Google::Apis::Core::JsonObjectSupport
|
131
53
|
end
|
132
54
|
|
133
|
-
class
|
55
|
+
class GoogleCloudAssuredworkloadsV1RestrictAllowedResourcesRequest
|
134
56
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
57
|
|
136
58
|
include Google::Apis::Core::JsonObjectSupport
|
137
59
|
end
|
138
60
|
|
139
|
-
class
|
61
|
+
class GoogleCloudAssuredworkloadsV1RestrictAllowedResourcesResponse
|
140
62
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
63
|
|
142
64
|
include Google::Apis::Core::JsonObjectSupport
|
143
65
|
end
|
144
66
|
|
145
|
-
class
|
67
|
+
class GoogleCloudAssuredworkloadsV1Violation
|
146
68
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
69
|
|
148
70
|
include Google::Apis::Core::JsonObjectSupport
|
149
71
|
end
|
150
72
|
|
151
|
-
class
|
73
|
+
class GoogleCloudAssuredworkloadsV1ViolationRemediation
|
152
74
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
75
|
|
154
76
|
include Google::Apis::Core::JsonObjectSupport
|
155
77
|
end
|
156
78
|
|
157
|
-
class
|
79
|
+
class GoogleCloudAssuredworkloadsV1ViolationRemediationInstructions
|
158
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
81
|
|
160
82
|
include Google::Apis::Core::JsonObjectSupport
|
161
83
|
end
|
162
84
|
|
163
|
-
class
|
85
|
+
class GoogleCloudAssuredworkloadsV1ViolationRemediationInstructionsConsole
|
164
86
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
87
|
|
166
88
|
include Google::Apis::Core::JsonObjectSupport
|
167
89
|
end
|
168
90
|
|
169
|
-
class
|
91
|
+
class GoogleCloudAssuredworkloadsV1ViolationRemediationInstructionsGcloud
|
170
92
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
93
|
|
172
94
|
include Google::Apis::Core::JsonObjectSupport
|
173
95
|
end
|
174
96
|
|
175
|
-
class
|
97
|
+
class GoogleCloudAssuredworkloadsV1Workload
|
176
98
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
99
|
|
178
100
|
include Google::Apis::Core::JsonObjectSupport
|
179
101
|
end
|
180
102
|
|
181
|
-
class
|
103
|
+
class GoogleCloudAssuredworkloadsV1WorkloadKmsSettings
|
182
104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
105
|
|
184
106
|
include Google::Apis::Core::JsonObjectSupport
|
185
107
|
end
|
186
108
|
|
187
|
-
class
|
109
|
+
class GoogleCloudAssuredworkloadsV1WorkloadResourceInfo
|
188
110
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
111
|
|
190
112
|
include Google::Apis::Core::JsonObjectSupport
|
191
113
|
end
|
192
114
|
|
193
|
-
class
|
115
|
+
class GoogleCloudAssuredworkloadsV1WorkloadResourceSettings
|
194
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
117
|
|
196
118
|
include Google::Apis::Core::JsonObjectSupport
|
197
119
|
end
|
198
120
|
|
199
|
-
class
|
121
|
+
class GoogleCloudAssuredworkloadsV1WorkloadSaaEnrollmentResponse
|
200
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
123
|
|
202
124
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -226,294 +148,146 @@ module Google
|
|
226
148
|
include Google::Apis::Core::JsonObjectSupport
|
227
149
|
end
|
228
150
|
|
229
|
-
class
|
151
|
+
class GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest
|
230
152
|
# @private
|
231
153
|
class Representation < Google::Apis::Core::JsonRepresentation
|
232
|
-
property :
|
233
|
-
property :
|
234
|
-
property :display_name, as: 'displayName'
|
235
|
-
property :parent, as: 'parent'
|
154
|
+
property :comment, as: 'comment'
|
155
|
+
property :non_compliant_org_policy, as: 'nonCompliantOrgPolicy'
|
236
156
|
end
|
237
157
|
end
|
238
158
|
|
239
|
-
class
|
159
|
+
class GoogleCloudAssuredworkloadsV1AcknowledgeViolationResponse
|
240
160
|
# @private
|
241
161
|
class Representation < Google::Apis::Core::JsonRepresentation
|
242
|
-
property :next_page_token, as: 'nextPageToken'
|
243
|
-
collection :workloads, as: 'workloads', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1Workload, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1Workload::Representation
|
244
|
-
|
245
162
|
end
|
246
163
|
end
|
247
164
|
|
248
|
-
class
|
249
|
-
# @private
|
250
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
251
|
-
property :restriction_type, as: 'restrictionType'
|
252
|
-
end
|
253
|
-
end
|
254
|
-
|
255
|
-
class GoogleCloudAssuredworkloadsV1RestrictAllowedResourcesResponse
|
256
|
-
# @private
|
257
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
258
|
-
end
|
259
|
-
end
|
260
|
-
|
261
|
-
class GoogleCloudAssuredworkloadsV1Workload
|
165
|
+
class GoogleCloudAssuredworkloadsV1CreateWorkloadOperationMetadata
|
262
166
|
# @private
|
263
167
|
class Representation < Google::Apis::Core::JsonRepresentation
|
264
|
-
property :billing_account, as: 'billingAccount'
|
265
168
|
property :compliance_regime, as: 'complianceRegime'
|
266
|
-
collection :compliant_but_disallowed_services, as: 'compliantButDisallowedServices'
|
267
169
|
property :create_time, as: 'createTime'
|
268
170
|
property :display_name, as: 'displayName'
|
269
|
-
property :
|
270
|
-
property :etag, as: 'etag'
|
271
|
-
property :kaj_enrollment_state, as: 'kajEnrollmentState'
|
272
|
-
property :kms_settings, as: 'kmsSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadKmsSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadKmsSettings::Representation
|
273
|
-
|
274
|
-
hash :labels, as: 'labels'
|
275
|
-
property :name, as: 'name'
|
276
|
-
property :provisioned_resources_parent, as: 'provisionedResourcesParent'
|
277
|
-
collection :resource_settings, as: 'resourceSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadResourceSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadResourceSettings::Representation
|
278
|
-
|
279
|
-
collection :resources, as: 'resources', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadResourceInfo, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadResourceInfo::Representation
|
280
|
-
|
281
|
-
property :saa_enrollment_response, as: 'saaEnrollmentResponse', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadSaaEnrollmentResponse, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadSaaEnrollmentResponse::Representation
|
282
|
-
|
283
|
-
end
|
284
|
-
end
|
285
|
-
|
286
|
-
class GoogleCloudAssuredworkloadsV1WorkloadKmsSettings
|
287
|
-
# @private
|
288
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
289
|
-
property :next_rotation_time, as: 'nextRotationTime'
|
290
|
-
property :rotation_period, as: 'rotationPeriod'
|
291
|
-
end
|
292
|
-
end
|
293
|
-
|
294
|
-
class GoogleCloudAssuredworkloadsV1WorkloadResourceInfo
|
295
|
-
# @private
|
296
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
297
|
-
property :resource_id, :numeric_string => true, as: 'resourceId'
|
298
|
-
property :resource_type, as: 'resourceType'
|
299
|
-
end
|
300
|
-
end
|
301
|
-
|
302
|
-
class GoogleCloudAssuredworkloadsV1WorkloadResourceSettings
|
303
|
-
# @private
|
304
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
305
|
-
property :display_name, as: 'displayName'
|
306
|
-
property :resource_id, as: 'resourceId'
|
307
|
-
property :resource_type, as: 'resourceType'
|
308
|
-
end
|
309
|
-
end
|
310
|
-
|
311
|
-
class GoogleCloudAssuredworkloadsV1WorkloadSaaEnrollmentResponse
|
312
|
-
# @private
|
313
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
314
|
-
collection :setup_errors, as: 'setupErrors'
|
315
|
-
property :setup_status, as: 'setupStatus'
|
171
|
+
property :parent, as: 'parent'
|
316
172
|
end
|
317
173
|
end
|
318
174
|
|
319
|
-
class
|
175
|
+
class GoogleCloudAssuredworkloadsV1ListViolationsResponse
|
320
176
|
# @private
|
321
177
|
class Representation < Google::Apis::Core::JsonRepresentation
|
322
|
-
property :
|
323
|
-
|
324
|
-
property :display_name, as: 'displayName'
|
325
|
-
property :parent, as: 'parent'
|
326
|
-
collection :resource_settings, as: 'resourceSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettings::Representation
|
178
|
+
property :next_page_token, as: 'nextPageToken'
|
179
|
+
collection :violations, as: 'violations', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1Violation, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1Violation::Representation
|
327
180
|
|
328
181
|
end
|
329
182
|
end
|
330
183
|
|
331
|
-
class
|
184
|
+
class GoogleCloudAssuredworkloadsV1ListWorkloadsResponse
|
332
185
|
# @private
|
333
186
|
class Representation < Google::Apis::Core::JsonRepresentation
|
334
|
-
property :
|
335
|
-
|
336
|
-
|
337
|
-
property :compliance_regime, as: 'complianceRegime'
|
338
|
-
collection :compliant_but_disallowed_services, as: 'compliantButDisallowedServices'
|
339
|
-
property :create_time, as: 'createTime'
|
340
|
-
property :display_name, as: 'displayName'
|
341
|
-
property :enable_sovereign_controls, as: 'enableSovereignControls'
|
342
|
-
property :etag, as: 'etag'
|
343
|
-
property :fedramp_high_settings, as: 'fedrampHighSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings::Representation
|
344
|
-
|
345
|
-
property :fedramp_moderate_settings, as: 'fedrampModerateSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampModerateSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampModerateSettings::Representation
|
346
|
-
|
347
|
-
property :il4_settings, as: 'il4Settings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadIl4Settings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadIl4Settings::Representation
|
348
|
-
|
349
|
-
property :kaj_enrollment_state, as: 'kajEnrollmentState'
|
350
|
-
property :kms_settings, as: 'kmsSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadKmsSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadKmsSettings::Representation
|
351
|
-
|
352
|
-
hash :labels, as: 'labels'
|
353
|
-
property :name, as: 'name'
|
354
|
-
property :provisioned_resources_parent, as: 'provisionedResourcesParent'
|
355
|
-
collection :resource_settings, as: 'resourceSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettings::Representation
|
356
|
-
|
357
|
-
collection :resources, as: 'resources', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfo, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfo::Representation
|
358
|
-
|
359
|
-
property :saa_enrollment_response, as: 'saaEnrollmentResponse', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadSaaEnrollmentResponse, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadSaaEnrollmentResponse::Representation
|
187
|
+
property :next_page_token, as: 'nextPageToken'
|
188
|
+
collection :workloads, as: 'workloads', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1Workload, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1Workload::Representation
|
360
189
|
|
361
190
|
end
|
362
191
|
end
|
363
192
|
|
364
|
-
class
|
193
|
+
class GoogleCloudAssuredworkloadsV1RestrictAllowedResourcesRequest
|
365
194
|
# @private
|
366
195
|
class Representation < Google::Apis::Core::JsonRepresentation
|
367
|
-
property :
|
368
|
-
|
196
|
+
property :restriction_type, as: 'restrictionType'
|
369
197
|
end
|
370
198
|
end
|
371
199
|
|
372
|
-
class
|
200
|
+
class GoogleCloudAssuredworkloadsV1RestrictAllowedResourcesResponse
|
373
201
|
# @private
|
374
202
|
class Representation < Google::Apis::Core::JsonRepresentation
|
375
|
-
property :kms_settings, as: 'kmsSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadKmsSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadKmsSettings::Representation
|
376
|
-
|
377
203
|
end
|
378
204
|
end
|
379
205
|
|
380
|
-
class
|
206
|
+
class GoogleCloudAssuredworkloadsV1Violation
|
381
207
|
# @private
|
382
208
|
class Representation < Google::Apis::Core::JsonRepresentation
|
383
|
-
property :
|
209
|
+
property :acknowledged, as: 'acknowledged'
|
210
|
+
property :acknowledgement_time, as: 'acknowledgementTime'
|
211
|
+
property :audit_log_link, as: 'auditLogLink'
|
212
|
+
property :begin_time, as: 'beginTime'
|
213
|
+
property :category, as: 'category'
|
214
|
+
property :description, as: 'description'
|
215
|
+
property :name, as: 'name'
|
216
|
+
property :non_compliant_org_policy, as: 'nonCompliantOrgPolicy'
|
217
|
+
property :org_policy_constraint, as: 'orgPolicyConstraint'
|
218
|
+
property :remediation, as: 'remediation', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1ViolationRemediation, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1ViolationRemediation::Representation
|
384
219
|
|
220
|
+
property :resolve_time, as: 'resolveTime'
|
221
|
+
property :state, as: 'state'
|
222
|
+
property :update_time, as: 'updateTime'
|
385
223
|
end
|
386
224
|
end
|
387
225
|
|
388
|
-
class
|
226
|
+
class GoogleCloudAssuredworkloadsV1ViolationRemediation
|
389
227
|
# @private
|
390
228
|
class Representation < Google::Apis::Core::JsonRepresentation
|
391
|
-
|
229
|
+
collection :compliant_values, as: 'compliantValues'
|
230
|
+
property :instructions, as: 'instructions', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1ViolationRemediationInstructions, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1ViolationRemediationInstructions::Representation
|
392
231
|
|
232
|
+
property :remediation_type, as: 'remediationType'
|
393
233
|
end
|
394
234
|
end
|
395
235
|
|
396
|
-
class
|
236
|
+
class GoogleCloudAssuredworkloadsV1ViolationRemediationInstructions
|
397
237
|
# @private
|
398
238
|
class Representation < Google::Apis::Core::JsonRepresentation
|
399
|
-
property :
|
400
|
-
property :rotation_period, as: 'rotationPeriod'
|
401
|
-
end
|
402
|
-
end
|
239
|
+
property :console_instructions, as: 'consoleInstructions', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1ViolationRemediationInstructionsConsole, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1ViolationRemediationInstructionsConsole::Representation
|
403
240
|
|
404
|
-
|
405
|
-
# @private
|
406
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
407
|
-
property :resource_id, :numeric_string => true, as: 'resourceId'
|
408
|
-
property :resource_type, as: 'resourceType'
|
409
|
-
end
|
410
|
-
end
|
241
|
+
property :gcloud_instructions, as: 'gcloudInstructions', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1ViolationRemediationInstructionsGcloud, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1ViolationRemediationInstructionsGcloud::Representation
|
411
242
|
|
412
|
-
class GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettings
|
413
|
-
# @private
|
414
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
415
|
-
property :display_name, as: 'displayName'
|
416
|
-
property :resource_id, as: 'resourceId'
|
417
|
-
property :resource_type, as: 'resourceType'
|
418
243
|
end
|
419
244
|
end
|
420
245
|
|
421
|
-
class
|
246
|
+
class GoogleCloudAssuredworkloadsV1ViolationRemediationInstructionsConsole
|
422
247
|
# @private
|
423
248
|
class Representation < Google::Apis::Core::JsonRepresentation
|
424
|
-
collection :
|
425
|
-
|
249
|
+
collection :additional_links, as: 'additionalLinks'
|
250
|
+
collection :console_uris, as: 'consoleUris'
|
251
|
+
collection :steps, as: 'steps'
|
426
252
|
end
|
427
253
|
end
|
428
254
|
|
429
|
-
class
|
255
|
+
class GoogleCloudAssuredworkloadsV1ViolationRemediationInstructionsGcloud
|
430
256
|
# @private
|
431
257
|
class Representation < Google::Apis::Core::JsonRepresentation
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
property :parent, as: 'parent'
|
436
|
-
collection :resource_settings, as: 'resourceSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceSettings::Representation
|
437
|
-
|
258
|
+
collection :additional_links, as: 'additionalLinks'
|
259
|
+
collection :gcloud_commands, as: 'gcloudCommands'
|
260
|
+
collection :steps, as: 'steps'
|
438
261
|
end
|
439
262
|
end
|
440
263
|
|
441
|
-
class
|
264
|
+
class GoogleCloudAssuredworkloadsV1Workload
|
442
265
|
# @private
|
443
266
|
class Representation < Google::Apis::Core::JsonRepresentation
|
444
267
|
property :billing_account, as: 'billingAccount'
|
445
|
-
property :cjis_settings, as: 'cjisSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadCjisSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadCjisSettings::Representation
|
446
|
-
|
447
268
|
property :compliance_regime, as: 'complianceRegime'
|
448
|
-
property :compliance_status, as: 'complianceStatus', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus::Representation
|
449
|
-
|
450
269
|
collection :compliant_but_disallowed_services, as: 'compliantButDisallowedServices'
|
451
270
|
property :create_time, as: 'createTime'
|
452
271
|
property :display_name, as: 'displayName'
|
453
272
|
property :enable_sovereign_controls, as: 'enableSovereignControls'
|
454
273
|
property :etag, as: 'etag'
|
455
|
-
property :fedramp_high_settings, as: 'fedrampHighSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadFedrampHighSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadFedrampHighSettings::Representation
|
456
|
-
|
457
|
-
property :fedramp_moderate_settings, as: 'fedrampModerateSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadFedrampModerateSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadFedrampModerateSettings::Representation
|
458
|
-
|
459
|
-
property :il4_settings, as: 'il4Settings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadIl4Settings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadIl4Settings::Representation
|
460
|
-
|
461
274
|
property :kaj_enrollment_state, as: 'kajEnrollmentState'
|
462
|
-
property :kms_settings, as: 'kmsSettings', class: Google::Apis::AssuredworkloadsV1::
|
275
|
+
property :kms_settings, as: 'kmsSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadKmsSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadKmsSettings::Representation
|
463
276
|
|
464
277
|
hash :labels, as: 'labels'
|
465
278
|
property :name, as: 'name'
|
279
|
+
property :partner, as: 'partner'
|
466
280
|
property :provisioned_resources_parent, as: 'provisionedResourcesParent'
|
467
|
-
collection :resource_settings, as: 'resourceSettings', class: Google::Apis::AssuredworkloadsV1::
|
468
|
-
|
469
|
-
collection :resources, as: 'resources', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceInfo, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceInfo::Representation
|
470
|
-
|
471
|
-
property :saa_enrollment_response, as: 'saaEnrollmentResponse', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadSaaEnrollmentResponse, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadSaaEnrollmentResponse::Representation
|
472
|
-
|
473
|
-
end
|
474
|
-
end
|
475
|
-
|
476
|
-
class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadCjisSettings
|
477
|
-
# @private
|
478
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
479
|
-
property :kms_settings, as: 'kmsSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings::Representation
|
480
|
-
|
481
|
-
end
|
482
|
-
end
|
483
|
-
|
484
|
-
class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus
|
485
|
-
# @private
|
486
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
487
|
-
property :acknowledged_violation_count, as: 'acknowledgedViolationCount'
|
488
|
-
property :active_violation_count, as: 'activeViolationCount'
|
489
|
-
end
|
490
|
-
end
|
491
|
-
|
492
|
-
class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadFedrampHighSettings
|
493
|
-
# @private
|
494
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
495
|
-
property :kms_settings, as: 'kmsSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings::Representation
|
496
|
-
|
497
|
-
end
|
498
|
-
end
|
499
|
-
|
500
|
-
class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadFedrampModerateSettings
|
501
|
-
# @private
|
502
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
503
|
-
property :kms_settings, as: 'kmsSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings::Representation
|
281
|
+
collection :resource_settings, as: 'resourceSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadResourceSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadResourceSettings::Representation
|
504
282
|
|
505
|
-
|
506
|
-
end
|
283
|
+
collection :resources, as: 'resources', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadResourceInfo, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadResourceInfo::Representation
|
507
284
|
|
508
|
-
|
509
|
-
# @private
|
510
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
511
|
-
property :kms_settings, as: 'kmsSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings::Representation
|
285
|
+
property :saa_enrollment_response, as: 'saaEnrollmentResponse', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadSaaEnrollmentResponse, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadSaaEnrollmentResponse::Representation
|
512
286
|
|
513
287
|
end
|
514
288
|
end
|
515
289
|
|
516
|
-
class
|
290
|
+
class GoogleCloudAssuredworkloadsV1WorkloadKmsSettings
|
517
291
|
# @private
|
518
292
|
class Representation < Google::Apis::Core::JsonRepresentation
|
519
293
|
property :next_rotation_time, as: 'nextRotationTime'
|
@@ -521,7 +295,7 @@ module Google
|
|
521
295
|
end
|
522
296
|
end
|
523
297
|
|
524
|
-
class
|
298
|
+
class GoogleCloudAssuredworkloadsV1WorkloadResourceInfo
|
525
299
|
# @private
|
526
300
|
class Representation < Google::Apis::Core::JsonRepresentation
|
527
301
|
property :resource_id, :numeric_string => true, as: 'resourceId'
|
@@ -529,7 +303,7 @@ module Google
|
|
529
303
|
end
|
530
304
|
end
|
531
305
|
|
532
|
-
class
|
306
|
+
class GoogleCloudAssuredworkloadsV1WorkloadResourceSettings
|
533
307
|
# @private
|
534
308
|
class Representation < Google::Apis::Core::JsonRepresentation
|
535
309
|
property :display_name, as: 'displayName'
|
@@ -538,7 +312,7 @@ module Google
|
|
538
312
|
end
|
539
313
|
end
|
540
314
|
|
541
|
-
class
|
315
|
+
class GoogleCloudAssuredworkloadsV1WorkloadSaaEnrollmentResponse
|
542
316
|
# @private
|
543
317
|
class Representation < Google::Apis::Core::JsonRepresentation
|
544
318
|
collection :setup_errors, as: 'setupErrors'
|