google-apis-cloudidentity_v1 0.30.0 → 0.31.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.
@@ -22,6 +22,18 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module CloudidentityV1
|
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 CancelUserInvitationRequest
|
26
38
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
39
|
|
@@ -40,6 +52,18 @@ module Google
|
|
40
52
|
include Google::Apis::Core::JsonObjectSupport
|
41
53
|
end
|
42
54
|
|
55
|
+
class CreateInboundSamlSsoProfileOperationMetadata
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class CreateInboundSsoAssignmentOperationMetadata
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
43
67
|
class CreateMembershipMetadata
|
44
68
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
69
|
|
@@ -52,12 +76,36 @@ module Google
|
|
52
76
|
include Google::Apis::Core::JsonObjectSupport
|
53
77
|
end
|
54
78
|
|
79
|
+
class DeleteIdpCredentialOperationMetadata
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class DeleteInboundSamlSsoProfileOperationMetadata
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class DeleteInboundSsoAssignmentOperationMetadata
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
55
97
|
class DeleteMembershipMetadata
|
56
98
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
99
|
|
58
100
|
include Google::Apis::Core::JsonObjectSupport
|
59
101
|
end
|
60
102
|
|
103
|
+
class DsaPublicKeyInfo
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
61
109
|
class DynamicGroupMetadata
|
62
110
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
111
|
|
@@ -316,6 +364,24 @@ module Google
|
|
316
364
|
include Google::Apis::Core::JsonObjectSupport
|
317
365
|
end
|
318
366
|
|
367
|
+
class IdpCredential
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
373
|
+
class InboundSamlSsoProfile
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
379
|
+
class InboundSsoAssignment
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
319
385
|
class IsInvitableUserResponse
|
320
386
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
387
|
|
@@ -328,6 +394,24 @@ module Google
|
|
328
394
|
include Google::Apis::Core::JsonObjectSupport
|
329
395
|
end
|
330
396
|
|
397
|
+
class ListIdpCredentialsResponse
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class ListInboundSamlSsoProfilesResponse
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class ListInboundSsoAssignmentsResponse
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
331
415
|
class ListMembershipsResponse
|
332
416
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
417
|
|
@@ -418,6 +502,30 @@ module Google
|
|
418
502
|
include Google::Apis::Core::JsonObjectSupport
|
419
503
|
end
|
420
504
|
|
505
|
+
class RsaPublicKeyInfo
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
511
|
+
class SamlIdpConfig
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
517
|
+
class SamlSpConfig
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
+
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
521
|
+
end
|
522
|
+
|
523
|
+
class SamlSsoInfo
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
421
529
|
class SearchGroupsResponse
|
422
530
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
531
|
|
@@ -448,6 +556,12 @@ module Google
|
|
448
556
|
include Google::Apis::Core::JsonObjectSupport
|
449
557
|
end
|
450
558
|
|
559
|
+
class SignInBehavior
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
563
|
+
end
|
564
|
+
|
451
565
|
class Status
|
452
566
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
567
|
|
@@ -466,6 +580,18 @@ module Google
|
|
466
580
|
include Google::Apis::Core::JsonObjectSupport
|
467
581
|
end
|
468
582
|
|
583
|
+
class UpdateInboundSamlSsoProfileOperationMetadata
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
589
|
+
class UpdateInboundSsoAssignmentOperationMetadata
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
|
+
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
593
|
+
end
|
594
|
+
|
469
595
|
class UpdateMembershipMetadata
|
470
596
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
597
|
|
@@ -484,6 +610,19 @@ module Google
|
|
484
610
|
include Google::Apis::Core::JsonObjectSupport
|
485
611
|
end
|
486
612
|
|
613
|
+
class AddIdpCredentialOperationMetadata
|
614
|
+
# @private
|
615
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
616
|
+
end
|
617
|
+
end
|
618
|
+
|
619
|
+
class AddIdpCredentialRequest
|
620
|
+
# @private
|
621
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
622
|
+
property :pem_data, as: 'pemData'
|
623
|
+
end
|
624
|
+
end
|
625
|
+
|
487
626
|
class CancelUserInvitationRequest
|
488
627
|
# @private
|
489
628
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -503,6 +642,18 @@ module Google
|
|
503
642
|
end
|
504
643
|
end
|
505
644
|
|
645
|
+
class CreateInboundSamlSsoProfileOperationMetadata
|
646
|
+
# @private
|
647
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
648
|
+
end
|
649
|
+
end
|
650
|
+
|
651
|
+
class CreateInboundSsoAssignmentOperationMetadata
|
652
|
+
# @private
|
653
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
654
|
+
end
|
655
|
+
end
|
656
|
+
|
506
657
|
class CreateMembershipMetadata
|
507
658
|
# @private
|
508
659
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -515,12 +666,37 @@ module Google
|
|
515
666
|
end
|
516
667
|
end
|
517
668
|
|
669
|
+
class DeleteIdpCredentialOperationMetadata
|
670
|
+
# @private
|
671
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
672
|
+
end
|
673
|
+
end
|
674
|
+
|
675
|
+
class DeleteInboundSamlSsoProfileOperationMetadata
|
676
|
+
# @private
|
677
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
678
|
+
end
|
679
|
+
end
|
680
|
+
|
681
|
+
class DeleteInboundSsoAssignmentOperationMetadata
|
682
|
+
# @private
|
683
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
684
|
+
end
|
685
|
+
end
|
686
|
+
|
518
687
|
class DeleteMembershipMetadata
|
519
688
|
# @private
|
520
689
|
class Representation < Google::Apis::Core::JsonRepresentation
|
521
690
|
end
|
522
691
|
end
|
523
692
|
|
693
|
+
class DsaPublicKeyInfo
|
694
|
+
# @private
|
695
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
696
|
+
property :key_size, as: 'keySize'
|
697
|
+
end
|
698
|
+
end
|
699
|
+
|
524
700
|
class DynamicGroupMetadata
|
525
701
|
# @private
|
526
702
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -904,6 +1080,47 @@ module Google
|
|
904
1080
|
end
|
905
1081
|
end
|
906
1082
|
|
1083
|
+
class IdpCredential
|
1084
|
+
# @private
|
1085
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1086
|
+
property :dsa_key_info, as: 'dsaKeyInfo', class: Google::Apis::CloudidentityV1::DsaPublicKeyInfo, decorator: Google::Apis::CloudidentityV1::DsaPublicKeyInfo::Representation
|
1087
|
+
|
1088
|
+
property :name, as: 'name'
|
1089
|
+
property :rsa_key_info, as: 'rsaKeyInfo', class: Google::Apis::CloudidentityV1::RsaPublicKeyInfo, decorator: Google::Apis::CloudidentityV1::RsaPublicKeyInfo::Representation
|
1090
|
+
|
1091
|
+
property :update_time, as: 'updateTime'
|
1092
|
+
end
|
1093
|
+
end
|
1094
|
+
|
1095
|
+
class InboundSamlSsoProfile
|
1096
|
+
# @private
|
1097
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1098
|
+
property :customer, as: 'customer'
|
1099
|
+
property :display_name, as: 'displayName'
|
1100
|
+
property :idp_config, as: 'idpConfig', class: Google::Apis::CloudidentityV1::SamlIdpConfig, decorator: Google::Apis::CloudidentityV1::SamlIdpConfig::Representation
|
1101
|
+
|
1102
|
+
property :name, as: 'name'
|
1103
|
+
property :sp_config, as: 'spConfig', class: Google::Apis::CloudidentityV1::SamlSpConfig, decorator: Google::Apis::CloudidentityV1::SamlSpConfig::Representation
|
1104
|
+
|
1105
|
+
end
|
1106
|
+
end
|
1107
|
+
|
1108
|
+
class InboundSsoAssignment
|
1109
|
+
# @private
|
1110
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1111
|
+
property :customer, as: 'customer'
|
1112
|
+
property :name, as: 'name'
|
1113
|
+
property :rank, as: 'rank'
|
1114
|
+
property :saml_sso_info, as: 'samlSsoInfo', class: Google::Apis::CloudidentityV1::SamlSsoInfo, decorator: Google::Apis::CloudidentityV1::SamlSsoInfo::Representation
|
1115
|
+
|
1116
|
+
property :sign_in_behavior, as: 'signInBehavior', class: Google::Apis::CloudidentityV1::SignInBehavior, decorator: Google::Apis::CloudidentityV1::SignInBehavior::Representation
|
1117
|
+
|
1118
|
+
property :sso_mode, as: 'ssoMode'
|
1119
|
+
property :target_group, as: 'targetGroup'
|
1120
|
+
property :target_org_unit, as: 'targetOrgUnit'
|
1121
|
+
end
|
1122
|
+
end
|
1123
|
+
|
907
1124
|
class IsInvitableUserResponse
|
908
1125
|
# @private
|
909
1126
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -920,6 +1137,33 @@ module Google
|
|
920
1137
|
end
|
921
1138
|
end
|
922
1139
|
|
1140
|
+
class ListIdpCredentialsResponse
|
1141
|
+
# @private
|
1142
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1143
|
+
collection :idp_credentials, as: 'idpCredentials', class: Google::Apis::CloudidentityV1::IdpCredential, decorator: Google::Apis::CloudidentityV1::IdpCredential::Representation
|
1144
|
+
|
1145
|
+
property :next_page_token, as: 'nextPageToken'
|
1146
|
+
end
|
1147
|
+
end
|
1148
|
+
|
1149
|
+
class ListInboundSamlSsoProfilesResponse
|
1150
|
+
# @private
|
1151
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1152
|
+
collection :inbound_saml_sso_profiles, as: 'inboundSamlSsoProfiles', class: Google::Apis::CloudidentityV1::InboundSamlSsoProfile, decorator: Google::Apis::CloudidentityV1::InboundSamlSsoProfile::Representation
|
1153
|
+
|
1154
|
+
property :next_page_token, as: 'nextPageToken'
|
1155
|
+
end
|
1156
|
+
end
|
1157
|
+
|
1158
|
+
class ListInboundSsoAssignmentsResponse
|
1159
|
+
# @private
|
1160
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1161
|
+
collection :inbound_sso_assignments, as: 'inboundSsoAssignments', class: Google::Apis::CloudidentityV1::InboundSsoAssignment, decorator: Google::Apis::CloudidentityV1::InboundSsoAssignment::Representation
|
1162
|
+
|
1163
|
+
property :next_page_token, as: 'nextPageToken'
|
1164
|
+
end
|
1165
|
+
end
|
1166
|
+
|
923
1167
|
class ListMembershipsResponse
|
924
1168
|
# @private
|
925
1169
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1060,6 +1304,38 @@ module Google
|
|
1060
1304
|
end
|
1061
1305
|
end
|
1062
1306
|
|
1307
|
+
class RsaPublicKeyInfo
|
1308
|
+
# @private
|
1309
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1310
|
+
property :key_size, as: 'keySize'
|
1311
|
+
end
|
1312
|
+
end
|
1313
|
+
|
1314
|
+
class SamlIdpConfig
|
1315
|
+
# @private
|
1316
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1317
|
+
property :change_password_uri, as: 'changePasswordUri'
|
1318
|
+
property :entity_id, as: 'entityId'
|
1319
|
+
property :logout_redirect_uri, as: 'logoutRedirectUri'
|
1320
|
+
property :single_sign_on_service_uri, as: 'singleSignOnServiceUri'
|
1321
|
+
end
|
1322
|
+
end
|
1323
|
+
|
1324
|
+
class SamlSpConfig
|
1325
|
+
# @private
|
1326
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1327
|
+
property :assertion_consumer_service_uri, as: 'assertionConsumerServiceUri'
|
1328
|
+
property :entity_id, as: 'entityId'
|
1329
|
+
end
|
1330
|
+
end
|
1331
|
+
|
1332
|
+
class SamlSsoInfo
|
1333
|
+
# @private
|
1334
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1335
|
+
property :inbound_saml_sso_profile, as: 'inboundSamlSsoProfile'
|
1336
|
+
end
|
1337
|
+
end
|
1338
|
+
|
1063
1339
|
class SearchGroupsResponse
|
1064
1340
|
# @private
|
1065
1341
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1102,6 +1378,13 @@ module Google
|
|
1102
1378
|
end
|
1103
1379
|
end
|
1104
1380
|
|
1381
|
+
class SignInBehavior
|
1382
|
+
# @private
|
1383
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1384
|
+
property :redirect_condition, as: 'redirectCondition'
|
1385
|
+
end
|
1386
|
+
end
|
1387
|
+
|
1105
1388
|
class Status
|
1106
1389
|
# @private
|
1107
1390
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1124,6 +1407,18 @@ module Google
|
|
1124
1407
|
end
|
1125
1408
|
end
|
1126
1409
|
|
1410
|
+
class UpdateInboundSamlSsoProfileOperationMetadata
|
1411
|
+
# @private
|
1412
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1413
|
+
end
|
1414
|
+
end
|
1415
|
+
|
1416
|
+
class UpdateInboundSsoAssignmentOperationMetadata
|
1417
|
+
# @private
|
1418
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1419
|
+
end
|
1420
|
+
end
|
1421
|
+
|
1127
1422
|
class UpdateMembershipMetadata
|
1128
1423
|
# @private
|
1129
1424
|
class Representation < Google::Apis::Core::JsonRepresentation
|