snowflake.core.grantΒΆ
Manages Snowflake Privileges.
Example
>>> root.grants.grant(Grant(
>>> grantee=Grantees.role(name=role_name),
>>> securable=Securables.current_account,
>>> privileges=[Privileges.create_database]))
Classes
|
Represents Snowflake Grant Operation. |
|
The entry point of the Snowflake Core Python APIs to manage Snowflake Grants. |
|
Class to represent type of resource that is the privilege grantee. |
|
Util Class with static methods to create various |
|
Enum for Snowflake privileges that can be granted to a role or user. |
|
Class to represent an snowflake entity that is being secured by a |
Util Class with static method to create various |