CertificateCreateOrUpdateParameters interface   
The parameters supplied to the create or update or replace 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.  | 
| name | Gets or sets the name 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
name
Gets or sets the name of the certificate.
name: string
				Property Value
string
thumbprint
Gets or sets the thumbprint of the certificate.
thumbprint?: string
				Property Value
string