snowflake.core.grant.Grant¶
- class snowflake.core.grant.Grant(grantee: Grantee, securable: Securable, privileges: List[Privileges] | None = None, grant_option: bool = False)¶
Bases:
objectRepresents Snowflake Grant Operation.
- Parameters:
grantee – An instance of
Granteeclass.securable – An instance of
Securableinstanceprivileges – Acceptable
Privilegesvaluegrant_option – Boolean If true, grantee can pass this privilege down.
Example
Attributes
- grant_option¶
- grantee¶
- privileges¶
- securable¶