snowflake.core.grant.Securables¶ class snowflake.core.grant.Securables¶ Bases: object Util Class with static method to create various Securable class instances. Example CopyExpand>>> Securables.account("test-account") >>> Securables.database("testdb") >>> Securables.current_account Show lessSee moreScroll to top Attributes current_account = <snowflake.core.grant._securables.Securable object>¶ Methods __init__()¶ static account(name: str) → Securable¶ static database(name: str) → Securable¶ static integration(name: str) → Securable¶ static role(name: str) → Securable¶