# VaultSettings
## Properties
**address** | **String** | HashiCorp Vault server address (e.g., https://vault.company.com:8200) |
**mount_path** | **String** | KV v2 secrets engine mount path (e.g., windmill) |
**jwt_role** | Option<**String**> | Vault JWT auth role name for Windmill (optional, if not provided token auth is used) | [optional]
**namespace** | Option<**String**> | Vault Enterprise namespace (optional) | [optional]
**token** | Option<**String**> | Static Vault token for testing/development (optional, if provided this is used instead of JWT 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)