AzureProxyConfig

Details einer Proxykonfiguration, die in Azure Key Vault gespeichert ist.

JSON-Darstellung
{
  "resourceGroupId": string,
  "secretId": string
}
Felder
resourceGroupId

string

Die ARM-ID der Ressourcengruppe, die den Proxy-Keyvault enthält.

Ressourcengruppen-IDs haben das Format /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>.

secretId

string

Die URL des Secrets für die Proxy-Einstellung mit der Version.

Das Secret muss eine JSON-codierte Proxykonfiguration sein, wie unter https://cloud.google.com/kubernetes-engine/multi-cloud/docs/azure/how-to/use-a-proxy#create_a_proxy_configuration_file beschrieben.

Secret-IDs haben das Format https://<key-vault-name>.vault.azure.net/secrets/<secret-name>/<secret-version>.