KeyVaultCertificate interface

An interface representing a certificate without the certificate's policy

Properties

cer

CER contents of x509 certificate.

id

Certificate identifier. NOTE: This property will not be serialized. It can only be populated by the server.

keyId

The key id. NOTE: This property will not be serialized. It can only be populated by the server.

name

The name of certificate.

properties

The properties of the certificate

secretId

The secret id. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

cer

CER contents of x509 certificate.

cer?: Uint8Array

Property Value

Uint8Array

id

Certificate identifier. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

keyId

The key id. NOTE: This property will not be serialized. It can only be populated by the server.

keyId?: string

Property Value

string

name

The name of certificate.

name: string

Property Value

string

properties

The properties of the certificate

properties: CertificateProperties

Property Value

secretId

The secret id. NOTE: This property will not be serialized. It can only be populated by the server.

secretId?: string

Property Value

string