windmill-api 1.683.2

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# AzureKeyVaultSettings

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)