Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.08 KB

File metadata and controls

17 lines (13 loc) · 1.08 KB

akeyless.Model.ValidateCertificateChallenge

ValidateCertificateChallenge validates HTTP-01 challenge and finalizes certificate issuance (Phase 2)

Properties

Name Type Description Notes
Result ValidateCertificateChallengeOutput [optional]
CertDisplayId string Certificate display ID from Phase 1 [optional]
Json bool Set output format to JSON [optional] [default to false]
Name string Certificate name (alternative to cert-display-id) [optional]
Timeout long Validation timeout in seconds [optional] [default to 120]
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]