google-apis-iam_v1 0.64.0 → 0.66.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 +8 -0
- data/lib/google/apis/iam_v1/classes.rb +482 -0
- data/lib/google/apis/iam_v1/gem_version.rb +2 -2
- data/lib/google/apis/iam_v1/representations.rb +250 -0
- data/lib/google/apis/iam_v1/service.rb +694 -12
- metadata +3 -3
@@ -28,12 +28,24 @@ module Google
|
|
28
28
|
include Google::Apis::Core::JsonObjectSupport
|
29
29
|
end
|
30
30
|
|
31
|
+
class AddAttestationRuleRequest
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
31
37
|
class AdminAuditData
|
32
38
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
39
|
|
34
40
|
include Google::Apis::Core::JsonObjectSupport
|
35
41
|
end
|
36
42
|
|
43
|
+
class AttestationRule
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
37
49
|
class AuditConfig
|
38
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
51
|
|
@@ -190,6 +202,24 @@ module Google
|
|
190
202
|
include Google::Apis::Core::JsonObjectSupport
|
191
203
|
end
|
192
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
|
+
|
193
223
|
class KeyData
|
194
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
225
|
|
@@ -214,6 +244,12 @@ module Google
|
|
214
244
|
include Google::Apis::Core::JsonObjectSupport
|
215
245
|
end
|
216
246
|
|
247
|
+
class ListAttestationRulesResponse
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
217
253
|
class ListOauthClientCredentialsResponse
|
218
254
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
255
|
|
@@ -262,6 +298,18 @@ module Google
|
|
262
298
|
include Google::Apis::Core::JsonObjectSupport
|
263
299
|
end
|
264
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
|
+
|
265
313
|
class ListWorkloadIdentityPoolProviderKeysResponse
|
266
314
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
315
|
|
@@ -310,6 +358,12 @@ module Google
|
|
310
358
|
include Google::Apis::Core::JsonObjectSupport
|
311
359
|
end
|
312
360
|
|
361
|
+
class OwnerService
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
313
367
|
class PatchServiceAccountRequest
|
314
368
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
369
|
|
@@ -382,6 +436,12 @@ module Google
|
|
382
436
|
include Google::Apis::Core::JsonObjectSupport
|
383
437
|
end
|
384
438
|
|
439
|
+
class RemoveAttestationRuleRequest
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
385
445
|
class Role
|
386
446
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
447
|
|
@@ -412,6 +472,12 @@ module Google
|
|
412
472
|
include Google::Apis::Core::JsonObjectSupport
|
413
473
|
end
|
414
474
|
|
475
|
+
class SetAttestationRulesRequest
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
415
481
|
class SetIamPolicyRequest
|
416
482
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
483
|
|
@@ -460,6 +526,18 @@ module Google
|
|
460
526
|
include Google::Apis::Core::JsonObjectSupport
|
461
527
|
end
|
462
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
|
+
|
463
541
|
class UndeleteOauthClientRequest
|
464
542
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
543
|
|
@@ -508,6 +586,18 @@ module Google
|
|
508
586
|
include Google::Apis::Core::JsonObjectSupport
|
509
587
|
end
|
510
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
|
+
|
511
601
|
class UndeleteWorkloadIdentityPoolProviderKeyRequest
|
512
602
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
603
|
|
@@ -556,6 +646,18 @@ module Google
|
|
556
646
|
include Google::Apis::Core::JsonObjectSupport
|
557
647
|
end
|
558
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
|
+
|
559
661
|
class WorkloadIdentityPoolOperationMetadata
|
560
662
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
663
|
|
@@ -583,6 +685,14 @@ module Google
|
|
583
685
|
end
|
584
686
|
end
|
585
687
|
|
688
|
+
class AddAttestationRuleRequest
|
689
|
+
# @private
|
690
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
691
|
+
property :attestation_rule, as: 'attestationRule', class: Google::Apis::IamV1::AttestationRule, decorator: Google::Apis::IamV1::AttestationRule::Representation
|
692
|
+
|
693
|
+
end
|
694
|
+
end
|
695
|
+
|
586
696
|
class AdminAuditData
|
587
697
|
# @private
|
588
698
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -591,6 +701,13 @@ module Google
|
|
591
701
|
end
|
592
702
|
end
|
593
703
|
|
704
|
+
class AttestationRule
|
705
|
+
# @private
|
706
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
707
|
+
property :google_cloud_resource, as: 'googleCloudResource'
|
708
|
+
end
|
709
|
+
end
|
710
|
+
|
594
711
|
class AuditConfig
|
595
712
|
# @private
|
596
713
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -807,6 +924,31 @@ module Google
|
|
807
924
|
end
|
808
925
|
end
|
809
926
|
|
927
|
+
class InlineCertificateIssuanceConfig
|
928
|
+
# @private
|
929
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
930
|
+
hash :ca_pools, as: 'caPools'
|
931
|
+
property :key_algorithm, as: 'keyAlgorithm'
|
932
|
+
property :lifetime, as: 'lifetime'
|
933
|
+
property :rotation_window_percentage, as: 'rotationWindowPercentage'
|
934
|
+
end
|
935
|
+
end
|
936
|
+
|
937
|
+
class InlineTrustConfig
|
938
|
+
# @private
|
939
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
940
|
+
hash :additional_trust_bundles, as: 'additionalTrustBundles', class: Google::Apis::IamV1::TrustStore, decorator: Google::Apis::IamV1::TrustStore::Representation
|
941
|
+
|
942
|
+
end
|
943
|
+
end
|
944
|
+
|
945
|
+
class IntermediateCa
|
946
|
+
# @private
|
947
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
948
|
+
property :pem_certificate, as: 'pemCertificate'
|
949
|
+
end
|
950
|
+
end
|
951
|
+
|
810
952
|
class KeyData
|
811
953
|
# @private
|
812
954
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -847,6 +989,15 @@ module Google
|
|
847
989
|
end
|
848
990
|
end
|
849
991
|
|
992
|
+
class ListAttestationRulesResponse
|
993
|
+
# @private
|
994
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
995
|
+
collection :attestation_rules, as: 'attestationRules', class: Google::Apis::IamV1::AttestationRule, decorator: Google::Apis::IamV1::AttestationRule::Representation
|
996
|
+
|
997
|
+
property :next_page_token, as: 'nextPageToken'
|
998
|
+
end
|
999
|
+
end
|
1000
|
+
|
850
1001
|
class ListOauthClientCredentialsResponse
|
851
1002
|
# @private
|
852
1003
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -917,6 +1068,24 @@ module Google
|
|
917
1068
|
end
|
918
1069
|
end
|
919
1070
|
|
1071
|
+
class ListWorkloadIdentityPoolManagedIdentitiesResponse
|
1072
|
+
# @private
|
1073
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1074
|
+
property :next_page_token, as: 'nextPageToken'
|
1075
|
+
collection :workload_identity_pool_managed_identities, as: 'workloadIdentityPoolManagedIdentities', class: Google::Apis::IamV1::WorkloadIdentityPoolManagedIdentity, decorator: Google::Apis::IamV1::WorkloadIdentityPoolManagedIdentity::Representation
|
1076
|
+
|
1077
|
+
end
|
1078
|
+
end
|
1079
|
+
|
1080
|
+
class ListWorkloadIdentityPoolNamespacesResponse
|
1081
|
+
# @private
|
1082
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1083
|
+
property :next_page_token, as: 'nextPageToken'
|
1084
|
+
collection :workload_identity_pool_namespaces, as: 'workloadIdentityPoolNamespaces', class: Google::Apis::IamV1::WorkloadIdentityPoolNamespace, decorator: Google::Apis::IamV1::WorkloadIdentityPoolNamespace::Representation
|
1085
|
+
|
1086
|
+
end
|
1087
|
+
end
|
1088
|
+
|
920
1089
|
class ListWorkloadIdentityPoolProviderKeysResponse
|
921
1090
|
# @private
|
922
1091
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1005,6 +1174,13 @@ module Google
|
|
1005
1174
|
end
|
1006
1175
|
end
|
1007
1176
|
|
1177
|
+
class OwnerService
|
1178
|
+
# @private
|
1179
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1180
|
+
property :principal_subject, as: 'principalSubject'
|
1181
|
+
end
|
1182
|
+
end
|
1183
|
+
|
1008
1184
|
class PatchServiceAccountRequest
|
1009
1185
|
# @private
|
1010
1186
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1116,6 +1292,14 @@ module Google
|
|
1116
1292
|
end
|
1117
1293
|
end
|
1118
1294
|
|
1295
|
+
class RemoveAttestationRuleRequest
|
1296
|
+
# @private
|
1297
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1298
|
+
property :attestation_rule, as: 'attestationRule', class: Google::Apis::IamV1::AttestationRule, decorator: Google::Apis::IamV1::AttestationRule::Representation
|
1299
|
+
|
1300
|
+
end
|
1301
|
+
end
|
1302
|
+
|
1119
1303
|
class Role
|
1120
1304
|
# @private
|
1121
1305
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1177,6 +1361,14 @@ module Google
|
|
1177
1361
|
end
|
1178
1362
|
end
|
1179
1363
|
|
1364
|
+
class SetAttestationRulesRequest
|
1365
|
+
# @private
|
1366
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1367
|
+
collection :attestation_rules, as: 'attestationRules', class: Google::Apis::IamV1::AttestationRule, decorator: Google::Apis::IamV1::AttestationRule::Representation
|
1368
|
+
|
1369
|
+
end
|
1370
|
+
end
|
1371
|
+
|
1180
1372
|
class SetIamPolicyRequest
|
1181
1373
|
# @private
|
1182
1374
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1239,6 +1431,23 @@ module Google
|
|
1239
1431
|
end
|
1240
1432
|
end
|
1241
1433
|
|
1434
|
+
class TrustAnchor
|
1435
|
+
# @private
|
1436
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1437
|
+
property :pem_certificate, as: 'pemCertificate'
|
1438
|
+
end
|
1439
|
+
end
|
1440
|
+
|
1441
|
+
class TrustStore
|
1442
|
+
# @private
|
1443
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1444
|
+
collection :intermediate_cas, as: 'intermediateCas', class: Google::Apis::IamV1::IntermediateCa, decorator: Google::Apis::IamV1::IntermediateCa::Representation
|
1445
|
+
|
1446
|
+
collection :trust_anchors, as: 'trustAnchors', class: Google::Apis::IamV1::TrustAnchor, decorator: Google::Apis::IamV1::TrustAnchor::Representation
|
1447
|
+
|
1448
|
+
end
|
1449
|
+
end
|
1450
|
+
|
1242
1451
|
class UndeleteOauthClientRequest
|
1243
1452
|
# @private
|
1244
1453
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1290,6 +1499,18 @@ module Google
|
|
1290
1499
|
end
|
1291
1500
|
end
|
1292
1501
|
|
1502
|
+
class UndeleteWorkloadIdentityPoolManagedIdentityRequest
|
1503
|
+
# @private
|
1504
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1505
|
+
end
|
1506
|
+
end
|
1507
|
+
|
1508
|
+
class UndeleteWorkloadIdentityPoolNamespaceRequest
|
1509
|
+
# @private
|
1510
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1511
|
+
end
|
1512
|
+
end
|
1513
|
+
|
1293
1514
|
class UndeleteWorkloadIdentityPoolProviderKeyRequest
|
1294
1515
|
# @private
|
1295
1516
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1370,7 +1591,36 @@ module Google
|
|
1370
1591
|
property :disabled, as: 'disabled'
|
1371
1592
|
property :display_name, as: 'displayName'
|
1372
1593
|
property :expire_time, as: 'expireTime'
|
1594
|
+
property :inline_certificate_issuance_config, as: 'inlineCertificateIssuanceConfig', class: Google::Apis::IamV1::InlineCertificateIssuanceConfig, decorator: Google::Apis::IamV1::InlineCertificateIssuanceConfig::Representation
|
1595
|
+
|
1596
|
+
property :inline_trust_config, as: 'inlineTrustConfig', class: Google::Apis::IamV1::InlineTrustConfig, decorator: Google::Apis::IamV1::InlineTrustConfig::Representation
|
1597
|
+
|
1598
|
+
property :mode, as: 'mode'
|
1599
|
+
property :name, as: 'name'
|
1600
|
+
property :state, as: 'state'
|
1601
|
+
end
|
1602
|
+
end
|
1603
|
+
|
1604
|
+
class WorkloadIdentityPoolManagedIdentity
|
1605
|
+
# @private
|
1606
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1607
|
+
property :description, as: 'description'
|
1608
|
+
property :disabled, as: 'disabled'
|
1609
|
+
property :expire_time, as: 'expireTime'
|
1610
|
+
property :name, as: 'name'
|
1611
|
+
property :state, as: 'state'
|
1612
|
+
end
|
1613
|
+
end
|
1614
|
+
|
1615
|
+
class WorkloadIdentityPoolNamespace
|
1616
|
+
# @private
|
1617
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1618
|
+
property :description, as: 'description'
|
1619
|
+
property :disabled, as: 'disabled'
|
1620
|
+
property :expire_time, as: 'expireTime'
|
1373
1621
|
property :name, as: 'name'
|
1622
|
+
property :owner_service, as: 'ownerService', class: Google::Apis::IamV1::OwnerService, decorator: Google::Apis::IamV1::OwnerService::Representation
|
1623
|
+
|
1374
1624
|
property :state, as: 'state'
|
1375
1625
|
end
|
1376
1626
|
end
|