Last updated 10 months ago
A role in Snowflake defines a set of access controls and permissions.
role = Role( name="some_role", owner="USERADMIN", comment="This is a sample role.", )
roles: - name: some_role owner: USERADMIN comment: This is a sample role.
name (string, required) - The name of the role.
name
owner (string) - The owner of the role. Defaults to "USERADMIN".
owner
tags (dict) - Tags associated with the role.
tags
comment (string) - A comment for the role.
comment