# AzureKeyVaultSettings
## Properties
**vault_url** | **String** | Azure Key Vault URL (e.g., https://myvault.vault.azure.net) |
**tenant_id** | **String** | Azure AD tenant ID |
**client_id** | **String** | Azure AD application (client) ID |
**client_secret** | Option<**String**> | Azure AD client secret | [optional]
**token** | Option<**String**> | Static Bearer token for testing/development (optional, if provided this is used instead of OAuth2 authentication) | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)