azure-devops-mcp

by RyanCardin15
Verified

auditSecretUsage

Audit usage of secrets across services

Input Schema

NameRequiredDescriptionDefault
secretNameNoName of the secret to audit
timeRangeNoTime range for the audit (e.g., '30d')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "secretName": { "description": "Name of the secret to audit", "type": "string" }, "timeRange": { "description": "Time range for the audit (e.g., '30d')", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools