snowflake.core.grant.Securables¶
- class snowflake.core.grant.Securables¶
- Bases: - object- Util Class with static method to create various - Securableclass instances.- Examples - Creating a Securable: - >>> Securables.account("test-account") >>> Securables.database("testdb") >>> Securables.current_account - Methods - static all_aggregation_policies(scope: Securable) Securable¶
- Securable for all aggregation policies. 
 - static all_authentication_policies(scope: Securable) Securable¶
- Securable for all authentication policies. 
 - static all_data_metric_functions(scope: Securable) Securable¶
- Securable for all data metric functions. 
 - static future_aggregation_policies(scope: Securable) Securable¶
- Securable for future aggregation policies. 
 - static future_authentication_policies(scope: Securable) Securable¶
- Securable for future authentication policies. 
 - static future_data_metric_functions(scope: Securable) Securable¶
- Securable for future data metric functions. 
 - static future_image_repositories(scope: Securable) Securable¶
- Securable for future image repositories. 
 - static future_materialized_views(scope: Securable) Securable¶
- Securable for future materialized views. 
 - static future_packages_policies(scope: Securable) Securable¶
- Securable for future packages policies. 
 - static future_password_policies(scope: Securable) Securable¶
- Securable for future password policies. 
 - static future_projection_policies(scope: Securable) Securable¶
- Securable for future projection policies.