KeyVaultCertificateWithPolicy interface

An interface representing a certificate with its policy

Extends

Properties

policy

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

Inherited 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

policy

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

policy?: CertificatePolicy

Property Value

Inherited Property Details

cer

CER contents of x509 certificate.

cer?: Uint8Array

Property Value

Uint8Array

Inherited From KeyVaultCertificate.cer

id

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

id?: string

Property Value

string

Inherited From KeyVaultCertificate.id

keyId

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

keyId?: string

Property Value

string

Inherited From KeyVaultCertificate.keyId

name

The name of certificate.

name: string

Property Value

string

Inherited From KeyVaultCertificate.name

properties

The properties of the certificate

properties: CertificateProperties

Property Value

Inherited From KeyVaultCertificate.properties

secretId

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

secretId?: string

Property Value

string

Inherited From KeyVaultCertificate.secretId