Snowflake · Schema

Role

A Snowflake role

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
name string Name of the role.
comment string Comment of the role.
created_on string Date and time when the role was created.
owner string Specifies the role that owns this role.
is_default boolean Specifies whether the role being fetched is the user's default role.
is_current boolean Specifies whether the role being fetched is the user's current role.
is_inherited boolean Specifies whether the role used to run the command inherits the specified role.
assigned_to_users integer The number of users to whom this role has been assigned.
granted_to_roles integer The number of roles to which this role has been granted.
granted_roles integer The number of roles that have been granted to this role.
View JSON Schema on GitHub