UploadCertificateRequest interface
The upload certificate request.
Properties
| authentication |
The authentication type. |
| certificate | The base64 encoded certificate raw data. |
Property Details
authenticationType
The authentication type.
authenticationType?: string
Property Value
string
certificate
The base64 encoded certificate raw data.
certificate: string
Property Value
string