pulp_rpm_client 3.18.20 → 3.19.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.
Files changed (101) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +36 -8
  3. data/docs/AcsRpmApi.md +230 -6
  4. data/docs/ContentAdvisoriesApi.md +2 -6
  5. data/docs/ContentDistributionTreesApi.md +2 -6
  6. data/docs/ContentModulemdDefaultsApi.md +2 -6
  7. data/docs/ContentModulemdObsoletesApi.md +2 -6
  8. data/docs/ContentModulemdsApi.md +2 -6
  9. data/docs/ContentPackagecategoriesApi.md +2 -6
  10. data/docs/ContentPackageenvironmentsApi.md +2 -6
  11. data/docs/ContentPackagegroupsApi.md +2 -6
  12. data/docs/ContentPackagelangpacksApi.md +2 -6
  13. data/docs/ContentPackagesApi.md +4 -8
  14. data/docs/ContentRepoMetadataFilesApi.md +2 -6
  15. data/docs/DistributionsRpmApi.md +230 -10
  16. data/docs/MyPermissionsResponse.md +17 -0
  17. data/docs/NestedRole.md +21 -0
  18. data/docs/NestedRoleResponse.md +21 -0
  19. data/docs/ObjectRolesResponse.md +17 -0
  20. data/docs/PatchedrpmRpmRemote.md +1 -1
  21. data/docs/PatchedrpmRpmRepository.md +3 -3
  22. data/docs/PatchedrpmUlnRemote.md +1 -1
  23. data/docs/PublicationsRpmApi.md +230 -6
  24. data/docs/RemotesRpmApi.md +230 -6
  25. data/docs/RemotesUlnApi.md +230 -6
  26. data/docs/RepositoriesRpmApi.md +230 -22
  27. data/docs/RepositoriesRpmVersionsApi.md +2 -4
  28. data/docs/RepositoryAddRemoveContent.md +2 -2
  29. data/docs/RpmModulemdObsolete.md +2 -2
  30. data/docs/RpmModulemdObsoleteResponse.md +2 -2
  31. data/docs/RpmRepositorySyncURL.md +1 -1
  32. data/docs/RpmRpmPublication.md +2 -2
  33. data/docs/RpmRpmPublicationResponse.md +2 -2
  34. data/docs/RpmRpmRemote.md +1 -1
  35. data/docs/RpmRpmRemoteResponse.md +1 -1
  36. data/docs/RpmRpmRepository.md +3 -3
  37. data/docs/RpmRpmRepositoryResponse.md +3 -3
  38. data/docs/RpmUlnRemote.md +1 -1
  39. data/docs/RpmUlnRemoteResponse.md +1 -1
  40. data/lib/pulp_rpm_client/api/acs_rpm_api.rb +270 -8
  41. data/lib/pulp_rpm_client/api/content_advisories_api.rb +2 -8
  42. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +2 -8
  43. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +2 -8
  44. data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +2 -8
  45. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +2 -8
  46. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +2 -8
  47. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +2 -8
  48. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +2 -8
  49. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +2 -8
  50. data/lib/pulp_rpm_client/api/content_packages_api.rb +4 -10
  51. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +2 -8
  52. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +270 -14
  53. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +270 -8
  54. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +270 -8
  55. data/lib/pulp_rpm_client/api/remotes_uln_api.rb +270 -8
  56. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +270 -32
  57. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +2 -5
  58. data/lib/pulp_rpm_client/models/my_permissions_response.rb +213 -0
  59. data/lib/pulp_rpm_client/models/nested_role.rb +234 -0
  60. data/lib/pulp_rpm_client/models/nested_role_response.rb +234 -0
  61. data/lib/pulp_rpm_client/models/object_roles_response.rb +213 -0
  62. data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +1 -1
  63. data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +3 -3
  64. data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +1 -1
  65. data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +2 -2
  66. data/lib/pulp_rpm_client/models/rpm_modulemd_obsolete.rb +36 -2
  67. data/lib/pulp_rpm_client/models/rpm_modulemd_obsolete_response.rb +2 -2
  68. data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +1 -1
  69. data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +2 -2
  70. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +2 -2
  71. data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +1 -1
  72. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +1 -1
  73. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +3 -3
  74. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +3 -3
  75. data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +1 -1
  76. data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +1 -1
  77. data/lib/pulp_rpm_client/version.rb +1 -1
  78. data/lib/pulp_rpm_client.rb +4 -0
  79. data/spec/api/acs_rpm_api_spec.rb +51 -3
  80. data/spec/api/content_advisories_api_spec.rb +1 -3
  81. data/spec/api/content_distribution_trees_api_spec.rb +1 -3
  82. data/spec/api/content_modulemd_defaults_api_spec.rb +1 -3
  83. data/spec/api/content_modulemd_obsoletes_api_spec.rb +1 -3
  84. data/spec/api/content_modulemds_api_spec.rb +1 -3
  85. data/spec/api/content_packagecategories_api_spec.rb +1 -3
  86. data/spec/api/content_packageenvironments_api_spec.rb +1 -3
  87. data/spec/api/content_packagegroups_api_spec.rb +1 -3
  88. data/spec/api/content_packagelangpacks_api_spec.rb +1 -3
  89. data/spec/api/content_packages_api_spec.rb +2 -4
  90. data/spec/api/content_repo_metadata_files_api_spec.rb +1 -3
  91. data/spec/api/distributions_rpm_api_spec.rb +51 -5
  92. data/spec/api/publications_rpm_api_spec.rb +51 -3
  93. data/spec/api/remotes_rpm_api_spec.rb +51 -3
  94. data/spec/api/remotes_uln_api_spec.rb +51 -3
  95. data/spec/api/repositories_rpm_api_spec.rb +51 -11
  96. data/spec/api/repositories_rpm_versions_api_spec.rb +1 -2
  97. data/spec/models/my_permissions_response_spec.rb +41 -0
  98. data/spec/models/nested_role_response_spec.rb +53 -0
  99. data/spec/models/nested_role_spec.rb +53 -0
  100. data/spec/models/object_roles_response_spec.rb +41 -0
  101. metadata +92 -76
@@ -19,6 +19,74 @@ module PulpRpmClient
19
19
  def initialize(api_client = ApiClient.default)
20
20
  @api_client = api_client
21
21
  end
22
+ # Add a role for this object to users/groups.
23
+ # @param rpm_uln_remote_href [String]
24
+ # @param nested_role [NestedRole]
25
+ # @param [Hash] opts the optional parameters
26
+ # @return [NestedRoleResponse]
27
+ def add_role(rpm_uln_remote_href, nested_role, opts = {})
28
+ data, _status_code, _headers = add_role_with_http_info(rpm_uln_remote_href, nested_role, opts)
29
+ data
30
+ end
31
+
32
+ # Add a role for this object to users/groups.
33
+ # @param rpm_uln_remote_href [String]
34
+ # @param nested_role [NestedRole]
35
+ # @param [Hash] opts the optional parameters
36
+ # @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
37
+ def add_role_with_http_info(rpm_uln_remote_href, nested_role, opts = {})
38
+ if @api_client.config.debugging
39
+ @api_client.config.logger.debug 'Calling API: RemotesUlnApi.add_role ...'
40
+ end
41
+ # verify the required parameter 'rpm_uln_remote_href' is set
42
+ if @api_client.config.client_side_validation && rpm_uln_remote_href.nil?
43
+ fail ArgumentError, "Missing the required parameter 'rpm_uln_remote_href' when calling RemotesUlnApi.add_role"
44
+ end
45
+ # verify the required parameter 'nested_role' is set
46
+ if @api_client.config.client_side_validation && nested_role.nil?
47
+ fail ArgumentError, "Missing the required parameter 'nested_role' when calling RemotesUlnApi.add_role"
48
+ end
49
+ # resource path
50
+ local_var_path = '{rpm_uln_remote_href}add_role/'.sub('{' + 'rpm_uln_remote_href' + '}', CGI.escape(rpm_uln_remote_href.to_s).gsub('%2F', '/'))
51
+
52
+ # query parameters
53
+ query_params = opts[:query_params] || {}
54
+
55
+ # header parameters
56
+ header_params = opts[:header_params] || {}
57
+ # HTTP header 'Accept' (if needed)
58
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
59
+ # HTTP header 'Content-Type'
60
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
61
+
62
+ # form parameters
63
+ form_params = opts[:form_params] || {}
64
+
65
+ # http body (model)
66
+ post_body = opts[:body] || @api_client.object_to_http_body(nested_role)
67
+
68
+ # return_type
69
+ return_type = opts[:return_type] || 'NestedRoleResponse'
70
+
71
+ # auth_names
72
+ auth_names = opts[:auth_names] || ['basicAuth']
73
+
74
+ new_options = opts.merge(
75
+ :header_params => header_params,
76
+ :query_params => query_params,
77
+ :form_params => form_params,
78
+ :body => post_body,
79
+ :auth_names => auth_names,
80
+ :return_type => return_type
81
+ )
82
+
83
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
84
+ if @api_client.config.debugging
85
+ @api_client.config.logger.debug "API called: RemotesUlnApi#add_role\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
86
+ end
87
+ return data, status_code, headers
88
+ end
89
+
22
90
  # Create an uln remote
23
91
  # A ViewSet for UlnRemote.
24
92
  # @param rpm_uln_remote [RpmUlnRemote]
@@ -155,9 +223,7 @@ module PulpRpmClient
155
223
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
156
224
  # @option opts [String] :name__startswith Filter results where name starts with value
157
225
  # @option opts [Integer] :offset The initial index from which to return the results.
158
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
159
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
160
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
226
+ # @option opts [Array<String>] :ordering Ordering
161
227
  # @option opts [String] :pulp_label_select Filter labels by search string
162
228
  # @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
163
229
  # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
@@ -183,9 +249,7 @@ module PulpRpmClient
183
249
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
184
250
  # @option opts [String] :name__startswith Filter results where name starts with value
185
251
  # @option opts [Integer] :offset The initial index from which to return the results.
186
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
187
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
188
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
252
+ # @option opts [Array<String>] :ordering Ordering
189
253
  # @option opts [String] :pulp_label_select Filter labels by search string
190
254
  # @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
191
255
  # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
@@ -217,8 +281,6 @@ module PulpRpmClient
217
281
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
218
282
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
219
283
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
220
- query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
221
- query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
222
284
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
223
285
  query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
224
286
  query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
@@ -262,6 +324,138 @@ module PulpRpmClient
262
324
  return data, status_code, headers
263
325
  end
264
326
 
327
+ # List roles assigned to this object.
328
+ # @param rpm_uln_remote_href [String]
329
+ # @param [Hash] opts the optional parameters
330
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
331
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
332
+ # @return [ObjectRolesResponse]
333
+ def list_roles(rpm_uln_remote_href, opts = {})
334
+ data, _status_code, _headers = list_roles_with_http_info(rpm_uln_remote_href, opts)
335
+ data
336
+ end
337
+
338
+ # List roles assigned to this object.
339
+ # @param rpm_uln_remote_href [String]
340
+ # @param [Hash] opts the optional parameters
341
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
342
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
343
+ # @return [Array<(ObjectRolesResponse, Integer, Hash)>] ObjectRolesResponse data, response status code and response headers
344
+ def list_roles_with_http_info(rpm_uln_remote_href, opts = {})
345
+ if @api_client.config.debugging
346
+ @api_client.config.logger.debug 'Calling API: RemotesUlnApi.list_roles ...'
347
+ end
348
+ # verify the required parameter 'rpm_uln_remote_href' is set
349
+ if @api_client.config.client_side_validation && rpm_uln_remote_href.nil?
350
+ fail ArgumentError, "Missing the required parameter 'rpm_uln_remote_href' when calling RemotesUlnApi.list_roles"
351
+ end
352
+ # resource path
353
+ local_var_path = '{rpm_uln_remote_href}list_roles/'.sub('{' + 'rpm_uln_remote_href' + '}', CGI.escape(rpm_uln_remote_href.to_s).gsub('%2F', '/'))
354
+
355
+ # query parameters
356
+ query_params = opts[:query_params] || {}
357
+ query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
358
+ query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
359
+
360
+ # header parameters
361
+ header_params = opts[:header_params] || {}
362
+ # HTTP header 'Accept' (if needed)
363
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
364
+
365
+ # form parameters
366
+ form_params = opts[:form_params] || {}
367
+
368
+ # http body (model)
369
+ post_body = opts[:body]
370
+
371
+ # return_type
372
+ return_type = opts[:return_type] || 'ObjectRolesResponse'
373
+
374
+ # auth_names
375
+ auth_names = opts[:auth_names] || ['basicAuth']
376
+
377
+ new_options = opts.merge(
378
+ :header_params => header_params,
379
+ :query_params => query_params,
380
+ :form_params => form_params,
381
+ :body => post_body,
382
+ :auth_names => auth_names,
383
+ :return_type => return_type
384
+ )
385
+
386
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
387
+ if @api_client.config.debugging
388
+ @api_client.config.logger.debug "API called: RemotesUlnApi#list_roles\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
389
+ end
390
+ return data, status_code, headers
391
+ end
392
+
393
+ # List permissions available to the current user on this object.
394
+ # @param rpm_uln_remote_href [String]
395
+ # @param [Hash] opts the optional parameters
396
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
397
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
398
+ # @return [MyPermissionsResponse]
399
+ def my_permissions(rpm_uln_remote_href, opts = {})
400
+ data, _status_code, _headers = my_permissions_with_http_info(rpm_uln_remote_href, opts)
401
+ data
402
+ end
403
+
404
+ # List permissions available to the current user on this object.
405
+ # @param rpm_uln_remote_href [String]
406
+ # @param [Hash] opts the optional parameters
407
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
408
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
409
+ # @return [Array<(MyPermissionsResponse, Integer, Hash)>] MyPermissionsResponse data, response status code and response headers
410
+ def my_permissions_with_http_info(rpm_uln_remote_href, opts = {})
411
+ if @api_client.config.debugging
412
+ @api_client.config.logger.debug 'Calling API: RemotesUlnApi.my_permissions ...'
413
+ end
414
+ # verify the required parameter 'rpm_uln_remote_href' is set
415
+ if @api_client.config.client_side_validation && rpm_uln_remote_href.nil?
416
+ fail ArgumentError, "Missing the required parameter 'rpm_uln_remote_href' when calling RemotesUlnApi.my_permissions"
417
+ end
418
+ # resource path
419
+ local_var_path = '{rpm_uln_remote_href}my_permissions/'.sub('{' + 'rpm_uln_remote_href' + '}', CGI.escape(rpm_uln_remote_href.to_s).gsub('%2F', '/'))
420
+
421
+ # query parameters
422
+ query_params = opts[:query_params] || {}
423
+ query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
424
+ query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
425
+
426
+ # header parameters
427
+ header_params = opts[:header_params] || {}
428
+ # HTTP header 'Accept' (if needed)
429
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
430
+
431
+ # form parameters
432
+ form_params = opts[:form_params] || {}
433
+
434
+ # http body (model)
435
+ post_body = opts[:body]
436
+
437
+ # return_type
438
+ return_type = opts[:return_type] || 'MyPermissionsResponse'
439
+
440
+ # auth_names
441
+ auth_names = opts[:auth_names] || ['basicAuth']
442
+
443
+ new_options = opts.merge(
444
+ :header_params => header_params,
445
+ :query_params => query_params,
446
+ :form_params => form_params,
447
+ :body => post_body,
448
+ :auth_names => auth_names,
449
+ :return_type => return_type
450
+ )
451
+
452
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
453
+ if @api_client.config.debugging
454
+ @api_client.config.logger.debug "API called: RemotesUlnApi#my_permissions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
455
+ end
456
+ return data, status_code, headers
457
+ end
458
+
265
459
  # Update an uln remote
266
460
  # Trigger an asynchronous partial update task
267
461
  # @param rpm_uln_remote_href [String]
@@ -400,6 +594,74 @@ module PulpRpmClient
400
594
  return data, status_code, headers
401
595
  end
402
596
 
597
+ # Remove a role for this object from users/groups.
598
+ # @param rpm_uln_remote_href [String]
599
+ # @param nested_role [NestedRole]
600
+ # @param [Hash] opts the optional parameters
601
+ # @return [NestedRoleResponse]
602
+ def remove_role(rpm_uln_remote_href, nested_role, opts = {})
603
+ data, _status_code, _headers = remove_role_with_http_info(rpm_uln_remote_href, nested_role, opts)
604
+ data
605
+ end
606
+
607
+ # Remove a role for this object from users/groups.
608
+ # @param rpm_uln_remote_href [String]
609
+ # @param nested_role [NestedRole]
610
+ # @param [Hash] opts the optional parameters
611
+ # @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
612
+ def remove_role_with_http_info(rpm_uln_remote_href, nested_role, opts = {})
613
+ if @api_client.config.debugging
614
+ @api_client.config.logger.debug 'Calling API: RemotesUlnApi.remove_role ...'
615
+ end
616
+ # verify the required parameter 'rpm_uln_remote_href' is set
617
+ if @api_client.config.client_side_validation && rpm_uln_remote_href.nil?
618
+ fail ArgumentError, "Missing the required parameter 'rpm_uln_remote_href' when calling RemotesUlnApi.remove_role"
619
+ end
620
+ # verify the required parameter 'nested_role' is set
621
+ if @api_client.config.client_side_validation && nested_role.nil?
622
+ fail ArgumentError, "Missing the required parameter 'nested_role' when calling RemotesUlnApi.remove_role"
623
+ end
624
+ # resource path
625
+ local_var_path = '{rpm_uln_remote_href}remove_role/'.sub('{' + 'rpm_uln_remote_href' + '}', CGI.escape(rpm_uln_remote_href.to_s).gsub('%2F', '/'))
626
+
627
+ # query parameters
628
+ query_params = opts[:query_params] || {}
629
+
630
+ # header parameters
631
+ header_params = opts[:header_params] || {}
632
+ # HTTP header 'Accept' (if needed)
633
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
634
+ # HTTP header 'Content-Type'
635
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
636
+
637
+ # form parameters
638
+ form_params = opts[:form_params] || {}
639
+
640
+ # http body (model)
641
+ post_body = opts[:body] || @api_client.object_to_http_body(nested_role)
642
+
643
+ # return_type
644
+ return_type = opts[:return_type] || 'NestedRoleResponse'
645
+
646
+ # auth_names
647
+ auth_names = opts[:auth_names] || ['basicAuth']
648
+
649
+ new_options = opts.merge(
650
+ :header_params => header_params,
651
+ :query_params => query_params,
652
+ :form_params => form_params,
653
+ :body => post_body,
654
+ :auth_names => auth_names,
655
+ :return_type => return_type
656
+ )
657
+
658
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
659
+ if @api_client.config.debugging
660
+ @api_client.config.logger.debug "API called: RemotesUlnApi#remove_role\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
661
+ end
662
+ return data, status_code, headers
663
+ end
664
+
403
665
  # Update an uln remote
404
666
  # Trigger an asynchronous update task
405
667
  # @param rpm_uln_remote_href [String]