> ## 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.

# gpudb::RevokePermissionCredentialRequest

> gpudb::RevokePermissionCredentialRequest — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#aa30344583dbc85d2c410b4b0051afad8">GPUdb::revokePermissionCredential</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/revoke__permission__credential_8h_source">gpudb/protocol/revoke\_permission\_credential.h</a>></code></p>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Member Functions</h2>
        </td>
      </tr>

      <tr className="memitem:a7bd71771a0a13e638a5d39902682c161" id="r_a7bd71771a0a13e638a5d39902682c161">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a7bd71771a0a13e638a5d39902682c161">RevokePermissionCredentialRequest</a> ()</td>
      </tr>

      <tr className="memdesc:a7bd71771a0a13e638a5d39902682c161">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1RevokePermissionCredentialRequest" title="A set of parameters for GPUdb::revokePermissionCredential.">RevokePermissionCredentialRequest</a> object with default parameters. <br /></td>
      </tr>

      <tr className="separator:a7bd71771a0a13e638a5d39902682c161">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a364787233abb8f5c18659d868b0cc817" id="r_a364787233abb8f5c18659d868b0cc817">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a364787233abb8f5c18659d868b0cc817">RevokePermissionCredentialRequest</a> (const std::string \&name\_, const std::string \&permission\_, const std::string \&credentialName\_, const std::map\< std::string, std::string > \&options\_)</td>
      </tr>

      <tr className="memdesc:a364787233abb8f5c18659d868b0cc817">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1RevokePermissionCredentialRequest" title="A set of parameters for GPUdb::revokePermissionCredential.">RevokePermissionCredentialRequest</a> object with the specified parameters. <br /></td>
      </tr>

      <tr className="separator:a364787233abb8f5c18659d868b0cc817">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Attributes</h2>
        </td>
      </tr>

      <tr className="memitem:a25b497e88777fdf9b70a4494d67f00c6" id="r_a25b497e88777fdf9b70a4494d67f00c6">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a25b497e88777fdf9b70a4494d67f00c6">name</a></td>
      </tr>

      <tr className="memdesc:a25b497e88777fdf9b70a4494d67f00c6">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of the user or role from which the permission will be revoked. <br /></td>
      </tr>

      <tr className="separator:a25b497e88777fdf9b70a4494d67f00c6">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a1ffe6c6b4b2ffb61261a6b06236eb80e" id="r_a1ffe6c6b4b2ffb61261a6b06236eb80e">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a1ffe6c6b4b2ffb61261a6b06236eb80e">permission</a></td>
      </tr>

      <tr className="memdesc:a1ffe6c6b4b2ffb61261a6b06236eb80e">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Permission to revoke from the user or role. <br /></td>
      </tr>

      <tr className="separator:a1ffe6c6b4b2ffb61261a6b06236eb80e">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a31cafb1f19baa3d0e13b6f8f18ef74a9" id="r_a31cafb1f19baa3d0e13b6f8f18ef74a9">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a31cafb1f19baa3d0e13b6f8f18ef74a9">credentialName</a></td>
      </tr>

      <tr className="memdesc:a31cafb1f19baa3d0e13b6f8f18ef74a9">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of the credential on which the permission will be revoked. <br /></td>
      </tr>

      <tr className="separator:a31cafb1f19baa3d0e13b6f8f18ef74a9">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a7606ad9631c40aa56977159b544c38b0" id="r_a7606ad9631c40aa56977159b544c38b0">
        <td className="memItemLeft" align="right" valign="top">std::map\< std::string, std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a7606ad9631c40aa56977159b544c38b0">options</a></td>
      </tr>

      <tr className="memdesc:a7606ad9631c40aa56977159b544c38b0">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Optional parameters. <br /></td>
      </tr>

      <tr className="separator:a7606ad9631c40aa56977159b544c38b0">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <h2 className="groupheader">Detailed Description</h2>

    <div className="textblock">
      <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#aa30344583dbc85d2c410b4b0051afad8">GPUdb::revokePermissionCredential</a>. </p>
      <p>Revokes a <a href="/content/security/sec_concepts/#security-concepts-permissions-credential" target="_top">credential-level permission</a> from a user or role. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/revoke__permission__credential_8h_source#l00020">20</a> of file <a className="el" href="/content/api/cpp/revoke__permission__credential_8h_source">revoke\_permission\_credential.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a7bd71771a0a13e638a5d39902682c161">◆ </a></span>RevokePermissionCredentialRequest() <span className="overload">\[1/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::RevokePermissionCredentialRequest::RevokePermissionCredentialRequest </td>
                  <td>(</td>

                  <td className="paramname">
                    <span className="paramname">
                      <span className="em" />
                    </span>
                  </td>

                  <td>)</td>

                  <td />
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1RevokePermissionCredentialRequest" title="A set of parameters for GPUdb::revokePermissionCredential.">RevokePermissionCredentialRequest</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/revoke__permission__credential_8h_source#l00026">26</a> of file <a className="el" href="/content/api/cpp/revoke__permission__credential_8h_source">revoke\_permission\_credential.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a364787233abb8f5c18659d868b0cc817">◆ </a></span>RevokePermissionCredentialRequest() <span className="overload">\[2/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::RevokePermissionCredentialRequest::RevokePermissionCredentialRequest </td>
                  <td>(</td>
                  <td className="paramtype">const std::string &</td>
                  <td className="paramname"><span className="paramname"><span className="em">name\_</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">const std::string &</td>
                  <td className="paramname"><span className="paramname"><span className="em">permission\_</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">const std::string &</td>
                  <td className="paramname"><span className="paramname"><span className="em">credentialName\_</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">const std::map\< std::string, std::string > &</td>
                  <td className="paramname"><span className="paramname"><span className="em">options\_</span></span> )</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1RevokePermissionCredentialRequest" title="A set of parameters for GPUdb::revokePermissionCredential.">RevokePermissionCredentialRequest</a> object with the specified parameters. </p>

        <div className="dl params">
          <div className="dt">Parameters</div>

          <div className="dd">
            <table className="params">
              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">name\_</td>
                <td>Name of the user or role from which the permission will be revoked. Must be an existing user or role. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">permission\_</td>

                <td>
                  Permission to revoke from the user or role. Supported values:

                  <ul>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#aa1b748437ba3a3ee793e3c4922f7f779">revoke\_permission\_credential\_credential\_admin</a>: Full read/write and administrative access on the credential. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#aaaf88325b7aaa2955a7c6d633ee7bd32">revoke\_permission\_credential\_credential\_read</a>: Ability to read and use the credential. </li>
                  </ul>
                </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">credentialName\_</td>
                <td>Name of the credential on which the permission will be revoked. Must be an existing credential, or an empty string to revoke access on all credentials. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">options\_</td>
                <td>Optional parameters. The default value is an empty map. </td>
              </tr>
            </table>
          </div>
        </div>

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/revoke__permission__credential_8h_source#l00061">61</a> of file <a className="el" href="/content/api/cpp/revoke__permission__credential_8h_source">revoke\_permission\_credential.h</a>.</p>
      </div>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a31cafb1f19baa3d0e13b6f8f18ef74a9">◆ </a></span>credentialName</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::RevokePermissionCredentialRequest::credentialName</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Name of the credential on which the permission will be revoked. </p>
        <p>Must be an existing credential, or an empty string to revoke access on all credentials. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/revoke__permission__credential_8h_source#l00094">94</a> of file <a className="el" href="/content/api/cpp/revoke__permission__credential_8h_source">revoke\_permission\_credential.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a25b497e88777fdf9b70a4494d67f00c6">◆ </a></span>name</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::RevokePermissionCredentialRequest::name</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Name of the user or role from which the permission will be revoked. </p>
        <p>Must be an existing user or role. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/revoke__permission__credential_8h_source#l00073">73</a> of file <a className="el" href="/content/api/cpp/revoke__permission__credential_8h_source">revoke\_permission\_credential.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a7606ad9631c40aa56977159b544c38b0">◆ </a></span>options</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::RevokePermissionCredentialRequest::options</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Optional parameters. </p>
        <p>The default value is an empty map. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/revoke__permission__credential_8h_source#l00099">99</a> of file <a className="el" href="/content/api/cpp/revoke__permission__credential_8h_source">revoke\_permission\_credential.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a1ffe6c6b4b2ffb61261a6b06236eb80e">◆ </a></span>permission</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::RevokePermissionCredentialRequest::permission</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Permission to revoke from the user or role. </p>
        <p>Supported values: </p>

        <ul>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#aa1b748437ba3a3ee793e3c4922f7f779">revoke\_permission\_credential\_credential\_admin</a>: Full read/write and administrative access on the credential. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#aaaf88325b7aaa2955a7c6d633ee7bd32">revoke\_permission\_credential\_credential\_read</a>: Ability to read and use the credential. </li>
        </ul>

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/revoke__permission__credential_8h_source#l00087">87</a> of file <a className="el" href="/content/api/cpp/revoke__permission__credential_8h_source">revoke\_permission\_credential.h</a>.</p>
      </div>
    </div>

    <hr />

    The documentation for this struct was generated from the following file:

    <ul>
      <li>gpudb/protocol/<a className="el" href="/content/api/cpp/revoke__permission__credential_8h_source">revoke\_permission\_credential.h</a></li>
    </ul>
  </div>
</div>
