CertificateArchiveReference interface
A reference to a version of a certificate in a key vault.
Properties
| certificate |
The name of the certificate in the key vault. |
| certificate |
The version of the certificate in the key vault. |
| key |
The resource ID of the key vault containing the certificate. |
| key |
A Uniform Resource Identifier (URI) for the certificate in the key vault. |
Property Details
certificateName
The name of the certificate in the key vault.
certificateName?: string
Property Value
string
certificateVersion
The version of the certificate in the key vault.
certificateVersion?: string
Property Value
string
keyVaultId
The resource ID of the key vault containing the certificate.
keyVaultId?: string
Property Value
string
keyVaultUri
A Uniform Resource Identifier (URI) for the certificate in the key vault.
keyVaultUri?: string
Property Value
string