Sdílet prostřednictvím


CertificateCreateOrUpdateParameters interface

Certificate create or update details.

Properties

data

Base 64 encoded certificate using the application/x-pkcs12 representation.

keyVault

KeyVault location details of the certificate.

password

Password for the Certificate

Property Details

data

Base 64 encoded certificate using the application/x-pkcs12 representation.

data?: string

Property Value

string

keyVault

KeyVault location details of the certificate.

keyVault?: KeyVaultContractCreateProperties

Property Value

password

Password for the Certificate

password?: string

Property Value

string