gatewayCreateProducerVenafi is a command that creates a Venafi dynamic secret producer to dynamically create certificates generated by Venafi or have Akeyless generated certificates using PKI be monitored by Venafi [Deprecated: Use dynamic-secret-create-venafi command]
| Name | Type | Description | Notes |
|---|---|---|---|
| adminRotationIntervalDays | Long | Admin credentials rotation interval (days) | [optional] |
| allowSubdomains | Boolean | Allow subdomains | [optional] |
| allowedDomains | List<String> | Allowed domains | [optional] |
| autoGeneratedFolder | String | Auto generated folder | [optional] |
| deleteProtection | String | Protection from accidental deletion of this object [true/false] | [optional] |
| enableAdminRotation | Boolean | Automatic admin credentials rotation | [optional] |
| itemCustomFields | Map<String, String> | Additional custom fields to associate with the item | [optional] |
| json | Boolean | Set output format to JSON | [optional] |
| name | String | Dynamic secret name | |
| producerEncryptionKeyName | String | Dynamic producer encryption key | [optional] |
| rootFirstInChain | Boolean | Root first in chain | [optional] |
| signUsingAkeylessPki | Boolean | Use Akeyless PKI issuer or Venafi issuer | [optional] |
| signerKeyName | String | Signer key name | [optional] |
| storePrivateKey | Boolean | Store private key | [optional] |
| tags | List<String> | Add tags attached to this object | [optional] |
| targetName | String | Target name | [optional] |
| token | String | Authentication token (see `/auth` and `/configure`) | [optional] |
| uidToken | String | The universal identity token, Required only for universal_identity authentication | [optional] |
| userTtl | String | User TTL in time.Duration format (2160h / 129600m / etc...). When using sign-using-akeyless-pki certificates created will have this validity period, otherwise the user-ttl is taken from the Validity Period field of the Zone's' Issuing Template. When using cert-manager it is advised to have a TTL of above 60 days (1440h). For more information - https://cert-manager.io/docs/usage/certificate/ | [optional] |
| venafiAccessToken | String | Venafi Access Token to use to access the TPP environment (Relevant when using TPP) | [optional] |
| venafiApiKey | String | Venafi API key | [optional] |
| venafiBaseurl | String | Venafi Baseurl | [optional] |
| venafiClientId | String | Venafi Client ID that was used when the access token was generated | [optional] |
| venafiRefreshToken | String | Venafi Refresh Token to use when the Access Token is expired (Relevant when using TPP) | [optional] |
| venafiUseTpp | Boolean | Venafi using TPP | [optional] |
| venafiZone | String | Venafi Zone | [optional] |