Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 2.04 KB

TargetUpdateZeroSSL.md

File metadata and controls

26 lines (22 loc) · 2.04 KB

akeyless.Model.TargetUpdateZeroSSL

targetUpdateZeroSSL is a command that updates an existing ZeroSSL target

Properties

Name Type Description Notes
ApiKey string API Key of the ZeroSSLTarget account
Description string Description of the object [optional]
ImapFqdn string ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS
ImapPassword string ImapPassword to access the IMAP service
ImapPort string ImapPort of the IMAP service [optional] [default to "993"]
ImapTargetEmail string ImapValidationEmail to use when asking ZeroSSL to send a validation email, if empty will user imap-username [optional]
ImapUsername string ImapUsername to access the IMAP service
Json bool Set output format to JSON [optional] [default to false]
KeepPrevVersion string Whether to keep previous version [true/false]. If not set, use default according to account settings [optional]
Key string The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) [optional]
MaxVersions string Set the maximum number of versions, limited by the account settings defaults. [optional]
Name string Target name
NewName string New target name [optional]
Timeout string Timeout waiting for certificate validation in Duration format (1h - 1 Hour, 20m - 20 Minutes, 33m3s - 33 Minutes and 3 Seconds), maximum 1h. [optional] [default to "5m"]
Token string Authentication token (see `/auth` and `/configure`) [optional]
UidToken string The universal identity token, Required only for universal_identity authentication [optional]

[Back to Model list] [Back to API list] [Back to README]