Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.25 KB

GetCertificateValue.md

File metadata and controls

18 lines (14 loc) · 1.25 KB

akeyless.Model.GetCertificateValue

Properties

Name Type Description Notes
CertIssuerName string The parent PKI Certificate Issuer's name of the certificate, required when used with display-id and token [optional]
DisplayId string Certificate display ID [optional]
IgnoreCache string Retrieve the Secret value without checking the Gateway's cache [true/false]. This flag is only relevant when using the RestAPI [optional] [default to "false"]
IssuanceToken string Token for getting the issued certificate [optional]
Json bool Set output format to JSON [optional] [default to false]
Name string Certificate name [default to "dummy_certificate_name"]
Token string Authentication token (see `/auth` and `/configure`) [optional]
UidToken string The universal identity token, Required only for universal_identity authentication [optional]
_Version int Certificate version [optional]

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