vault-api 0.7.2

Vault API library
# CreateTokenParameters

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] [default to null]
**policies** | **Vec<String>** |  | [optional] [default to null]
**no_parent** | **bool** |  | [optional] [default to null]
**no_default_policy** | **bool** |  | [optional] [default to null]
**renewable** | **bool** |  | [optional] [default to null]
**ttl** | **String** |  | [optional] [default to null]
**explicit_max_ttl** | **bool** |  | [optional] [default to null]
**display_name** | **String** |  | [optional] [default to null]
**num_uses** | **i32** |  | [optional] [default to null]
**period** | **String** |  | [optional] [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)