GrantOnAll
Last updated
Last updated
Represents a grant of privileges on all resources of a specified type to a role in Snowflake.
priv
(string, required) - The privilege to grant. Examples include 'SELECT', 'INSERT', 'CREATE TABLE'.
in_name
(string, required) - The name of the container resource in which the privilege is granted.
grant_option
(bool) - Specifies whether the grantee can grant the privileges to other roles. Defaults to False.
on_type
(string or , required) - The type of resource on which the privileges are granted.
in_type
(string or , required) - The type of container resource in which the privilege is granted.
to
(string or , required) - The role to which the privileges are granted.