> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# show_credential

<div className="kinetica-pydoc">
  <div className="dl py method">
    <div className="dt sig sig-object py" id="gpudb.GPUdb.show_credential"> <span className="sig-name descname"><span className="pre">show\_credential</span></span><span className="sig-paren">(</span><span className="em sig-param"><span className="n"><span className="pre">credential\_name</span></span><span className="o"><span className="pre">=</span></span><span className="default_value"><span className="pre">None</span></span></span>, <span className="em sig-param"><span className="n"><span className="pre">options</span></span><span className="o"><span className="pre">=</span></span><span className="default_value"><span className="pre">{"{"}{"}"}</span></span></span><span className="sig-paren">)</span><a href="https://github.com/kineticadb/kinetica-api-python/blob/master/gpudb/gpudb.py#L38324"><span className="viewcode-link"><span className="pre">\[source]</span></span></a></div>

    <div className="dd">
      <p>Shows information about a specified <a className="reference external" href="/content/concepts/credentials/">credential</a> or all credentials.</p>
      <p><strong>Parameters</strong></p>

      <div className="blockquote">
        <div>
          <div className="dl simple">
            <div className="dt">credential\_name (<span className="em">str</span>) –</div>

            <div className="dd">
              <p>Name of the credential on which to retrieve information. The name must refer to a currently existing credential. If ‘\*’ is specified, information about all credentials will be returned.</p>
            </div>

            <div className="dt">options (<span className="em">dict of str to str</span>) –</div>

            <div className="dd">
              <p>Optional parameters. The default value is an empty dict ( {"{"}{"}"} ).</p>
            </div>
          </div>
        </div>
      </div>

      <p><strong>Returns</strong></p>

      <div className="blockquote">
        <div>
          <p>A dict with the following entries–</p>

          <div className="dl simple">
            <div className="dt">credential\_names (<span className="em">list of str</span>) –</div>

            <div className="dd">
              <p>A list of all credential names.</p>
            </div>

            <div className="dt">credential\_types (<span className="em">list of str</span>) –</div>

            <div className="dd">
              <p>A list of each credential’s type.</p>
            </div>

            <div className="dt">credential\_identities (<span className="em">list of str</span>) –</div>

            <div className="dd">
              <p>A list of each credential’s identity.</p>
            </div>

            <div className="dt">credentials (<span className="em">list of str</span>) –</div>

            <div className="dd">
              <p>A list of each credential’s create\_credential\_request JSON encoded structure.</p>
            </div>

            <div className="dt">additional\_info (<span className="em">list of dicts of str to str</span>) –</div>

            <div className="dd">
              <p>Additional information about the respective credential in output parameter <span className="em">credential\_names</span>.</p>
            </div>

            <div className="dt">info (<span className="em">dict of str to str</span>) –</div>

            <div className="dd">
              <p>Additional information.</p>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>
