azure-devops-variable-group-values
Non-secret pipeline variables are readable; secret variables are masked in reads but still enter jobs as plaintext at runtime.
Where it sits
| location | Azure DevOps variable group.variables.<name>.value |
| location kind | environment_variable |
| data kinds | credential password api_key access_key secret_key oauth_token connection_string |
| emits edge | ContainsSecret |
| service | Azure DevOps (azure:devops) |
Collection recipe
| access mode | data_plane |
| operation | Variablegroups - Get |
| response path | variables |
| encoding | json |
| params | {"resource_id": "\u003cazure-resource-id\u003e"} |
Required permissions
vso.variablegroups_read
References