Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 966 Bytes

File metadata and controls

16 lines (12 loc) · 966 Bytes

GatewayUpdateTlsCert

gatewayUpdateTlsCert is a command that updates Gateway TLS certificate

Properties

Name Type Description Notes
cert_data str TLS Certificate (base64 encoded) [optional]
expiration_event_in list[str] How many days before the expiration of the certificate would you like to be notified. [optional]
json bool Set output format to JSON [optional] [default to False]
key_data str TLS Private Key (base64 encoded) [optional]
token str Authentication token (see `/auth` and `/configure`) [optional]
uid_token str The universal identity token, Required only for universal_identity authentication [optional]

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