snowflake.core.user¶
Manages Snowflake Users.
Example
>>> user = User("test_user")
>>> created_user = root.users.create(user)
>>> root.users["test_user"].fetch()
>>> root.users["test_user"].delete()
Classes
| 
 | A model object representing the User resource. | 
| 
 | Represents the collection operations on the Snowflake User resource. | 
| 
 | Represents a reference to a Snowflake user. | 
| 
 | A model object representing the Securable resource. | 
| 
 | A model object representing the Grant resource. | 
| 
 | A model object representing the ContainingScope resource. |