Method: PulpRpmClient::AcsRpmApi#list_roles

Defined in:
lib/pulp_rpm_client/api/acs_rpm_api.rb

#list_roles(rpm_rpm_alternate_content_source_href, opts = {}) ⇒ ObjectRolesResponse

List roles List roles assigned to this object.

Parameters:

  • rpm_rpm_alternate_content_source_href (String)
  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :fields (Array<String>)

    A list of fields to include in the response.

  • :exclude_fields (Array<String>)

    A list of fields to exclude from the response.

Returns:


349
350
351
352
# File 'lib/pulp_rpm_client/api/acs_rpm_api.rb', line 349

def list_roles(rpm_rpm_alternate_content_source_href, opts = {})
  data, _status_code, _headers = list_roles_with_http_info(rpm_rpm_alternate_content_source_href, opts)
  data
end