Revoke Permission

Revoke a permission from a user or role.

Syntax

revoke <permission>
  on { organization | repository | secret | cluster | data source | schema | project | table | job } <object ref>
  from { user <username> | role <role name> | organization <org name>}

Parameters

permission

String. Name of the permission type to revoke. One of: admin, lineage, developer, write, execute, read, use.

object ref

String. The (optionally qualified) name of the object to revoke the permission on.

username, role name, or org name

String. The name of the principal to revoke the permission from, either a user, role, or organization.

Security

Restricted to admins of the target object.

Was this article helpful?
0 out of 0 found this helpful