ValidateCertificateChallenge validates HTTP-01 challenge and finalizes certificate issuance (Phase 2)
| Name | Type | Description | Notes |
|---|---|---|---|
| result | ValidateCertificateChallengeOutput | [optional] | |
| cert_display_id | str | Certificate display ID from Phase 1 | [optional] |
| json | bool | Set output format to JSON | [optional] [default to False] |
| name | str | Certificate name (alternative to cert-display-id) | [optional] |
| timeout | int | Validation timeout in seconds | [optional] [default to 120] |
| token | str | Authentication token (see `/auth` and `/configure`) | [optional] |
| uid_token | str | The universal identity token, Required only for universal_identity authentication | [optional] |