snowflake.core.grant.GranteesΒΆ class snowflake.core.grant.GranteesΒΆ Bases: object Util Class with static methods to create various Grantee class instances. Example >>> Grantees.role("test-role") >>> Grantees.user("test-user") Copy Methods static application(name: str) β GranteeΒΆ static application_role(name: str) β GranteeΒΆ static database_role(name: str) β GranteeΒΆ static role(name: str) β GranteeΒΆ static share(name: str) β GranteeΒΆ static user(name: str) β GranteeΒΆ