| Name | Type | Description | Notes |
|---|---|---|---|
| common_name | str | The common name to be included in the PKI certificate | [optional] |
| country | str | A comma-separated list of the country that will be set in the issued certificate | [optional] |
| display_id | str | The name of the key to use in the sign PKI Cert process | |
| dns_names | str | DNS Names to be included in the PKI certificate (in a comma-delimited list) | [optional] |
| json | bool | Set output format to JSON | [optional] [default to False] |
| key_usage | str | key-usage | [optional] [default to 'DigitalSignature,KeyAgreement,KeyEncipherment'] |
| locality | str | A comma-separated list of the locality that will be set in the issued certificate | [optional] |
| organizational_units | str | A comma-separated list of organizational units (OU) that will be set in the issued certificate | [optional] |
| organizations | str | A comma-separated list of organizations (O) that will be set in the issued certificate | [optional] |
| postal_code | str | A comma-separated list of the postal code that will be set in the issued certificate | [optional] |
| province | str | A comma-separated list of the province that will be set in the issued certificate | [optional] |
| public_key_pem_data | str | PublicKey using for signing in a PEM format. | [optional] |
| signing_method | str | SigningMethod | |
| street_address | str | A comma-separated list of the street address that will be set in the issued certificate | [optional] |
| token | str | Authentication token (see `/auth` and `/configure`) | [optional] |
| ttl | int | he requested Time To Live for the certificate, in seconds | |
| uid_token | str | The universal identity token, Required only for universal_identity authentication | [optional] |
| uri_sans | str | The URI Subject Alternative Names to be included in the PKI certificate (in a comma-delimited list) | [optional] |
| version | int | classic key version |