google-apis-iam_v1 0.54.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
 
@@ -334,6 +382,12 @@ module Google
334
382
  include Google::Apis::Core::JsonObjectSupport
335
383
  end
336
384
 
385
+ class ReconciliationOperationMetadata
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
337
391
  class Role
338
392
  class Representation < Google::Apis::Core::JsonRepresentation; end
339
393
 
@@ -412,6 +466,12 @@ module Google
412
466
  include Google::Apis::Core::JsonObjectSupport
413
467
  end
414
468
 
469
+ class UndeleteOauthClientRequest
470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
471
+
472
+ include Google::Apis::Core::JsonObjectSupport
473
+ end
474
+
415
475
  class UndeleteRoleRequest
416
476
  class Representation < Google::Apis::Core::JsonRepresentation; end
417
477
 
@@ -626,6 +686,8 @@ module Google
626
686
  class DisableServiceAccountKeyRequest
627
687
  # @private
628
688
  class Representation < Google::Apis::Core::JsonRepresentation
689
+ property :extended_status_message, as: 'extendedStatusMessage'
690
+ property :service_account_key_disable_reason, as: 'serviceAccountKeyDisableReason'
629
691
  end
630
692
  end
631
693
 
@@ -663,6 +725,14 @@ module Google
663
725
  end
664
726
  end
665
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
+
666
736
  class GetIamPolicyRequest
667
737
  # @private
668
738
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -678,6 +748,26 @@ module Google
678
748
  end
679
749
  end
680
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
+
681
771
  class GoogleIamAdminV1WorkforcePoolProviderOidc
682
772
  # @private
683
773
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -763,6 +853,23 @@ module Google
763
853
  end
764
854
  end
765
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
+
766
873
  class ListRolesResponse
767
874
  # @private
768
875
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -843,6 +950,33 @@ module Google
843
950
  end
844
951
  end
845
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
+
846
980
  class Oidc
847
981
  # @private
848
982
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -877,6 +1011,15 @@ module Google
877
1011
  end
878
1012
  end
879
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
+
880
1023
  class PatchServiceAccountRequest
881
1024
  # @private
882
1025
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -980,6 +1123,14 @@ module Google
980
1123
  end
981
1124
  end
982
1125
 
1126
+ class ReconciliationOperationMetadata
1127
+ # @private
1128
+ class Representation < Google::Apis::Core::JsonRepresentation
1129
+ property :delete_resource, as: 'deleteResource'
1130
+ property :exclusive_action, as: 'exclusiveAction'
1131
+ end
1132
+ end
1133
+
983
1134
  class Role
984
1135
  # @private
985
1136
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1018,7 +1169,13 @@ module Google
1018
1169
  class ServiceAccountKey
1019
1170
  # @private
1020
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'
1021
1176
  property :disabled, as: 'disabled'
1177
+ collection :extended_status, as: 'extendedStatus', class: Google::Apis::IamV1::ExtendedStatus, decorator: Google::Apis::IamV1::ExtendedStatus::Representation
1178
+
1022
1179
  property :key_algorithm, as: 'keyAlgorithm'
1023
1180
  property :key_origin, as: 'keyOrigin'
1024
1181
  property :key_type, as: 'keyType'
@@ -1100,6 +1257,12 @@ module Google
1100
1257
  end
1101
1258
  end
1102
1259
 
1260
+ class UndeleteOauthClientRequest
1261
+ # @private
1262
+ class Representation < Google::Apis::Core::JsonRepresentation
1263
+ end
1264
+ end
1265
+
1103
1266
  class UndeleteRoleRequest
1104
1267
  # @private
1105
1268
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1195,6 +1358,8 @@ module Google
1195
1358
  property :disabled, as: 'disabled'
1196
1359
  property :display_name, as: 'displayName'
1197
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
+
1198
1363
  property :name, as: 'name'
1199
1364
  property :oidc, as: 'oidc', class: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderOidc, decorator: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderOidc::Representation
1200
1365