20 lines
714 B
JSON
20 lines
714 B
JSON
{
|
|
"schema_version": "v1",
|
|
"name_for_model": "AzureKeyVault",
|
|
"name_for_human": "AzureKeyVault",
|
|
"description_for_model": "An Azure Key Vault plugin for interacting with secrets.",
|
|
"description_for_human": "An Azure Key Vault plugin for interacting with secrets.",
|
|
"auth": {
|
|
"type": "oauth",
|
|
"scope": "https://vault.azure.net/.default",
|
|
"authorization_url": "https://login.microsoftonline.com/<TENANT_ID>/oauth2/v2.0/token",
|
|
"authorization_content_type": "application/x-www-form-urlencoded"
|
|
},
|
|
"api": {
|
|
"type": "openapi",
|
|
"url": "file:///./22-openapi.json"
|
|
},
|
|
"logo_url": "",
|
|
"contact_email": "",
|
|
"legal_info_url": ""
|
|
} |