snowflake.core.grant.Securables¶
- class snowflake.core.grant.Securables¶
Bases:
object
Util Class with static method to create various
Securable
class 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 all_projection_policies(scope: Securable) Securable ¶
Securable for all projection policies.
- static all_row_access_policies(scope: Securable) Securable ¶
Securable for all row access policies.
- 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_git_repositories(scope: Securable) Securable ¶
Securable for future git repositories.
- static future_image_repositories(scope: Securable) Securable ¶
Securable for future image repositories.
- static future_masking_policies(scope: Securable) Securable ¶
Securable for future masking policies.
- 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.
- static future_row_access_policies(scope: Securable) Securable ¶
Securable for future row access policies.