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