Grant
Last updated
Last updated
Represents a grant of privileges on a resource to a role in Snowflake.
priv
(string, required) - The privilege to grant. Examples include 'SELECT', 'INSERT', 'CREATE TABLE'.
grant_option
(bool) - Specifies whether the grantee can grant the privileges to other roles. Defaults to False.
on
(string or , required) - The resource on which the privilege is granted. Can be a string like 'ACCOUNT' or a specific resource object.
to
(string or , required) - The role to which the privileges are granted.
owner
(string or ) - The owner role of the grant. Defaults to 'SYSADMIN'.