> ## 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::RevokePermissionProcRequest

> gpudb::RevokePermissionProcRequest — 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#ac9da5fcbd5d8573eeb08c5638e62f73e">GPUdb::revokePermissionProc</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/revoke__permission__proc_8h_source">gpudb/protocol/revoke\_permission\_proc.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:a479212d3342b434d19ef7536e073fabb" id="r_a479212d3342b434d19ef7536e073fabb">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a479212d3342b434d19ef7536e073fabb">RevokePermissionProcRequest</a> ()</td>
      </tr>

      <tr className="memdesc:a479212d3342b434d19ef7536e073fabb">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1RevokePermissionProcRequest" title="A set of parameters for GPUdb::revokePermissionProc.">RevokePermissionProcRequest</a> object with default parameters. <br /></td>
      </tr>

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

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

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

      <tr className="separator:a3b76403e562b52ed7ab0eacf388439df">
        <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:a64cf5d891db361fd4c94a5c26807d4cd" id="r_a64cf5d891db361fd4c94a5c26807d4cd">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a64cf5d891db361fd4c94a5c26807d4cd">name</a></td>
      </tr>

      <tr className="memdesc:a64cf5d891db361fd4c94a5c26807d4cd">
        <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:a64cf5d891db361fd4c94a5c26807d4cd">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

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

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

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

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

      <tr className="memdesc:a7b5dedc18962d4d5b3c1526707e7df7b">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of the proc to which the permission grants access. <br /></td>
      </tr>

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

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

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

      <tr className="separator:af634122e087385b761430c8127166787">
        <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#ac9da5fcbd5d8573eeb08c5638e62f73e">GPUdb::revokePermissionProc</a>. </p>
      <p>Revokes a proc-level permission from a user or role. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/revoke__permission__proc_8h_source#l00018">18</a> of file <a className="el" href="/content/api/cpp/revoke__permission__proc_8h_source">revoke\_permission\_proc.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a479212d3342b434d19ef7536e073fabb">◆ </a></span>RevokePermissionProcRequest() <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::RevokePermissionProcRequest::RevokePermissionProcRequest </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_1RevokePermissionProcRequest" title="A set of parameters for GPUdb::revokePermissionProc.">RevokePermissionProcRequest</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/revoke__permission__proc_8h_source#l00024">24</a> of file <a className="el" href="/content/api/cpp/revoke__permission__proc_8h_source">revoke\_permission\_proc.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a3b76403e562b52ed7ab0eacf388439df">◆ </a></span>RevokePermissionProcRequest() <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::RevokePermissionProcRequest::RevokePermissionProcRequest </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">procName\_</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_1RevokePermissionProcRequest" title="A set of parameters for GPUdb::revokePermissionProc.">RevokePermissionProcRequest</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#a201e705a6e20f6ca495dbb30c4ef7a4a">revoke\_permission\_proc\_proc\_admin</a>: Admin access to the proc. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a3f9bd6160fd4f71f139113674ed72e0e">revoke\_permission\_proc\_proc\_execute</a>: Execute access to the proc. </li>
                  </ul>
                </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">procName\_</td>
                <td>Name of the proc to which the permission grants access. Must be an existing proc, or an empty string if the permission grants access to all procs. </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__proc_8h_source#l00057">57</a> of file <a className="el" href="/content/api/cpp/revoke__permission__proc_8h_source">revoke\_permission\_proc.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::RevokePermissionProcRequest::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__proc_8h_source#l00069">69</a> of file <a className="el" href="/content/api/cpp/revoke__permission__proc_8h_source">revoke\_permission\_proc.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::RevokePermissionProcRequest::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__proc_8h_source#l00095">95</a> of file <a className="el" href="/content/api/cpp/revoke__permission__proc_8h_source">revoke\_permission\_proc.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::RevokePermissionProcRequest::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#a201e705a6e20f6ca495dbb30c4ef7a4a">revoke\_permission\_proc\_proc\_admin</a>: Admin access to the proc. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a3f9bd6160fd4f71f139113674ed72e0e">revoke\_permission\_proc\_proc\_execute</a>: Execute access to the proc. </li>
        </ul>

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/revoke__permission__proc_8h_source#l00083">83</a> of file <a className="el" href="/content/api/cpp/revoke__permission__proc_8h_source">revoke\_permission\_proc.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a7b5dedc18962d4d5b3c1526707e7df7b">◆ </a></span>procName</h2>

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

      <div className="memdoc">
        <p>Name of the proc to which the permission grants access. </p>
        <p>Must be an existing proc, or an empty string if the permission grants access to all procs. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/revoke__permission__proc_8h_source#l00090">90</a> of file <a className="el" href="/content/api/cpp/revoke__permission__proc_8h_source">revoke\_permission\_proc.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__proc_8h_source">revoke\_permission\_proc.h</a></li>
    </ul>
  </div>
</div>
