snowflake.core.grant.Securables¶
- class snowflake.core.grant.Securables¶
Bases:
object
Util Class with static method to create various
Securable
class instances.Example
>>> Securables.account("test-account") >>> Securables.database("testdb") >>> Securables.current_account
Attributes
- current_account = <snowflake.core.grant._securables.Securable object>¶
Methods
- __init__()¶