CertificateCreateOrUpdateProperties interface
The properties of the create certificate operation.
Properties
| base64Value | Gets or sets the base64 encoded value of the certificate. |
| description | Gets or sets the description of the certificate. |
| is |
Gets or sets the is exportable flag of the certificate. |
| thumbprint | Gets or sets the thumbprint of the certificate. |
Property Details
base64Value
Gets or sets the base64 encoded value of the certificate.
base64Value: string
Property Value
string
description
Gets or sets the description of the certificate.
description?: string
Property Value
string
isExportable
Gets or sets the is exportable flag of the certificate.
isExportable?: boolean
Property Value
boolean
thumbprint
Gets or sets the thumbprint of the certificate.
thumbprint?: string
Property Value
string