vault-api 0.7.2

Vault API library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# AuthResponseAuth

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**renewable** | **bool** |  | [default to null]
**lease_duration** | **i32** |  | [default to null]
**policies** | **Vec<String>** |  | [default to null]
**accessor** | **String** |  | [default to null]
**client_token** | **String** |  | [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)