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

> gpudb::RevokeRoleRequest — 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#af2ab5ebfb9d96023490305c680d6f923">GPUdb::revokeRole</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/revoke__role_8h_source">gpudb/protocol/revoke\_role.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:a2e5c2c6243b15d0b4488e12ba7021412" id="r_a2e5c2c6243b15d0b4488e12ba7021412">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a2e5c2c6243b15d0b4488e12ba7021412">RevokeRoleRequest</a> ()</td>
      </tr>

      <tr className="memdesc:a2e5c2c6243b15d0b4488e12ba7021412">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1RevokeRoleRequest" title="A set of parameters for GPUdb::revokeRole.">RevokeRoleRequest</a> object with default parameters. <br /></td>
      </tr>

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

      <tr className="memitem:a1cb9b5f9b1082eaa8b9b83c4f145f0ee" id="r_a1cb9b5f9b1082eaa8b9b83c4f145f0ee">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a1cb9b5f9b1082eaa8b9b83c4f145f0ee">RevokeRoleRequest</a> (const std::string \&role\_, const std::string \&member\_, const std::map\< std::string, std::string > \&options\_)</td>
      </tr>

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

      <tr className="separator:a1cb9b5f9b1082eaa8b9b83c4f145f0ee">
        <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:a2fd29fa824e9396c29ea97b80f8379ef" id="r_a2fd29fa824e9396c29ea97b80f8379ef">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a2fd29fa824e9396c29ea97b80f8379ef">role</a></td>
      </tr>

      <tr className="memdesc:a2fd29fa824e9396c29ea97b80f8379ef">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of the role in which membership will be revoked. <br /></td>
      </tr>

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

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

      <tr className="memdesc:afdeedc3f5526f8dfd0b2acbb32e34b8d">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of the user or role that will be revoked membership in <a className="el" href="#a2fd29fa824e9396c29ea97b80f8379ef">role</a>. <br /></td>
      </tr>

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

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

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

      <tr className="separator:aaf1f869639a92f5da6ca92721a32676c">
        <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#af2ab5ebfb9d96023490305c680d6f923">GPUdb::revokeRole</a>. </p>
      <p>Revokes membership in a role from a user or role. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/revoke__role_8h_source#l00017">17</a> of file <a className="el" href="/content/api/cpp/revoke__role_8h_source">revoke\_role.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a2e5c2c6243b15d0b4488e12ba7021412">◆ </a></span>RevokeRoleRequest() <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::RevokeRoleRequest::RevokeRoleRequest </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_1RevokeRoleRequest" title="A set of parameters for GPUdb::revokeRole.">RevokeRoleRequest</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/revoke__role_8h_source#l00022">22</a> of file <a className="el" href="/content/api/cpp/revoke__role_8h_source">revoke\_role.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a1cb9b5f9b1082eaa8b9b83c4f145f0ee">◆ </a></span>RevokeRoleRequest() <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::RevokeRoleRequest::RevokeRoleRequest </td>
                  <td>(</td>
                  <td className="paramtype">const std::string &</td>
                  <td className="paramname"><span className="paramname"><span className="em">role\_</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">member\_</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_1RevokeRoleRequest" title="A set of parameters for GPUdb::revokeRole.">RevokeRoleRequest</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">role\_</td>
                <td>Name of the role in which membership will be revoked. Must be an existing role. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">member\_</td>
                <td>Name of the user or role that will be revoked membership in <span className="em arg">role\_</span>. Must be an existing user or role. </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__role_8h_source#l00040">40</a> of file <a className="el" href="/content/api/cpp/revoke__role_8h_source">revoke\_role.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Name of the user or role that will be revoked membership in <a className="el" href="#a2fd29fa824e9396c29ea97b80f8379ef">role</a>. </p>
        <p>Must be an existing user or role. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/revoke__role_8h_source#l00057">57</a> of file <a className="el" href="/content/api/cpp/revoke__role_8h_source">revoke\_role.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::RevokeRoleRequest::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__role_8h_source#l00062">62</a> of file <a className="el" href="/content/api/cpp/revoke__role_8h_source">revoke\_role.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a2fd29fa824e9396c29ea97b80f8379ef">◆ </a></span>role</h2>

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

      <div className="memdoc">
        <p>Name of the role in which membership will be revoked. </p>
        <p>Must be an existing role. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/revoke__role_8h_source#l00051">51</a> of file <a className="el" href="/content/api/cpp/revoke__role_8h_source">revoke\_role.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__role_8h_source">revoke\_role.h</a></li>
    </ul>
  </div>
</div>
