Method: PulpcoreClient::ContentOpenpgpUserattributeApi#read

Defined in:
lib/pulpcore_client/api/content_openpgp_userattribute_api.rb

#read(open_p_g_p_user_attribute_href, opts = {}) ⇒ OpenPGPUserAttributeResponse

Inspect an open pgp user attribute Content viewset that supports only GET by default.

Parameters:

  • open_p_g_p_user_attribute_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:



135
136
137
138
# File 'lib/pulpcore_client/api/content_openpgp_userattribute_api.rb', line 135

def read(open_p_g_p_user_attribute_href, opts = {})
  data, _status_code, _headers = read_with_http_info(open_p_g_p_user_attribute_href, opts)
  data
end