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

# revokePermission

<div className="kinetica-doxygen">
  <div id="a6d480be0eeec131c56e35ef7f393b6a6" />

  <h2 className="memtitle"><span className="permalink"><a href="#a6d480be0eeec131c56e35ef7f393b6a6">◆ </a></span>revokePermission() <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"><a className="el" href="/content/api/cs/classkinetica_1_1RevokePermissionResponse">RevokePermissionResponse</a> kinetica.Kinetica.revokePermission </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1RevokePermissionRequest">RevokePermissionRequest</a></td>
                <td className="paramname"><span className="paramname"><span className="em">request\_</span></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>Revoke user or role the specified permission on the specified object. </p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">request\_</td>
              <td>Request object containing the parameters for the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Response object containing the result of the operation. </div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L57900">57900</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>

  <div id="a25529ff14d0238e1aa059bb72f123366" />

  <h2 className="memtitle"><span className="permalink"><a href="#a25529ff14d0238e1aa059bb72f123366">◆ </a></span>revokePermission() <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"><a className="el" href="/content/api/cs/classkinetica_1_1RevokePermissionResponse">RevokePermissionResponse</a> kinetica.Kinetica.revokePermission </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">principal</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">\_object</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">object\_type</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">permission</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">IDictionary\< string, string ></td>
                <td className="paramname"><span className="paramname"><span className="em">options</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</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>Revoke user or role the specified permission on the specified object. </p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">principal</td>
              <td>Name of the user or role for which the permission is being revoked. Must be an existing user or role. The default value is ''.</td>
            </tr>

            <tr>
              <td className="paramname">\_object</td>
              <td>Name of object permission is being revoked from. It is recommended to use a fully-qualified name when possible.</td>
            </tr>

            <tr>
              <td className="paramname">object\_type</td>

              <td>
                The type of object being revoked. Supported values:

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1ObjectType#a17facd9d186c7f58a79ee39f01e05a5e">CATALOG</a>: Catalog </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1ObjectType#a40dd75ce8be03aa2cbb4dae95561ca71">CONTEXT</a>: Context </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1ObjectType#a7ad46d215ca5d21cead97b9d2ec04e4c">CREDENTIAL</a>: Credential </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1ObjectType#ad2affc75ea8bcbd3767c33cea4222b00">DATASINK</a>: Data Sink </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1ObjectType#a36fd477b88d276e2b3511a59a90d1ae7">DATASOURCE</a>: Data Source </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1ObjectType#a3080dcdb3dfdd3052559cac26075f4ea">DIRECTORY</a>: KIFS File Directory </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1ObjectType#a8db63a87524c46e2ed11122683fccf66">GRAPH</a>: A Graph object </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1ObjectType#a44bb35cffb6624e136a56331acd22173">PROC</a>: UDF Procedure </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1ObjectType#a987f0886704dfae162e5d4bcb2d559dd">SCHEMA</a>: Schema </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1ObjectType#abc85469c606686b00ce7b72ef15c00b2">SQL\_PROC</a>: SQL Procedure </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1ObjectType#a515cb63b6f1234a33c18feae85767d98">SYSTEM</a>: System-level access </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1ObjectType#acf0882f334699eda334e2fedf09c0baf">TABLE</a>: Database Table </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1ObjectType#aff3fde5d8aca17e5681f92153c7abe2b">TABLE\_MONITOR</a>: Table monitor </li>
                </ul>
              </td>
            </tr>

            <tr>
              <td className="paramname">permission</td>

              <td>
                Permission being revoked. Supported values:

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1Permission#ae7f23a7998cb3d8371b07b10ab63b026">ADMIN</a>: Full read/write and administrative access on the object. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1Permission#a89cdccfd2f1505058df103bcb481d77f">CONNECT</a>: Connect access on the given data source or data sink. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1Permission#a7f92dd7b545f3cb5ea4f2f154d56cf27">CREATE</a>: Ability to create new objects of this type. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1Permission#ae6bc0883d7312352ff65ea72457097ca">DELETE</a>: Delete rows from tables. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1Permission#aa2fac1d99087804c320b78f7ecc18ce3">EXECUTE</a>: Ability to Execute the Procedure object. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1Permission#aa01d63f6183b5067ea6c96e076a192e7">INSERT</a>: Insert access to tables. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1Permission#a927f4c8d56799076a013bc811a07f467">MONITOR</a>: Monitor logs and statistics. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1Permission#ab0bd65e22135641b05f0d8c8899ca6ee">READ</a>: Ability to read, list and use the object. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1Permission#ab053441a8a91419e6227fbb88e8b7080">SEND\_ALERT</a>: Ability to send system alerts. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1Permission#a59e2edc2c33c1ceafb16c546d4f0063f">UPDATE</a>: Update access to the table. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1Permission#a2f572b8477981cd64fe43a68503ca799">USER\_ADMIN</a>: Access to administer users and roles that do not have system\_admin permission. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1Permission#a34cd6d3333fd50861ee9a52d4b480fd1">WRITE</a>: Access to write, change and delete objects. </li>
                </ul>
              </td>
            </tr>

            <tr>
              <td className="paramname">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1Options#a16a119f2e63587d34cc919281afcf5c3">COLUMNS</a>: Revoke table security from these columns, comma-separated. The default value is ''. </li>
                </ul>

                The default value is an empty Dictionary.
              </td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Response object containing the result of the operation. </div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L58110">58110</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>

  <div id="a45fb817f712b12b0517529db3db91c64" />

  <h2 className="memtitle"><span className="permalink"><a href="#a45fb817f712b12b0517529db3db91c64">◆ </a></span>RevokePermissionAsync() <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">async System.Threading.Tasks.Task\< <a className="el" href="/content/api/cs/classkinetica_1_1RevokePermissionResponse">RevokePermissionResponse</a> > kinetica.Kinetica.RevokePermissionAsync </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1RevokePermissionRequest">RevokePermissionRequest</a></td>
                <td className="paramname"><span className="paramname"><span className="em">request\_</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">System.Threading.CancellationToken</td>
                <td className="paramname"><span className="paramname"><span className="em">cancellationToken</span></span><span className="paramdefsep"> = </span><span className="paramdefval">default</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>Revoke user or role the specified permission on the specified object. </p>
      <p>(async)</p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">request\_</td>
              <td>Request object containing the parameters for the operation.</td>
            </tr>

            <tr>
              <td className="paramname">cancellationToken</td>
              <td>Cancellation token to cancel the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Task that returns the response object containing the result of the operation.</div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L57916">57916</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>

  <div id="ad4351a3ed0b36e8b686e08c9196264df" />

  <h2 className="memtitle"><span className="permalink"><a href="#ad4351a3ed0b36e8b686e08c9196264df">◆ </a></span>RevokePermissionAsync() <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">async System.Threading.Tasks.Task\< <a className="el" href="/content/api/cs/classkinetica_1_1RevokePermissionResponse">RevokePermissionResponse</a> > kinetica.Kinetica.RevokePermissionAsync </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">principal</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">\_object</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">object\_type</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">permission</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">IDictionary\< string, string ></td>
                <td className="paramname"><span className="paramname"><span className="em">options</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">System.Threading.CancellationToken</td>
                <td className="paramname"><span className="paramname"><span className="em">cancellationToken</span></span><span className="paramdefsep"> = </span><span className="paramdefval">default</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>Revoke user or role the specified permission on the specified object. </p>
      <p>(async)</p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">principal</td>
              <td>Name of the user or role for which the permission is being revoked. Must be an existing user or role. The default value is ''.</td>
            </tr>

            <tr>
              <td className="paramname">\_object</td>
              <td>Name of object permission is being revoked from. It is recommended to use a fully-qualified name when possible.</td>
            </tr>

            <tr>
              <td className="paramname">object\_type</td>

              <td>
                The type of object being revoked. Supported values:

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1ObjectType#a17facd9d186c7f58a79ee39f01e05a5e">CATALOG</a>: Catalog </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1ObjectType#a40dd75ce8be03aa2cbb4dae95561ca71">CONTEXT</a>: Context </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1ObjectType#a7ad46d215ca5d21cead97b9d2ec04e4c">CREDENTIAL</a>: Credential </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1ObjectType#ad2affc75ea8bcbd3767c33cea4222b00">DATASINK</a>: Data Sink </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1ObjectType#a36fd477b88d276e2b3511a59a90d1ae7">DATASOURCE</a>: Data Source </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1ObjectType#a3080dcdb3dfdd3052559cac26075f4ea">DIRECTORY</a>: KIFS File Directory </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1ObjectType#a8db63a87524c46e2ed11122683fccf66">GRAPH</a>: A Graph object </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1ObjectType#a44bb35cffb6624e136a56331acd22173">PROC</a>: UDF Procedure </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1ObjectType#a987f0886704dfae162e5d4bcb2d559dd">SCHEMA</a>: Schema </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1ObjectType#abc85469c606686b00ce7b72ef15c00b2">SQL\_PROC</a>: SQL Procedure </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1ObjectType#a515cb63b6f1234a33c18feae85767d98">SYSTEM</a>: System-level access </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1ObjectType#acf0882f334699eda334e2fedf09c0baf">TABLE</a>: Database Table </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1ObjectType#aff3fde5d8aca17e5681f92153c7abe2b">TABLE\_MONITOR</a>: Table monitor </li>
                </ul>
              </td>
            </tr>

            <tr>
              <td className="paramname">permission</td>

              <td>
                Permission being revoked. Supported values:

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1Permission#ae7f23a7998cb3d8371b07b10ab63b026">ADMIN</a>: Full read/write and administrative access on the object. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1Permission#a89cdccfd2f1505058df103bcb481d77f">CONNECT</a>: Connect access on the given data source or data sink. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1Permission#a7f92dd7b545f3cb5ea4f2f154d56cf27">CREATE</a>: Ability to create new objects of this type. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1Permission#ae6bc0883d7312352ff65ea72457097ca">DELETE</a>: Delete rows from tables. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1Permission#aa2fac1d99087804c320b78f7ecc18ce3">EXECUTE</a>: Ability to Execute the Procedure object. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1Permission#aa01d63f6183b5067ea6c96e076a192e7">INSERT</a>: Insert access to tables. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1Permission#a927f4c8d56799076a013bc811a07f467">MONITOR</a>: Monitor logs and statistics. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1Permission#ab0bd65e22135641b05f0d8c8899ca6ee">READ</a>: Ability to read, list and use the object. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1Permission#ab053441a8a91419e6227fbb88e8b7080">SEND\_ALERT</a>: Ability to send system alerts. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1Permission#a59e2edc2c33c1ceafb16c546d4f0063f">UPDATE</a>: Update access to the table. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1Permission#a2f572b8477981cd64fe43a68503ca799">USER\_ADMIN</a>: Access to administer users and roles that do not have system\_admin permission. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1Permission#a34cd6d3333fd50861ee9a52d4b480fd1">WRITE</a>: Access to write, change and delete objects. </li>
                </ul>
              </td>
            </tr>

            <tr>
              <td className="paramname">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1RevokePermissionRequest_1_1Options#a16a119f2e63587d34cc919281afcf5c3">COLUMNS</a>: Revoke table security from these columns, comma-separated. The default value is ''. </li>
                </ul>

                The default value is an empty Dictionary.
              </td>
            </tr>

            <tr>
              <td className="paramname">cancellationToken</td>
              <td>Cancellation token to cancel the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Task that returns the response object containing the result of the operation.</div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L58309">58309</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>
</div>
