windmill-api 1.684.1

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# ListableVariable

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**workspace_id** | **String** |  | 
**path** | **String** |  | 
**value** | Option<**String**> |  | [optional]
**is_secret** | **bool** |  | 
**description** | Option<**String**> |  | [optional]
**account** | Option<**i32**> |  | [optional]
**is_oauth** | Option<**bool**> |  | [optional]
**extra_perms** | **std::collections::HashMap<String, bool>** |  | 
**is_expired** | Option<**bool**> |  | [optional]
**refresh_error** | Option<**String**> |  | [optional]
**is_linked** | Option<**bool**> |  | [optional]
**is_refreshed** | Option<**bool**> |  | [optional]
**expires_at** | Option<**String**> |  | [optional]
**labels** | Option<**Vec<String>**> |  | [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)