google-apis-iam_v1 0.36.0 → 0.72.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 +154 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/iam_v1/classes.rb +2190 -392
- data/lib/google/apis/iam_v1/gem_version.rb +3 -3
- data/lib/google/apis/iam_v1/representations.rb +802 -17
- data/lib/google/apis/iam_v1/service.rb +2759 -501
- data/lib/google/apis/iam_v1.rb +5 -3
- metadata +7 -10
@@ -22,12 +22,30 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module IamV1
|
24
24
|
|
25
|
+
class AccessRestrictions
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class AddAttestationRuleRequest
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
25
37
|
class AdminAuditData
|
26
38
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
39
|
|
28
40
|
include Google::Apis::Core::JsonObjectSupport
|
29
41
|
end
|
30
42
|
|
43
|
+
class AttestationRule
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
31
49
|
class AuditConfig
|
32
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
51
|
|
@@ -124,6 +142,90 @@ module Google
|
|
124
142
|
include Google::Apis::Core::JsonObjectSupport
|
125
143
|
end
|
126
144
|
|
145
|
+
class ExtendedStatus
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class GetIamPolicyRequest
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class GetPolicyOptions
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2ClientQueryParameters
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class GoogleIamAdminV1WorkforcePoolProviderOidc
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class GoogleIamAdminV1WorkforcePoolProviderOidcClientSecret
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class GoogleIamAdminV1WorkforcePoolProviderOidcClientSecretValue
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class GoogleIamAdminV1WorkforcePoolProviderOidcWebSsoConfig
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class GoogleIamAdminV1WorkforcePoolProviderSaml
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class InlineCertificateIssuanceConfig
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class InlineTrustConfig
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class IntermediateCa
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class KeyData
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
127
229
|
class LintPolicyRequest
|
128
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
231
|
|
@@ -142,6 +244,24 @@ module Google
|
|
142
244
|
include Google::Apis::Core::JsonObjectSupport
|
143
245
|
end
|
144
246
|
|
247
|
+
class ListAttestationRulesResponse
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class ListOauthClientCredentialsResponse
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class ListOauthClientsResponse
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
145
265
|
class ListRolesResponse
|
146
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
267
|
|
@@ -160,6 +280,42 @@ module Google
|
|
160
280
|
include Google::Apis::Core::JsonObjectSupport
|
161
281
|
end
|
162
282
|
|
283
|
+
class ListWorkforcePoolProviderKeysResponse
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class ListWorkforcePoolProvidersResponse
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class ListWorkforcePoolsResponse
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class ListWorkloadIdentityPoolManagedIdentitiesResponse
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class ListWorkloadIdentityPoolNamespacesResponse
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class ListWorkloadIdentityPoolProviderKeysResponse
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
163
319
|
class ListWorkloadIdentityPoolProvidersResponse
|
164
320
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
321
|
|
@@ -172,6 +328,18 @@ module Google
|
|
172
328
|
include Google::Apis::Core::JsonObjectSupport
|
173
329
|
end
|
174
330
|
|
331
|
+
class OauthClient
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class OauthClientCredential
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
175
343
|
class Oidc
|
176
344
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
345
|
|
@@ -184,6 +352,18 @@ module Google
|
|
184
352
|
include Google::Apis::Core::JsonObjectSupport
|
185
353
|
end
|
186
354
|
|
355
|
+
class OperationMetadata
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class OwnerService
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
187
367
|
class PatchServiceAccountRequest
|
188
368
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
369
|
|
@@ -250,6 +430,18 @@ module Google
|
|
250
430
|
include Google::Apis::Core::JsonObjectSupport
|
251
431
|
end
|
252
432
|
|
433
|
+
class ReconciliationOperationMetadata
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class RemoveAttestationRuleRequest
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
253
445
|
class Role
|
254
446
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
447
|
|
@@ -274,6 +466,18 @@ module Google
|
|
274
466
|
include Google::Apis::Core::JsonObjectSupport
|
275
467
|
end
|
276
468
|
|
469
|
+
class ServiceConfig
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
475
|
+
class SetAttestationRulesRequest
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
277
481
|
class SetIamPolicyRequest
|
278
482
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
483
|
|
@@ -322,6 +526,24 @@ module Google
|
|
322
526
|
include Google::Apis::Core::JsonObjectSupport
|
323
527
|
end
|
324
528
|
|
529
|
+
class TrustAnchor
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
535
|
+
class TrustStore
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
541
|
+
class UndeleteOauthClientRequest
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
325
547
|
class UndeleteRoleRequest
|
326
548
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
549
|
|
@@ -340,6 +562,48 @@ module Google
|
|
340
562
|
include Google::Apis::Core::JsonObjectSupport
|
341
563
|
end
|
342
564
|
|
565
|
+
class UndeleteWorkforcePoolProviderKeyRequest
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
571
|
+
class UndeleteWorkforcePoolProviderRequest
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
577
|
+
class UndeleteWorkforcePoolRequest
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
583
|
+
class UndeleteWorkforcePoolSubjectRequest
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
589
|
+
class UndeleteWorkloadIdentityPoolManagedIdentityRequest
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
|
+
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
593
|
+
end
|
594
|
+
|
595
|
+
class UndeleteWorkloadIdentityPoolNamespaceRequest
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
+
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
599
|
+
end
|
600
|
+
|
601
|
+
class UndeleteWorkloadIdentityPoolProviderKeyRequest
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
|
+
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
605
|
+
end
|
606
|
+
|
343
607
|
class UndeleteWorkloadIdentityPoolProviderRequest
|
344
608
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
609
|
|
@@ -358,12 +622,42 @@ module Google
|
|
358
622
|
include Google::Apis::Core::JsonObjectSupport
|
359
623
|
end
|
360
624
|
|
625
|
+
class WorkforcePool
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
|
+
|
628
|
+
include Google::Apis::Core::JsonObjectSupport
|
629
|
+
end
|
630
|
+
|
631
|
+
class WorkforcePoolProvider
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
633
|
+
|
634
|
+
include Google::Apis::Core::JsonObjectSupport
|
635
|
+
end
|
636
|
+
|
637
|
+
class WorkforcePoolProviderKey
|
638
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
639
|
+
|
640
|
+
include Google::Apis::Core::JsonObjectSupport
|
641
|
+
end
|
642
|
+
|
361
643
|
class WorkloadIdentityPool
|
362
644
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
645
|
|
364
646
|
include Google::Apis::Core::JsonObjectSupport
|
365
647
|
end
|
366
648
|
|
649
|
+
class WorkloadIdentityPoolManagedIdentity
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
|
+
|
652
|
+
include Google::Apis::Core::JsonObjectSupport
|
653
|
+
end
|
654
|
+
|
655
|
+
class WorkloadIdentityPoolNamespace
|
656
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
657
|
+
|
658
|
+
include Google::Apis::Core::JsonObjectSupport
|
659
|
+
end
|
660
|
+
|
367
661
|
class WorkloadIdentityPoolOperationMetadata
|
368
662
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
663
|
|
@@ -376,6 +670,35 @@ module Google
|
|
376
670
|
include Google::Apis::Core::JsonObjectSupport
|
377
671
|
end
|
378
672
|
|
673
|
+
class WorkloadIdentityPoolProviderKey
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
|
+
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
677
|
+
end
|
678
|
+
|
679
|
+
class X509
|
680
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
|
+
|
682
|
+
include Google::Apis::Core::JsonObjectSupport
|
683
|
+
end
|
684
|
+
|
685
|
+
class AccessRestrictions
|
686
|
+
# @private
|
687
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
688
|
+
collection :allowed_services, as: 'allowedServices', class: Google::Apis::IamV1::ServiceConfig, decorator: Google::Apis::IamV1::ServiceConfig::Representation
|
689
|
+
|
690
|
+
property :disable_programmatic_signin, as: 'disableProgrammaticSignin'
|
691
|
+
end
|
692
|
+
end
|
693
|
+
|
694
|
+
class AddAttestationRuleRequest
|
695
|
+
# @private
|
696
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
697
|
+
property :attestation_rule, as: 'attestationRule', class: Google::Apis::IamV1::AttestationRule, decorator: Google::Apis::IamV1::AttestationRule::Representation
|
698
|
+
|
699
|
+
end
|
700
|
+
end
|
701
|
+
|
379
702
|
class AdminAuditData
|
380
703
|
# @private
|
381
704
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -384,6 +707,13 @@ module Google
|
|
384
707
|
end
|
385
708
|
end
|
386
709
|
|
710
|
+
class AttestationRule
|
711
|
+
# @private
|
712
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
713
|
+
property :google_cloud_resource, as: 'googleCloudResource'
|
714
|
+
end
|
715
|
+
end
|
716
|
+
|
387
717
|
class AuditConfig
|
388
718
|
# @private
|
389
719
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -453,60 +783,186 @@ module Google
|
|
453
783
|
end
|
454
784
|
end
|
455
785
|
|
456
|
-
class CreateServiceAccountKeyRequest
|
786
|
+
class CreateServiceAccountKeyRequest
|
787
|
+
# @private
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
789
|
+
property :key_algorithm, as: 'keyAlgorithm'
|
790
|
+
property :private_key_type, as: 'privateKeyType'
|
791
|
+
end
|
792
|
+
end
|
793
|
+
|
794
|
+
class CreateServiceAccountRequest
|
795
|
+
# @private
|
796
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
797
|
+
property :account_id, as: 'accountId'
|
798
|
+
property :service_account, as: 'serviceAccount', class: Google::Apis::IamV1::ServiceAccount, decorator: Google::Apis::IamV1::ServiceAccount::Representation
|
799
|
+
|
800
|
+
end
|
801
|
+
end
|
802
|
+
|
803
|
+
class DisableServiceAccountKeyRequest
|
804
|
+
# @private
|
805
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
806
|
+
property :extended_status_message, as: 'extendedStatusMessage'
|
807
|
+
property :service_account_key_disable_reason, as: 'serviceAccountKeyDisableReason'
|
808
|
+
end
|
809
|
+
end
|
810
|
+
|
811
|
+
class DisableServiceAccountRequest
|
812
|
+
# @private
|
813
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
814
|
+
end
|
815
|
+
end
|
816
|
+
|
817
|
+
class Empty
|
818
|
+
# @private
|
819
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
820
|
+
end
|
821
|
+
end
|
822
|
+
|
823
|
+
class EnableServiceAccountKeyRequest
|
824
|
+
# @private
|
825
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
826
|
+
end
|
827
|
+
end
|
828
|
+
|
829
|
+
class EnableServiceAccountRequest
|
830
|
+
# @private
|
831
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
832
|
+
end
|
833
|
+
end
|
834
|
+
|
835
|
+
class Expr
|
836
|
+
# @private
|
837
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
838
|
+
property :description, as: 'description'
|
839
|
+
property :expression, as: 'expression'
|
840
|
+
property :location, as: 'location'
|
841
|
+
property :title, as: 'title'
|
842
|
+
end
|
843
|
+
end
|
844
|
+
|
845
|
+
class ExtendedStatus
|
846
|
+
# @private
|
847
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
848
|
+
property :key, as: 'key'
|
849
|
+
property :value, as: 'value'
|
850
|
+
end
|
851
|
+
end
|
852
|
+
|
853
|
+
class GetIamPolicyRequest
|
854
|
+
# @private
|
855
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
856
|
+
property :options, as: 'options', class: Google::Apis::IamV1::GetPolicyOptions, decorator: Google::Apis::IamV1::GetPolicyOptions::Representation
|
857
|
+
|
858
|
+
end
|
859
|
+
end
|
860
|
+
|
861
|
+
class GetPolicyOptions
|
862
|
+
# @private
|
863
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
864
|
+
property :requested_policy_version, as: 'requestedPolicyVersion'
|
865
|
+
end
|
866
|
+
end
|
867
|
+
|
868
|
+
class GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client
|
869
|
+
# @private
|
870
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
871
|
+
property :attributes_type, as: 'attributesType'
|
872
|
+
property :client_id, as: 'clientId'
|
873
|
+
property :client_secret, as: 'clientSecret', class: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderOidcClientSecret, decorator: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderOidcClientSecret::Representation
|
874
|
+
|
875
|
+
property :issuer_uri, as: 'issuerUri'
|
876
|
+
property :query_parameters, as: 'queryParameters', class: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2ClientQueryParameters, decorator: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2ClientQueryParameters::Representation
|
877
|
+
|
878
|
+
end
|
879
|
+
end
|
880
|
+
|
881
|
+
class GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2ClientQueryParameters
|
882
|
+
# @private
|
883
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
884
|
+
property :filter, as: 'filter'
|
885
|
+
end
|
886
|
+
end
|
887
|
+
|
888
|
+
class GoogleIamAdminV1WorkforcePoolProviderOidc
|
889
|
+
# @private
|
890
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
891
|
+
property :client_id, as: 'clientId'
|
892
|
+
property :client_secret, as: 'clientSecret', class: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderOidcClientSecret, decorator: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderOidcClientSecret::Representation
|
893
|
+
|
894
|
+
property :issuer_uri, as: 'issuerUri'
|
895
|
+
property :jwks_json, as: 'jwksJson'
|
896
|
+
property :web_sso_config, as: 'webSsoConfig', class: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderOidcWebSsoConfig, decorator: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderOidcWebSsoConfig::Representation
|
897
|
+
|
898
|
+
end
|
899
|
+
end
|
900
|
+
|
901
|
+
class GoogleIamAdminV1WorkforcePoolProviderOidcClientSecret
|
457
902
|
# @private
|
458
903
|
class Representation < Google::Apis::Core::JsonRepresentation
|
459
|
-
property :
|
460
|
-
|
904
|
+
property :value, as: 'value', class: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderOidcClientSecretValue, decorator: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderOidcClientSecretValue::Representation
|
905
|
+
|
461
906
|
end
|
462
907
|
end
|
463
908
|
|
464
|
-
class
|
909
|
+
class GoogleIamAdminV1WorkforcePoolProviderOidcClientSecretValue
|
465
910
|
# @private
|
466
911
|
class Representation < Google::Apis::Core::JsonRepresentation
|
467
|
-
property :
|
468
|
-
property :
|
469
|
-
|
912
|
+
property :plain_text, as: 'plainText'
|
913
|
+
property :thumbprint, as: 'thumbprint'
|
470
914
|
end
|
471
915
|
end
|
472
916
|
|
473
|
-
class
|
917
|
+
class GoogleIamAdminV1WorkforcePoolProviderOidcWebSsoConfig
|
474
918
|
# @private
|
475
919
|
class Representation < Google::Apis::Core::JsonRepresentation
|
920
|
+
collection :additional_scopes, as: 'additionalScopes'
|
921
|
+
property :assertion_claims_behavior, as: 'assertionClaimsBehavior'
|
922
|
+
property :response_type, as: 'responseType'
|
476
923
|
end
|
477
924
|
end
|
478
925
|
|
479
|
-
class
|
926
|
+
class GoogleIamAdminV1WorkforcePoolProviderSaml
|
480
927
|
# @private
|
481
928
|
class Representation < Google::Apis::Core::JsonRepresentation
|
929
|
+
property :idp_metadata_xml, as: 'idpMetadataXml'
|
482
930
|
end
|
483
931
|
end
|
484
932
|
|
485
|
-
class
|
933
|
+
class InlineCertificateIssuanceConfig
|
486
934
|
# @private
|
487
935
|
class Representation < Google::Apis::Core::JsonRepresentation
|
936
|
+
hash :ca_pools, as: 'caPools'
|
937
|
+
property :key_algorithm, as: 'keyAlgorithm'
|
938
|
+
property :lifetime, as: 'lifetime'
|
939
|
+
property :rotation_window_percentage, as: 'rotationWindowPercentage'
|
488
940
|
end
|
489
941
|
end
|
490
942
|
|
491
|
-
class
|
943
|
+
class InlineTrustConfig
|
492
944
|
# @private
|
493
945
|
class Representation < Google::Apis::Core::JsonRepresentation
|
946
|
+
hash :additional_trust_bundles, as: 'additionalTrustBundles', class: Google::Apis::IamV1::TrustStore, decorator: Google::Apis::IamV1::TrustStore::Representation
|
947
|
+
|
494
948
|
end
|
495
949
|
end
|
496
950
|
|
497
|
-
class
|
951
|
+
class IntermediateCa
|
498
952
|
# @private
|
499
953
|
class Representation < Google::Apis::Core::JsonRepresentation
|
954
|
+
property :pem_certificate, as: 'pemCertificate'
|
500
955
|
end
|
501
956
|
end
|
502
957
|
|
503
|
-
class
|
958
|
+
class KeyData
|
504
959
|
# @private
|
505
960
|
class Representation < Google::Apis::Core::JsonRepresentation
|
506
|
-
property :
|
507
|
-
property :
|
508
|
-
property :
|
509
|
-
property :
|
961
|
+
property :format, as: 'format'
|
962
|
+
property :key, as: 'key'
|
963
|
+
property :key_spec, as: 'keySpec'
|
964
|
+
property :not_after_time, as: 'notAfterTime'
|
965
|
+
property :not_before_time, as: 'notBeforeTime'
|
510
966
|
end
|
511
967
|
end
|
512
968
|
|
@@ -539,6 +995,32 @@ module Google
|
|
539
995
|
end
|
540
996
|
end
|
541
997
|
|
998
|
+
class ListAttestationRulesResponse
|
999
|
+
# @private
|
1000
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1001
|
+
collection :attestation_rules, as: 'attestationRules', class: Google::Apis::IamV1::AttestationRule, decorator: Google::Apis::IamV1::AttestationRule::Representation
|
1002
|
+
|
1003
|
+
property :next_page_token, as: 'nextPageToken'
|
1004
|
+
end
|
1005
|
+
end
|
1006
|
+
|
1007
|
+
class ListOauthClientCredentialsResponse
|
1008
|
+
# @private
|
1009
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1010
|
+
collection :oauth_client_credentials, as: 'oauthClientCredentials', class: Google::Apis::IamV1::OauthClientCredential, decorator: Google::Apis::IamV1::OauthClientCredential::Representation
|
1011
|
+
|
1012
|
+
end
|
1013
|
+
end
|
1014
|
+
|
1015
|
+
class ListOauthClientsResponse
|
1016
|
+
# @private
|
1017
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1018
|
+
property :next_page_token, as: 'nextPageToken'
|
1019
|
+
collection :oauth_clients, as: 'oauthClients', class: Google::Apis::IamV1::OauthClient, decorator: Google::Apis::IamV1::OauthClient::Representation
|
1020
|
+
|
1021
|
+
end
|
1022
|
+
end
|
1023
|
+
|
542
1024
|
class ListRolesResponse
|
543
1025
|
# @private
|
544
1026
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -565,6 +1047,60 @@ module Google
|
|
565
1047
|
end
|
566
1048
|
end
|
567
1049
|
|
1050
|
+
class ListWorkforcePoolProviderKeysResponse
|
1051
|
+
# @private
|
1052
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1053
|
+
property :next_page_token, as: 'nextPageToken'
|
1054
|
+
collection :workforce_pool_provider_keys, as: 'workforcePoolProviderKeys', class: Google::Apis::IamV1::WorkforcePoolProviderKey, decorator: Google::Apis::IamV1::WorkforcePoolProviderKey::Representation
|
1055
|
+
|
1056
|
+
end
|
1057
|
+
end
|
1058
|
+
|
1059
|
+
class ListWorkforcePoolProvidersResponse
|
1060
|
+
# @private
|
1061
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1062
|
+
property :next_page_token, as: 'nextPageToken'
|
1063
|
+
collection :workforce_pool_providers, as: 'workforcePoolProviders', class: Google::Apis::IamV1::WorkforcePoolProvider, decorator: Google::Apis::IamV1::WorkforcePoolProvider::Representation
|
1064
|
+
|
1065
|
+
end
|
1066
|
+
end
|
1067
|
+
|
1068
|
+
class ListWorkforcePoolsResponse
|
1069
|
+
# @private
|
1070
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1071
|
+
property :next_page_token, as: 'nextPageToken'
|
1072
|
+
collection :workforce_pools, as: 'workforcePools', class: Google::Apis::IamV1::WorkforcePool, decorator: Google::Apis::IamV1::WorkforcePool::Representation
|
1073
|
+
|
1074
|
+
end
|
1075
|
+
end
|
1076
|
+
|
1077
|
+
class ListWorkloadIdentityPoolManagedIdentitiesResponse
|
1078
|
+
# @private
|
1079
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1080
|
+
property :next_page_token, as: 'nextPageToken'
|
1081
|
+
collection :workload_identity_pool_managed_identities, as: 'workloadIdentityPoolManagedIdentities', class: Google::Apis::IamV1::WorkloadIdentityPoolManagedIdentity, decorator: Google::Apis::IamV1::WorkloadIdentityPoolManagedIdentity::Representation
|
1082
|
+
|
1083
|
+
end
|
1084
|
+
end
|
1085
|
+
|
1086
|
+
class ListWorkloadIdentityPoolNamespacesResponse
|
1087
|
+
# @private
|
1088
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1089
|
+
property :next_page_token, as: 'nextPageToken'
|
1090
|
+
collection :workload_identity_pool_namespaces, as: 'workloadIdentityPoolNamespaces', class: Google::Apis::IamV1::WorkloadIdentityPoolNamespace, decorator: Google::Apis::IamV1::WorkloadIdentityPoolNamespace::Representation
|
1091
|
+
|
1092
|
+
end
|
1093
|
+
end
|
1094
|
+
|
1095
|
+
class ListWorkloadIdentityPoolProviderKeysResponse
|
1096
|
+
# @private
|
1097
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1098
|
+
property :next_page_token, as: 'nextPageToken'
|
1099
|
+
collection :workload_identity_pool_provider_keys, as: 'workloadIdentityPoolProviderKeys', class: Google::Apis::IamV1::WorkloadIdentityPoolProviderKey, decorator: Google::Apis::IamV1::WorkloadIdentityPoolProviderKey::Representation
|
1100
|
+
|
1101
|
+
end
|
1102
|
+
end
|
1103
|
+
|
568
1104
|
class ListWorkloadIdentityPoolProvidersResponse
|
569
1105
|
# @private
|
570
1106
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -583,11 +1119,39 @@ module Google
|
|
583
1119
|
end
|
584
1120
|
end
|
585
1121
|
|
1122
|
+
class OauthClient
|
1123
|
+
# @private
|
1124
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1125
|
+
collection :allowed_grant_types, as: 'allowedGrantTypes'
|
1126
|
+
collection :allowed_redirect_uris, as: 'allowedRedirectUris'
|
1127
|
+
collection :allowed_scopes, as: 'allowedScopes'
|
1128
|
+
property :client_id, as: 'clientId'
|
1129
|
+
property :client_type, as: 'clientType'
|
1130
|
+
property :description, as: 'description'
|
1131
|
+
property :disabled, as: 'disabled'
|
1132
|
+
property :display_name, as: 'displayName'
|
1133
|
+
property :expire_time, as: 'expireTime'
|
1134
|
+
property :name, as: 'name'
|
1135
|
+
property :state, as: 'state'
|
1136
|
+
end
|
1137
|
+
end
|
1138
|
+
|
1139
|
+
class OauthClientCredential
|
1140
|
+
# @private
|
1141
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1142
|
+
property :client_secret, as: 'clientSecret'
|
1143
|
+
property :disabled, as: 'disabled'
|
1144
|
+
property :display_name, as: 'displayName'
|
1145
|
+
property :name, as: 'name'
|
1146
|
+
end
|
1147
|
+
end
|
1148
|
+
|
586
1149
|
class Oidc
|
587
1150
|
# @private
|
588
1151
|
class Representation < Google::Apis::Core::JsonRepresentation
|
589
1152
|
collection :allowed_audiences, as: 'allowedAudiences'
|
590
1153
|
property :issuer_uri, as: 'issuerUri'
|
1154
|
+
property :jwks_json, as: 'jwksJson'
|
591
1155
|
end
|
592
1156
|
end
|
593
1157
|
|
@@ -603,6 +1167,26 @@ module Google
|
|
603
1167
|
end
|
604
1168
|
end
|
605
1169
|
|
1170
|
+
class OperationMetadata
|
1171
|
+
# @private
|
1172
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1173
|
+
property :api_version, as: 'apiVersion'
|
1174
|
+
property :cancel_requested, as: 'cancelRequested'
|
1175
|
+
property :create_time, as: 'createTime'
|
1176
|
+
property :end_time, as: 'endTime'
|
1177
|
+
property :status_detail, as: 'statusDetail'
|
1178
|
+
property :target, as: 'target'
|
1179
|
+
property :verb, as: 'verb'
|
1180
|
+
end
|
1181
|
+
end
|
1182
|
+
|
1183
|
+
class OwnerService
|
1184
|
+
# @private
|
1185
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1186
|
+
property :principal_subject, as: 'principalSubject'
|
1187
|
+
end
|
1188
|
+
end
|
1189
|
+
|
606
1190
|
class PatchServiceAccountRequest
|
607
1191
|
# @private
|
608
1192
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -706,6 +1290,22 @@ module Google
|
|
706
1290
|
end
|
707
1291
|
end
|
708
1292
|
|
1293
|
+
class ReconciliationOperationMetadata
|
1294
|
+
# @private
|
1295
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1296
|
+
property :delete_resource, as: 'deleteResource'
|
1297
|
+
property :exclusive_action, as: 'exclusiveAction'
|
1298
|
+
end
|
1299
|
+
end
|
1300
|
+
|
1301
|
+
class RemoveAttestationRuleRequest
|
1302
|
+
# @private
|
1303
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1304
|
+
property :attestation_rule, as: 'attestationRule', class: Google::Apis::IamV1::AttestationRule, decorator: Google::Apis::IamV1::AttestationRule::Representation
|
1305
|
+
|
1306
|
+
end
|
1307
|
+
end
|
1308
|
+
|
709
1309
|
class Role
|
710
1310
|
# @private
|
711
1311
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -744,7 +1344,10 @@ module Google
|
|
744
1344
|
class ServiceAccountKey
|
745
1345
|
# @private
|
746
1346
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1347
|
+
property :disable_reason, as: 'disableReason'
|
747
1348
|
property :disabled, as: 'disabled'
|
1349
|
+
collection :extended_status, as: 'extendedStatus', class: Google::Apis::IamV1::ExtendedStatus, decorator: Google::Apis::IamV1::ExtendedStatus::Representation
|
1350
|
+
|
748
1351
|
property :key_algorithm, as: 'keyAlgorithm'
|
749
1352
|
property :key_origin, as: 'keyOrigin'
|
750
1353
|
property :key_type, as: 'keyType'
|
@@ -757,6 +1360,21 @@ module Google
|
|
757
1360
|
end
|
758
1361
|
end
|
759
1362
|
|
1363
|
+
class ServiceConfig
|
1364
|
+
# @private
|
1365
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1366
|
+
property :domain, as: 'domain'
|
1367
|
+
end
|
1368
|
+
end
|
1369
|
+
|
1370
|
+
class SetAttestationRulesRequest
|
1371
|
+
# @private
|
1372
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1373
|
+
collection :attestation_rules, as: 'attestationRules', class: Google::Apis::IamV1::AttestationRule, decorator: Google::Apis::IamV1::AttestationRule::Representation
|
1374
|
+
|
1375
|
+
end
|
1376
|
+
end
|
1377
|
+
|
760
1378
|
class SetIamPolicyRequest
|
761
1379
|
# @private
|
762
1380
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -819,6 +1437,29 @@ module Google
|
|
819
1437
|
end
|
820
1438
|
end
|
821
1439
|
|
1440
|
+
class TrustAnchor
|
1441
|
+
# @private
|
1442
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1443
|
+
property :pem_certificate, as: 'pemCertificate'
|
1444
|
+
end
|
1445
|
+
end
|
1446
|
+
|
1447
|
+
class TrustStore
|
1448
|
+
# @private
|
1449
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1450
|
+
collection :intermediate_cas, as: 'intermediateCas', class: Google::Apis::IamV1::IntermediateCa, decorator: Google::Apis::IamV1::IntermediateCa::Representation
|
1451
|
+
|
1452
|
+
collection :trust_anchors, as: 'trustAnchors', class: Google::Apis::IamV1::TrustAnchor, decorator: Google::Apis::IamV1::TrustAnchor::Representation
|
1453
|
+
|
1454
|
+
end
|
1455
|
+
end
|
1456
|
+
|
1457
|
+
class UndeleteOauthClientRequest
|
1458
|
+
# @private
|
1459
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1460
|
+
end
|
1461
|
+
end
|
1462
|
+
|
822
1463
|
class UndeleteRoleRequest
|
823
1464
|
# @private
|
824
1465
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -840,6 +1481,48 @@ module Google
|
|
840
1481
|
end
|
841
1482
|
end
|
842
1483
|
|
1484
|
+
class UndeleteWorkforcePoolProviderKeyRequest
|
1485
|
+
# @private
|
1486
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1487
|
+
end
|
1488
|
+
end
|
1489
|
+
|
1490
|
+
class UndeleteWorkforcePoolProviderRequest
|
1491
|
+
# @private
|
1492
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1493
|
+
end
|
1494
|
+
end
|
1495
|
+
|
1496
|
+
class UndeleteWorkforcePoolRequest
|
1497
|
+
# @private
|
1498
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1499
|
+
end
|
1500
|
+
end
|
1501
|
+
|
1502
|
+
class UndeleteWorkforcePoolSubjectRequest
|
1503
|
+
# @private
|
1504
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1505
|
+
end
|
1506
|
+
end
|
1507
|
+
|
1508
|
+
class UndeleteWorkloadIdentityPoolManagedIdentityRequest
|
1509
|
+
# @private
|
1510
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1511
|
+
end
|
1512
|
+
end
|
1513
|
+
|
1514
|
+
class UndeleteWorkloadIdentityPoolNamespaceRequest
|
1515
|
+
# @private
|
1516
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1517
|
+
end
|
1518
|
+
end
|
1519
|
+
|
1520
|
+
class UndeleteWorkloadIdentityPoolProviderKeyRequest
|
1521
|
+
# @private
|
1522
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1523
|
+
end
|
1524
|
+
end
|
1525
|
+
|
843
1526
|
class UndeleteWorkloadIdentityPoolProviderRequest
|
844
1527
|
# @private
|
845
1528
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -859,13 +1542,92 @@ module Google
|
|
859
1542
|
end
|
860
1543
|
end
|
861
1544
|
|
1545
|
+
class WorkforcePool
|
1546
|
+
# @private
|
1547
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1548
|
+
property :access_restrictions, as: 'accessRestrictions', class: Google::Apis::IamV1::AccessRestrictions, decorator: Google::Apis::IamV1::AccessRestrictions::Representation
|
1549
|
+
|
1550
|
+
property :description, as: 'description'
|
1551
|
+
property :disabled, as: 'disabled'
|
1552
|
+
property :display_name, as: 'displayName'
|
1553
|
+
property :expire_time, as: 'expireTime'
|
1554
|
+
property :name, as: 'name'
|
1555
|
+
property :parent, as: 'parent'
|
1556
|
+
property :session_duration, as: 'sessionDuration'
|
1557
|
+
property :state, as: 'state'
|
1558
|
+
end
|
1559
|
+
end
|
1560
|
+
|
1561
|
+
class WorkforcePoolProvider
|
1562
|
+
# @private
|
1563
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1564
|
+
property :attribute_condition, as: 'attributeCondition'
|
1565
|
+
hash :attribute_mapping, as: 'attributeMapping'
|
1566
|
+
property :description, as: 'description'
|
1567
|
+
property :detailed_audit_logging, as: 'detailedAuditLogging'
|
1568
|
+
property :disabled, as: 'disabled'
|
1569
|
+
property :display_name, as: 'displayName'
|
1570
|
+
property :expire_time, as: 'expireTime'
|
1571
|
+
property :extra_attributes_oauth2_client, as: 'extraAttributesOauth2Client', class: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client, decorator: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client::Representation
|
1572
|
+
|
1573
|
+
property :name, as: 'name'
|
1574
|
+
property :oidc, as: 'oidc', class: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderOidc, decorator: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderOidc::Representation
|
1575
|
+
|
1576
|
+
property :saml, as: 'saml', class: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderSaml, decorator: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderSaml::Representation
|
1577
|
+
|
1578
|
+
property :state, as: 'state'
|
1579
|
+
end
|
1580
|
+
end
|
1581
|
+
|
1582
|
+
class WorkforcePoolProviderKey
|
1583
|
+
# @private
|
1584
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1585
|
+
property :expire_time, as: 'expireTime'
|
1586
|
+
property :key_data, as: 'keyData', class: Google::Apis::IamV1::KeyData, decorator: Google::Apis::IamV1::KeyData::Representation
|
1587
|
+
|
1588
|
+
property :name, as: 'name'
|
1589
|
+
property :state, as: 'state'
|
1590
|
+
property :use, as: 'use'
|
1591
|
+
end
|
1592
|
+
end
|
1593
|
+
|
862
1594
|
class WorkloadIdentityPool
|
863
1595
|
# @private
|
864
1596
|
class Representation < Google::Apis::Core::JsonRepresentation
|
865
1597
|
property :description, as: 'description'
|
866
1598
|
property :disabled, as: 'disabled'
|
867
1599
|
property :display_name, as: 'displayName'
|
1600
|
+
property :expire_time, as: 'expireTime'
|
1601
|
+
property :inline_certificate_issuance_config, as: 'inlineCertificateIssuanceConfig', class: Google::Apis::IamV1::InlineCertificateIssuanceConfig, decorator: Google::Apis::IamV1::InlineCertificateIssuanceConfig::Representation
|
1602
|
+
|
1603
|
+
property :inline_trust_config, as: 'inlineTrustConfig', class: Google::Apis::IamV1::InlineTrustConfig, decorator: Google::Apis::IamV1::InlineTrustConfig::Representation
|
1604
|
+
|
1605
|
+
property :mode, as: 'mode'
|
1606
|
+
property :name, as: 'name'
|
1607
|
+
property :state, as: 'state'
|
1608
|
+
end
|
1609
|
+
end
|
1610
|
+
|
1611
|
+
class WorkloadIdentityPoolManagedIdentity
|
1612
|
+
# @private
|
1613
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1614
|
+
property :description, as: 'description'
|
1615
|
+
property :disabled, as: 'disabled'
|
1616
|
+
property :expire_time, as: 'expireTime'
|
1617
|
+
property :name, as: 'name'
|
1618
|
+
property :state, as: 'state'
|
1619
|
+
end
|
1620
|
+
end
|
1621
|
+
|
1622
|
+
class WorkloadIdentityPoolNamespace
|
1623
|
+
# @private
|
1624
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1625
|
+
property :description, as: 'description'
|
1626
|
+
property :disabled, as: 'disabled'
|
1627
|
+
property :expire_time, as: 'expireTime'
|
868
1628
|
property :name, as: 'name'
|
1629
|
+
property :owner_service, as: 'ownerService', class: Google::Apis::IamV1::OwnerService, decorator: Google::Apis::IamV1::OwnerService::Representation
|
1630
|
+
|
869
1631
|
property :state, as: 'state'
|
870
1632
|
end
|
871
1633
|
end
|
@@ -886,12 +1648,35 @@ module Google
|
|
886
1648
|
property :description, as: 'description'
|
887
1649
|
property :disabled, as: 'disabled'
|
888
1650
|
property :display_name, as: 'displayName'
|
1651
|
+
property :expire_time, as: 'expireTime'
|
889
1652
|
property :name, as: 'name'
|
890
1653
|
property :oidc, as: 'oidc', class: Google::Apis::IamV1::Oidc, decorator: Google::Apis::IamV1::Oidc::Representation
|
891
1654
|
|
892
1655
|
property :saml, as: 'saml', class: Google::Apis::IamV1::Saml, decorator: Google::Apis::IamV1::Saml::Representation
|
893
1656
|
|
894
1657
|
property :state, as: 'state'
|
1658
|
+
property :x509, as: 'x509', class: Google::Apis::IamV1::X509, decorator: Google::Apis::IamV1::X509::Representation
|
1659
|
+
|
1660
|
+
end
|
1661
|
+
end
|
1662
|
+
|
1663
|
+
class WorkloadIdentityPoolProviderKey
|
1664
|
+
# @private
|
1665
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1666
|
+
property :expire_time, as: 'expireTime'
|
1667
|
+
property :key_data, as: 'keyData', class: Google::Apis::IamV1::KeyData, decorator: Google::Apis::IamV1::KeyData::Representation
|
1668
|
+
|
1669
|
+
property :name, as: 'name'
|
1670
|
+
property :state, as: 'state'
|
1671
|
+
property :use, as: 'use'
|
1672
|
+
end
|
1673
|
+
end
|
1674
|
+
|
1675
|
+
class X509
|
1676
|
+
# @private
|
1677
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1678
|
+
property :trust_store, as: 'trustStore', class: Google::Apis::IamV1::TrustStore, decorator: Google::Apis::IamV1::TrustStore::Representation
|
1679
|
+
|
895
1680
|
end
|
896
1681
|
end
|
897
1682
|
end
|