Skip to content

Instantly share code, notes, and snippets.

@TheCloudScout
Created August 2, 2022 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheCloudScout/61015d58ecb58158f809813de19ce8b5 to your computer and use it in GitHub Desktop.
Save TheCloudScout/61015d58ecb58158f809813de19ce8b5 to your computer and use it in GitHub Desktop.
{
"properties": {
"roleName": "Tag Reader",
"description": "Lets you read tags on entities, without providing access to the entities themselves.",
"permissions": [
{
"actions": [
"Microsoft.Resources/tags/read",
"Microsoft.Resources/subscriptions/tagNames/read"
],
"notActions": [],
"dataActions": [],
"notDataActions": []
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment