Fix a copy-paste typo in the ImpersonationProxyInfo JSON field name.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Matt Moyer
2021-03-12 13:23:24 -06:00
parent d509e7012e
commit 077aa8a42e
16 changed files with 20 additions and 21 deletions

View File

@@ -328,7 +328,7 @@ Status of a credential issuer.
[cols="25a,75a", options="header"]
|===
| Field | Description
| *`server`* __string__ | Endpoint is the HTTPS endpoint of the impersonation proxy.
| *`endpoint`* __string__ | Endpoint is the HTTPS endpoint of the impersonation proxy.
| *`certificateAuthorityData`* __string__ | CertificateAuthorityData is the base64-encoded PEM CA bundle of the impersonation proxy.
|===