alterRoleTags
Last updated: July 13, 2026
Sets or removes tags on an existing role in Snowflake.
Note: This change type does not support automatic rollback or database inspection features (snapshot, diff, diff-changelog, and generate-changelog commands).
Available attributes
Attribute | Type | Description | Required |
|---|---|---|---|
| String | Name of the role to alter | Yes |
| Boolean | Only alter if the role exists using | No |
| Map | Key-value pairs of tags to set on the role* | No |
| List | List of tag names to remove from the role* | No |
* Exactly one of setTags or unsetTags must be specified. Tags must exist before use.
unsetTag attributes
Attribute | Type | Description | Required |
|---|---|---|---|
| String | Name of tag to remove | Yes |
loading
loading
loading
loading