google-apis-iam_v1 0.55.0 → 0.56.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -130,6 +130,12 @@ module Google
130
130
  include Google::Apis::Core::JsonObjectSupport
131
131
  end
132
132
 
133
+ class ExtendedStatus
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
133
139
  class GetIamPolicyRequest
134
140
  class Representation < Google::Apis::Core::JsonRepresentation; end
135
141
 
@@ -142,6 +148,18 @@ module Google
142
148
  include Google::Apis::Core::JsonObjectSupport
143
149
  end
144
150
 
151
+ class GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2ClientQueryParameters
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
145
163
  class GoogleIamAdminV1WorkforcePoolProviderOidc
146
164
  class Representation < Google::Apis::Core::JsonRepresentation; end
147
165
 
@@ -196,6 +214,18 @@ module Google
196
214
  include Google::Apis::Core::JsonObjectSupport
197
215
  end
198
216
 
217
+ class ListOauthClientCredentialsResponse
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class ListOauthClientsResponse
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
199
229
  class ListRolesResponse
200
230
  class Representation < Google::Apis::Core::JsonRepresentation; end
201
231
 
@@ -250,6 +280,18 @@ module Google
250
280
  include Google::Apis::Core::JsonObjectSupport
251
281
  end
252
282
 
283
+ class OauthClient
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class OauthClientCredential
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
253
295
  class Oidc
254
296
  class Representation < Google::Apis::Core::JsonRepresentation; end
255
297
 
@@ -268,6 +310,12 @@ module Google
268
310
  include Google::Apis::Core::JsonObjectSupport
269
311
  end
270
312
 
313
+ class PatchServiceAccountKeyRequest
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
271
319
  class PatchServiceAccountRequest
272
320
  class Representation < Google::Apis::Core::JsonRepresentation; end
273
321
 
@@ -418,6 +466,12 @@ module Google
418
466
  include Google::Apis::Core::JsonObjectSupport
419
467
  end
420
468
 
469
+ class UndeleteOauthClientRequest
470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
471
+
472
+ include Google::Apis::Core::JsonObjectSupport
473
+ end
474
+
421
475
  class UndeleteRoleRequest
422
476
  class Representation < Google::Apis::Core::JsonRepresentation; end
423
477
 
@@ -526,12 +580,6 @@ module Google
526
580
  include Google::Apis::Core::JsonObjectSupport
527
581
  end
528
582
 
529
- class X509
530
- class Representation < Google::Apis::Core::JsonRepresentation; end
531
-
532
- include Google::Apis::Core::JsonObjectSupport
533
- end
534
-
535
583
  class AccessRestrictions
536
584
  # @private
537
585
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -638,6 +686,8 @@ module Google
638
686
  class DisableServiceAccountKeyRequest
639
687
  # @private
640
688
  class Representation < Google::Apis::Core::JsonRepresentation
689
+ property :extended_status_message, as: 'extendedStatusMessage'
690
+ property :service_account_key_disable_reason, as: 'serviceAccountKeyDisableReason'
641
691
  end
642
692
  end
643
693
 
@@ -675,6 +725,14 @@ module Google
675
725
  end
676
726
  end
677
727
 
728
+ class ExtendedStatus
729
+ # @private
730
+ class Representation < Google::Apis::Core::JsonRepresentation
731
+ property :key, as: 'key'
732
+ property :value, as: 'value'
733
+ end
734
+ end
735
+
678
736
  class GetIamPolicyRequest
679
737
  # @private
680
738
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -690,6 +748,26 @@ module Google
690
748
  end
691
749
  end
692
750
 
751
+ class GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client
752
+ # @private
753
+ class Representation < Google::Apis::Core::JsonRepresentation
754
+ property :attributes_type, as: 'attributesType'
755
+ property :client_id, as: 'clientId'
756
+ property :client_secret, as: 'clientSecret', class: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderOidcClientSecret, decorator: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderOidcClientSecret::Representation
757
+
758
+ property :issuer_uri, as: 'issuerUri'
759
+ property :query_parameters, as: 'queryParameters', class: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2ClientQueryParameters, decorator: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2ClientQueryParameters::Representation
760
+
761
+ end
762
+ end
763
+
764
+ class GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2ClientQueryParameters
765
+ # @private
766
+ class Representation < Google::Apis::Core::JsonRepresentation
767
+ property :filter, as: 'filter'
768
+ end
769
+ end
770
+
693
771
  class GoogleIamAdminV1WorkforcePoolProviderOidc
694
772
  # @private
695
773
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -775,6 +853,23 @@ module Google
775
853
  end
776
854
  end
777
855
 
856
+ class ListOauthClientCredentialsResponse
857
+ # @private
858
+ class Representation < Google::Apis::Core::JsonRepresentation
859
+ collection :oauth_client_credentials, as: 'oauthClientCredentials', class: Google::Apis::IamV1::OauthClientCredential, decorator: Google::Apis::IamV1::OauthClientCredential::Representation
860
+
861
+ end
862
+ end
863
+
864
+ class ListOauthClientsResponse
865
+ # @private
866
+ class Representation < Google::Apis::Core::JsonRepresentation
867
+ property :next_page_token, as: 'nextPageToken'
868
+ collection :oauth_clients, as: 'oauthClients', class: Google::Apis::IamV1::OauthClient, decorator: Google::Apis::IamV1::OauthClient::Representation
869
+
870
+ end
871
+ end
872
+
778
873
  class ListRolesResponse
779
874
  # @private
780
875
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -855,6 +950,33 @@ module Google
855
950
  end
856
951
  end
857
952
 
953
+ class OauthClient
954
+ # @private
955
+ class Representation < Google::Apis::Core::JsonRepresentation
956
+ collection :allowed_grant_types, as: 'allowedGrantTypes'
957
+ collection :allowed_redirect_uris, as: 'allowedRedirectUris'
958
+ collection :allowed_scopes, as: 'allowedScopes'
959
+ property :client_id, as: 'clientId'
960
+ property :client_type, as: 'clientType'
961
+ property :description, as: 'description'
962
+ property :disabled, as: 'disabled'
963
+ property :display_name, as: 'displayName'
964
+ property :expire_time, as: 'expireTime'
965
+ property :name, as: 'name'
966
+ property :state, as: 'state'
967
+ end
968
+ end
969
+
970
+ class OauthClientCredential
971
+ # @private
972
+ class Representation < Google::Apis::Core::JsonRepresentation
973
+ property :client_secret, as: 'clientSecret'
974
+ property :disabled, as: 'disabled'
975
+ property :display_name, as: 'displayName'
976
+ property :name, as: 'name'
977
+ end
978
+ end
979
+
858
980
  class Oidc
859
981
  # @private
860
982
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -889,6 +1011,15 @@ module Google
889
1011
  end
890
1012
  end
891
1013
 
1014
+ class PatchServiceAccountKeyRequest
1015
+ # @private
1016
+ class Representation < Google::Apis::Core::JsonRepresentation
1017
+ property :service_account_key, as: 'serviceAccountKey', class: Google::Apis::IamV1::ServiceAccountKey, decorator: Google::Apis::IamV1::ServiceAccountKey::Representation
1018
+
1019
+ property :update_mask, as: 'updateMask'
1020
+ end
1021
+ end
1022
+
892
1023
  class PatchServiceAccountRequest
893
1024
  # @private
894
1025
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1038,7 +1169,13 @@ module Google
1038
1169
  class ServiceAccountKey
1039
1170
  # @private
1040
1171
  class Representation < Google::Apis::Core::JsonRepresentation
1172
+ property :contact, as: 'contact'
1173
+ property :creator, as: 'creator'
1174
+ property :description, as: 'description'
1175
+ property :disable_reason, as: 'disableReason'
1041
1176
  property :disabled, as: 'disabled'
1177
+ collection :extended_status, as: 'extendedStatus', class: Google::Apis::IamV1::ExtendedStatus, decorator: Google::Apis::IamV1::ExtendedStatus::Representation
1178
+
1042
1179
  property :key_algorithm, as: 'keyAlgorithm'
1043
1180
  property :key_origin, as: 'keyOrigin'
1044
1181
  property :key_type, as: 'keyType'
@@ -1120,6 +1257,12 @@ module Google
1120
1257
  end
1121
1258
  end
1122
1259
 
1260
+ class UndeleteOauthClientRequest
1261
+ # @private
1262
+ class Representation < Google::Apis::Core::JsonRepresentation
1263
+ end
1264
+ end
1265
+
1123
1266
  class UndeleteRoleRequest
1124
1267
  # @private
1125
1268
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1215,6 +1358,8 @@ module Google
1215
1358
  property :disabled, as: 'disabled'
1216
1359
  property :display_name, as: 'displayName'
1217
1360
  property :expire_time, as: 'expireTime'
1361
+ property :extra_attributes_oauth2_client, as: 'extraAttributesOauth2Client', class: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client, decorator: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client::Representation
1362
+
1218
1363
  property :name, as: 'name'
1219
1364
  property :oidc, as: 'oidc', class: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderOidc, decorator: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderOidc::Representation
1220
1365
 
@@ -1271,8 +1416,6 @@ module Google
1271
1416
  property :saml, as: 'saml', class: Google::Apis::IamV1::Saml, decorator: Google::Apis::IamV1::Saml::Representation
1272
1417
 
1273
1418
  property :state, as: 'state'
1274
- property :x509, as: 'x509', class: Google::Apis::IamV1::X509, decorator: Google::Apis::IamV1::X509::Representation
1275
-
1276
1419
  end
1277
1420
  end
1278
1421
 
@@ -1287,12 +1430,6 @@ module Google
1287
1430
  property :use, as: 'use'
1288
1431
  end
1289
1432
  end
1290
-
1291
- class X509
1292
- # @private
1293
- class Representation < Google::Apis::Core::JsonRepresentation
1294
- end
1295
- end
1296
1433
  end
1297
1434
  end
1298
1435
  end