@@ -1367,42 +1367,6 @@ def patch_location_workforce_pool_provider_scim_tenant_token(name, workforce_poo
13671367 execute_or_queue_command ( command , &block )
13681368 end
13691369
1370- # Gemini Enterprise only. Undeletes a WorkforcePoolProviderScimToken,that was
1371- # deleted fewer than 30 days ago.
1372- # @param [String] name
1373- # Required. Gemini Enterprise only. The name of the SCIM token to undelete.
1374- # Format: `locations/`location`/workforcePools/`workforce_pool`/providers/`
1375- # provider`/scimTenants/`scim_tenant`/tokens/`token``
1376- # @param [Google::Apis::IamV1::UndeleteWorkforcePoolProviderScimTokenRequest] undelete_workforce_pool_provider_scim_token_request_object
1377- # @param [String] fields
1378- # Selector specifying which fields to include in a partial response.
1379- # @param [String] quota_user
1380- # Available to use for quota purposes for server-side applications. Can be any
1381- # arbitrary string assigned to a user, but should not exceed 40 characters.
1382- # @param [Google::Apis::RequestOptions] options
1383- # Request-specific options
1384- #
1385- # @yield [result, err] Result & error if block supplied
1386- # @yieldparam result [Google::Apis::IamV1::WorkforcePoolProviderScimToken] parsed result object
1387- # @yieldparam err [StandardError] error object if request failed
1388- #
1389- # @return [Google::Apis::IamV1::WorkforcePoolProviderScimToken]
1390- #
1391- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1392- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1393- # @raise [Google::Apis::AuthorizationError] Authorization is required
1394- def undelete_workforce_pool_provider_scim_token ( name , undelete_workforce_pool_provider_scim_token_request_object = nil , fields : nil , quota_user : nil , options : nil , &block )
1395- command = make_simple_command ( :post , 'v1/{+name}:undelete' , options )
1396- command . request_representation = Google ::Apis ::IamV1 ::UndeleteWorkforcePoolProviderScimTokenRequest ::Representation
1397- command . request_object = undelete_workforce_pool_provider_scim_token_request_object
1398- command . response_representation = Google ::Apis ::IamV1 ::WorkforcePoolProviderScimToken ::Representation
1399- command . response_class = Google ::Apis ::IamV1 ::WorkforcePoolProviderScimToken
1400- command . params [ 'name' ] = name unless name . nil?
1401- command . query [ 'fields' ] = fields unless fields . nil?
1402- command . query [ 'quotaUser' ] = quota_user unless quota_user . nil?
1403- execute_or_queue_command ( command , &block )
1404- end
1405-
14061370 # Deletes a WorkforcePoolSubject. Subject must not already be in a deleted state.
14071371 # A WorkforcePoolSubject is automatically created the first time an external
14081372 # credential is exchanged for a Google Cloud credential using a mapped `google.
0 commit comments