google-apis-iam_v1 0.65.0 → 0.67.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 +514 -1
- data/lib/google/apis/iam_v1/gem_version.rb +2 -2
- data/lib/google/apis/iam_v1/representations.rb +266 -0
- data/lib/google/apis/iam_v1/service.rb +691 -0
- 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
|
|
@@ -574,6 +676,12 @@ module Google
|
|
574
676
|
include Google::Apis::Core::JsonObjectSupport
|
575
677
|
end
|
576
678
|
|
679
|
+
class X509
|
680
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
|
+
|
682
|
+
include Google::Apis::Core::JsonObjectSupport
|
683
|
+
end
|
684
|
+
|
577
685
|
class AccessRestrictions
|
578
686
|
# @private
|
579
687
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -583,6 +691,14 @@ module Google
|
|
583
691
|
end
|
584
692
|
end
|
585
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
|
+
|
586
702
|
class AdminAuditData
|
587
703
|
# @private
|
588
704
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -591,6 +707,13 @@ module Google
|
|
591
707
|
end
|
592
708
|
end
|
593
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
|
+
|
594
717
|
class AuditConfig
|
595
718
|
# @private
|
596
719
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -807,6 +930,31 @@ module Google
|
|
807
930
|
end
|
808
931
|
end
|
809
932
|
|
933
|
+
class InlineCertificateIssuanceConfig
|
934
|
+
# @private
|
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'
|
940
|
+
end
|
941
|
+
end
|
942
|
+
|
943
|
+
class InlineTrustConfig
|
944
|
+
# @private
|
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
|
+
|
948
|
+
end
|
949
|
+
end
|
950
|
+
|
951
|
+
class IntermediateCa
|
952
|
+
# @private
|
953
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
954
|
+
property :pem_certificate, as: 'pemCertificate'
|
955
|
+
end
|
956
|
+
end
|
957
|
+
|
810
958
|
class KeyData
|
811
959
|
# @private
|
812
960
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -847,6 +995,15 @@ module Google
|
|
847
995
|
end
|
848
996
|
end
|
849
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
|
+
|
850
1007
|
class ListOauthClientCredentialsResponse
|
851
1008
|
# @private
|
852
1009
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -917,6 +1074,24 @@ module Google
|
|
917
1074
|
end
|
918
1075
|
end
|
919
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
|
+
|
920
1095
|
class ListWorkloadIdentityPoolProviderKeysResponse
|
921
1096
|
# @private
|
922
1097
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1005,6 +1180,13 @@ module Google
|
|
1005
1180
|
end
|
1006
1181
|
end
|
1007
1182
|
|
1183
|
+
class OwnerService
|
1184
|
+
# @private
|
1185
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1186
|
+
property :principal_subject, as: 'principalSubject'
|
1187
|
+
end
|
1188
|
+
end
|
1189
|
+
|
1008
1190
|
class PatchServiceAccountRequest
|
1009
1191
|
# @private
|
1010
1192
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1116,6 +1298,14 @@ module Google
|
|
1116
1298
|
end
|
1117
1299
|
end
|
1118
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
|
+
|
1119
1309
|
class Role
|
1120
1310
|
# @private
|
1121
1311
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1177,6 +1367,14 @@ module Google
|
|
1177
1367
|
end
|
1178
1368
|
end
|
1179
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
|
+
|
1180
1378
|
class SetIamPolicyRequest
|
1181
1379
|
# @private
|
1182
1380
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1239,6 +1437,23 @@ module Google
|
|
1239
1437
|
end
|
1240
1438
|
end
|
1241
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
|
+
|
1242
1457
|
class UndeleteOauthClientRequest
|
1243
1458
|
# @private
|
1244
1459
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1290,6 +1505,18 @@ module Google
|
|
1290
1505
|
end
|
1291
1506
|
end
|
1292
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
|
+
|
1293
1520
|
class UndeleteWorkloadIdentityPoolProviderKeyRequest
|
1294
1521
|
# @private
|
1295
1522
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1370,7 +1597,36 @@ module Google
|
|
1370
1597
|
property :disabled, as: 'disabled'
|
1371
1598
|
property :display_name, as: 'displayName'
|
1372
1599
|
property :expire_time, as: 'expireTime'
|
1600
|
+
property :inline_certificate_issuance_config, as: 'inlineCertificateIssuanceConfig', class: Google::Apis::IamV1::InlineCertificateIssuanceConfig, decorator: Google::Apis::IamV1::InlineCertificateIssuanceConfig::Representation
|
1601
|
+
|
1602
|
+
property :inline_trust_config, as: 'inlineTrustConfig', class: Google::Apis::IamV1::InlineTrustConfig, decorator: Google::Apis::IamV1::InlineTrustConfig::Representation
|
1603
|
+
|
1604
|
+
property :mode, as: 'mode'
|
1605
|
+
property :name, as: 'name'
|
1606
|
+
property :state, as: 'state'
|
1607
|
+
end
|
1608
|
+
end
|
1609
|
+
|
1610
|
+
class WorkloadIdentityPoolManagedIdentity
|
1611
|
+
# @private
|
1612
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1613
|
+
property :description, as: 'description'
|
1614
|
+
property :disabled, as: 'disabled'
|
1615
|
+
property :expire_time, as: 'expireTime'
|
1616
|
+
property :name, as: 'name'
|
1617
|
+
property :state, as: 'state'
|
1618
|
+
end
|
1619
|
+
end
|
1620
|
+
|
1621
|
+
class WorkloadIdentityPoolNamespace
|
1622
|
+
# @private
|
1623
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1624
|
+
property :description, as: 'description'
|
1625
|
+
property :disabled, as: 'disabled'
|
1626
|
+
property :expire_time, as: 'expireTime'
|
1373
1627
|
property :name, as: 'name'
|
1628
|
+
property :owner_service, as: 'ownerService', class: Google::Apis::IamV1::OwnerService, decorator: Google::Apis::IamV1::OwnerService::Representation
|
1629
|
+
|
1374
1630
|
property :state, as: 'state'
|
1375
1631
|
end
|
1376
1632
|
end
|
@@ -1398,6 +1654,8 @@ module Google
|
|
1398
1654
|
property :saml, as: 'saml', class: Google::Apis::IamV1::Saml, decorator: Google::Apis::IamV1::Saml::Representation
|
1399
1655
|
|
1400
1656
|
property :state, as: 'state'
|
1657
|
+
property :x509, as: 'x509', class: Google::Apis::IamV1::X509, decorator: Google::Apis::IamV1::X509::Representation
|
1658
|
+
|
1401
1659
|
end
|
1402
1660
|
end
|
1403
1661
|
|
@@ -1412,6 +1670,14 @@ module Google
|
|
1412
1670
|
property :use, as: 'use'
|
1413
1671
|
end
|
1414
1672
|
end
|
1673
|
+
|
1674
|
+
class X509
|
1675
|
+
# @private
|
1676
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1677
|
+
property :trust_store, as: 'trustStore', class: Google::Apis::IamV1::TrustStore, decorator: Google::Apis::IamV1::TrustStore::Representation
|
1678
|
+
|
1679
|
+
end
|
1680
|
+
end
|
1415
1681
|
end
|
1416
1682
|
end
|
1417
1683
|
end
|