vault-api 0.7.2

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**common_name** | **String** |  | [default to null]
**alt_names** | **String** |  | [optional] [default to null]
**ip_sans** | **String** |  | [optional] [default to null]
**ttl** | **String** |  | [optional] [default to null]
**format** | **String** |  | [optional] [default to null]
**exclude_cn_from_sans** | **bool** |  | [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)