You are viewing documentation about an older version (0.13.0). View latest version

snowflake.core.grant.SecurableΒΆ

class snowflake.core.grant.Securable(name: str, securable_type: str, scope: Securable | None = None)ΒΆ

Bases: object

Class to represent an snowflake entity that is being secured by a Privileges.

Attributes

nameΒΆ

String that specifies the name of resource that is being secured by a privilege.

scopeΒΆ

This is the scope of the resource that is being secured by a privilege.

securable_typeΒΆ

String that specifies the type of resource that is being secured by a privilege.