google-apis-cloudidentity_v1beta1 0.32.0 → 0.33.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 +4 -0
- data/lib/google/apis/cloudidentity_v1beta1/classes.rb +505 -0
- data/lib/google/apis/cloudidentity_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/cloudidentity_v1beta1/representations.rb +295 -0
- data/lib/google/apis/cloudidentity_v1beta1/service.rb +502 -0
- metadata +3 -3
@@ -22,6 +22,18 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module CloudidentityV1beta1
|
24
24
|
|
25
|
+
class AddIdpCredentialOperationMetadata
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class AddIdpCredentialRequest
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
25
37
|
class AndroidAttributes
|
26
38
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
39
|
|
@@ -112,12 +124,42 @@ module Google
|
|
112
124
|
include Google::Apis::Core::JsonObjectSupport
|
113
125
|
end
|
114
126
|
|
127
|
+
class CreateInboundSamlSsoProfileOperationMetadata
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class CreateInboundSsoAssignmentOperationMetadata
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
115
139
|
class CustomAttributeValue
|
116
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
141
|
|
118
142
|
include Google::Apis::Core::JsonObjectSupport
|
119
143
|
end
|
120
144
|
|
145
|
+
class DeleteIdpCredentialOperationMetadata
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class DeleteInboundSamlSsoProfileOperationMetadata
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class DeleteInboundSsoAssignmentOperationMetadata
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
121
163
|
class Device
|
122
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
165
|
|
@@ -130,6 +172,12 @@ module Google
|
|
130
172
|
include Google::Apis::Core::JsonObjectSupport
|
131
173
|
end
|
132
174
|
|
175
|
+
class DsaPublicKeyInfo
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
133
181
|
class DynamicGroupMetadata
|
134
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
183
|
|
@@ -328,6 +376,24 @@ module Google
|
|
328
376
|
include Google::Apis::Core::JsonObjectSupport
|
329
377
|
end
|
330
378
|
|
379
|
+
class IdpCredential
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class InboundSamlSsoProfile
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
391
|
+
class InboundSsoAssignment
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
331
397
|
class IsInvitableUserResponse
|
332
398
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
399
|
|
@@ -358,6 +424,24 @@ module Google
|
|
358
424
|
include Google::Apis::Core::JsonObjectSupport
|
359
425
|
end
|
360
426
|
|
427
|
+
class ListIdpCredentialsResponse
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class ListInboundSamlSsoProfilesResponse
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class ListInboundSsoAssignmentsResponse
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
361
445
|
class ListMembershipsResponse
|
362
446
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
447
|
|
@@ -478,6 +562,30 @@ module Google
|
|
478
562
|
include Google::Apis::Core::JsonObjectSupport
|
479
563
|
end
|
480
564
|
|
565
|
+
class RsaPublicKeyInfo
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
571
|
+
class SamlIdpConfig
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
577
|
+
class SamlSpConfig
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
583
|
+
class SamlSsoInfo
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
481
589
|
class SearchGroupsResponse
|
482
590
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
591
|
|
@@ -508,6 +616,12 @@ module Google
|
|
508
616
|
include Google::Apis::Core::JsonObjectSupport
|
509
617
|
end
|
510
618
|
|
619
|
+
class SignInBehavior
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
|
+
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
623
|
+
end
|
624
|
+
|
511
625
|
class Status
|
512
626
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
627
|
|
@@ -520,6 +634,18 @@ module Google
|
|
520
634
|
include Google::Apis::Core::JsonObjectSupport
|
521
635
|
end
|
522
636
|
|
637
|
+
class UpdateInboundSamlSsoProfileOperationMetadata
|
638
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
639
|
+
|
640
|
+
include Google::Apis::Core::JsonObjectSupport
|
641
|
+
end
|
642
|
+
|
643
|
+
class UpdateInboundSsoAssignmentOperationMetadata
|
644
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
645
|
+
|
646
|
+
include Google::Apis::Core::JsonObjectSupport
|
647
|
+
end
|
648
|
+
|
523
649
|
class UpdateMembershipRolesParams
|
524
650
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
651
|
|
@@ -556,6 +682,19 @@ module Google
|
|
556
682
|
include Google::Apis::Core::JsonObjectSupport
|
557
683
|
end
|
558
684
|
|
685
|
+
class AddIdpCredentialOperationMetadata
|
686
|
+
# @private
|
687
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
688
|
+
end
|
689
|
+
end
|
690
|
+
|
691
|
+
class AddIdpCredentialRequest
|
692
|
+
# @private
|
693
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
694
|
+
property :pem_data, as: 'pemData'
|
695
|
+
end
|
696
|
+
end
|
697
|
+
|
559
698
|
class AndroidAttributes
|
560
699
|
# @private
|
561
700
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -687,6 +826,18 @@ module Google
|
|
687
826
|
end
|
688
827
|
end
|
689
828
|
|
829
|
+
class CreateInboundSamlSsoProfileOperationMetadata
|
830
|
+
# @private
|
831
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
832
|
+
end
|
833
|
+
end
|
834
|
+
|
835
|
+
class CreateInboundSsoAssignmentOperationMetadata
|
836
|
+
# @private
|
837
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
838
|
+
end
|
839
|
+
end
|
840
|
+
|
690
841
|
class CustomAttributeValue
|
691
842
|
# @private
|
692
843
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -696,6 +847,24 @@ module Google
|
|
696
847
|
end
|
697
848
|
end
|
698
849
|
|
850
|
+
class DeleteIdpCredentialOperationMetadata
|
851
|
+
# @private
|
852
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
853
|
+
end
|
854
|
+
end
|
855
|
+
|
856
|
+
class DeleteInboundSamlSsoProfileOperationMetadata
|
857
|
+
# @private
|
858
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
859
|
+
end
|
860
|
+
end
|
861
|
+
|
862
|
+
class DeleteInboundSsoAssignmentOperationMetadata
|
863
|
+
# @private
|
864
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
865
|
+
end
|
866
|
+
end
|
867
|
+
|
699
868
|
class Device
|
700
869
|
# @private
|
701
870
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -750,6 +919,13 @@ module Google
|
|
750
919
|
end
|
751
920
|
end
|
752
921
|
|
922
|
+
class DsaPublicKeyInfo
|
923
|
+
# @private
|
924
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
925
|
+
property :key_size, as: 'keySize'
|
926
|
+
end
|
927
|
+
end
|
928
|
+
|
753
929
|
class DynamicGroupMetadata
|
754
930
|
# @private
|
755
931
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1058,6 +1234,47 @@ module Google
|
|
1058
1234
|
end
|
1059
1235
|
end
|
1060
1236
|
|
1237
|
+
class IdpCredential
|
1238
|
+
# @private
|
1239
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1240
|
+
property :dsa_key_info, as: 'dsaKeyInfo', class: Google::Apis::CloudidentityV1beta1::DsaPublicKeyInfo, decorator: Google::Apis::CloudidentityV1beta1::DsaPublicKeyInfo::Representation
|
1241
|
+
|
1242
|
+
property :name, as: 'name'
|
1243
|
+
property :rsa_key_info, as: 'rsaKeyInfo', class: Google::Apis::CloudidentityV1beta1::RsaPublicKeyInfo, decorator: Google::Apis::CloudidentityV1beta1::RsaPublicKeyInfo::Representation
|
1244
|
+
|
1245
|
+
property :update_time, as: 'updateTime'
|
1246
|
+
end
|
1247
|
+
end
|
1248
|
+
|
1249
|
+
class InboundSamlSsoProfile
|
1250
|
+
# @private
|
1251
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1252
|
+
property :customer, as: 'customer'
|
1253
|
+
property :display_name, as: 'displayName'
|
1254
|
+
property :idp_config, as: 'idpConfig', class: Google::Apis::CloudidentityV1beta1::SamlIdpConfig, decorator: Google::Apis::CloudidentityV1beta1::SamlIdpConfig::Representation
|
1255
|
+
|
1256
|
+
property :name, as: 'name'
|
1257
|
+
property :sp_config, as: 'spConfig', class: Google::Apis::CloudidentityV1beta1::SamlSpConfig, decorator: Google::Apis::CloudidentityV1beta1::SamlSpConfig::Representation
|
1258
|
+
|
1259
|
+
end
|
1260
|
+
end
|
1261
|
+
|
1262
|
+
class InboundSsoAssignment
|
1263
|
+
# @private
|
1264
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1265
|
+
property :customer, as: 'customer'
|
1266
|
+
property :name, as: 'name'
|
1267
|
+
property :rank, as: 'rank'
|
1268
|
+
property :saml_sso_info, as: 'samlSsoInfo', class: Google::Apis::CloudidentityV1beta1::SamlSsoInfo, decorator: Google::Apis::CloudidentityV1beta1::SamlSsoInfo::Representation
|
1269
|
+
|
1270
|
+
property :sign_in_behavior, as: 'signInBehavior', class: Google::Apis::CloudidentityV1beta1::SignInBehavior, decorator: Google::Apis::CloudidentityV1beta1::SignInBehavior::Representation
|
1271
|
+
|
1272
|
+
property :sso_mode, as: 'ssoMode'
|
1273
|
+
property :target_group, as: 'targetGroup'
|
1274
|
+
property :target_org_unit, as: 'targetOrgUnit'
|
1275
|
+
end
|
1276
|
+
end
|
1277
|
+
|
1061
1278
|
class IsInvitableUserResponse
|
1062
1279
|
# @private
|
1063
1280
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1101,6 +1318,33 @@ module Google
|
|
1101
1318
|
end
|
1102
1319
|
end
|
1103
1320
|
|
1321
|
+
class ListIdpCredentialsResponse
|
1322
|
+
# @private
|
1323
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1324
|
+
collection :idp_credentials, as: 'idpCredentials', class: Google::Apis::CloudidentityV1beta1::IdpCredential, decorator: Google::Apis::CloudidentityV1beta1::IdpCredential::Representation
|
1325
|
+
|
1326
|
+
property :next_page_token, as: 'nextPageToken'
|
1327
|
+
end
|
1328
|
+
end
|
1329
|
+
|
1330
|
+
class ListInboundSamlSsoProfilesResponse
|
1331
|
+
# @private
|
1332
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1333
|
+
collection :inbound_saml_sso_profiles, as: 'inboundSamlSsoProfiles', class: Google::Apis::CloudidentityV1beta1::InboundSamlSsoProfile, decorator: Google::Apis::CloudidentityV1beta1::InboundSamlSsoProfile::Representation
|
1334
|
+
|
1335
|
+
property :next_page_token, as: 'nextPageToken'
|
1336
|
+
end
|
1337
|
+
end
|
1338
|
+
|
1339
|
+
class ListInboundSsoAssignmentsResponse
|
1340
|
+
# @private
|
1341
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1342
|
+
collection :inbound_sso_assignments, as: 'inboundSsoAssignments', class: Google::Apis::CloudidentityV1beta1::InboundSsoAssignment, decorator: Google::Apis::CloudidentityV1beta1::InboundSsoAssignment::Representation
|
1343
|
+
|
1344
|
+
property :next_page_token, as: 'nextPageToken'
|
1345
|
+
end
|
1346
|
+
end
|
1347
|
+
|
1104
1348
|
class ListMembershipsResponse
|
1105
1349
|
# @private
|
1106
1350
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1288,6 +1532,38 @@ module Google
|
|
1288
1532
|
end
|
1289
1533
|
end
|
1290
1534
|
|
1535
|
+
class RsaPublicKeyInfo
|
1536
|
+
# @private
|
1537
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1538
|
+
property :key_size, as: 'keySize'
|
1539
|
+
end
|
1540
|
+
end
|
1541
|
+
|
1542
|
+
class SamlIdpConfig
|
1543
|
+
# @private
|
1544
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1545
|
+
property :change_password_uri, as: 'changePasswordUri'
|
1546
|
+
property :entity_id, as: 'entityId'
|
1547
|
+
property :logout_redirect_uri, as: 'logoutRedirectUri'
|
1548
|
+
property :single_sign_on_service_uri, as: 'singleSignOnServiceUri'
|
1549
|
+
end
|
1550
|
+
end
|
1551
|
+
|
1552
|
+
class SamlSpConfig
|
1553
|
+
# @private
|
1554
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1555
|
+
property :assertion_consumer_service_uri, as: 'assertionConsumerServiceUri'
|
1556
|
+
property :entity_id, as: 'entityId'
|
1557
|
+
end
|
1558
|
+
end
|
1559
|
+
|
1560
|
+
class SamlSsoInfo
|
1561
|
+
# @private
|
1562
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1563
|
+
property :inbound_saml_sso_profile, as: 'inboundSamlSsoProfile'
|
1564
|
+
end
|
1565
|
+
end
|
1566
|
+
|
1291
1567
|
class SearchGroupsResponse
|
1292
1568
|
# @private
|
1293
1569
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1330,6 +1606,13 @@ module Google
|
|
1330
1606
|
end
|
1331
1607
|
end
|
1332
1608
|
|
1609
|
+
class SignInBehavior
|
1610
|
+
# @private
|
1611
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1612
|
+
property :redirect_condition, as: 'redirectCondition'
|
1613
|
+
end
|
1614
|
+
end
|
1615
|
+
|
1333
1616
|
class Status
|
1334
1617
|
# @private
|
1335
1618
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1346,6 +1629,18 @@ module Google
|
|
1346
1629
|
end
|
1347
1630
|
end
|
1348
1631
|
|
1632
|
+
class UpdateInboundSamlSsoProfileOperationMetadata
|
1633
|
+
# @private
|
1634
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1635
|
+
end
|
1636
|
+
end
|
1637
|
+
|
1638
|
+
class UpdateInboundSsoAssignmentOperationMetadata
|
1639
|
+
# @private
|
1640
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1641
|
+
end
|
1642
|
+
end
|
1643
|
+
|
1349
1644
|
class UpdateMembershipRolesParams
|
1350
1645
|
# @private
|
1351
1646
|
class Representation < Google::Apis::Core::JsonRepresentation
|