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

snowflake.core.grant.Securable

class snowflake.core.grant.Securable(name: str, securable_type: str)

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.

securable_type

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

Methods

__init__(name: str, securable_type: str)