KeyVaultCertificate Class

Consists of a certificate and its attributes

Inheritance
builtins.object
KeyVaultCertificate

Constructor

KeyVaultCertificate(policy: CertificatePolicy | None = None, properties: CertificateProperties | None = None, cer: bytearray | None = None, **kwargs: Any)

Parameters

Name Description
policy

The management policy for the certificate.

default value: None
properties

The certificate's properties.

default value: None
cer

CER contents of the X509 certificate.

default value: None

Attributes

cer

The CER contents of the certificate.

Returns

Type Description

The CER contents of the certificate.

id

The certificate identifier.

Returns

Type Description
str,

The certificate identifier.

key_id

The ID of the key associated with the certificate.

Returns

Type Description
str,

The ID of the key associated with the certificate.

name

The name of the certificate.

Returns

Type Description
str,

The name of the certificate.

policy

The management policy of the certificate.

Returns

Type Description

The management policy of the certificate.

properties

The certificate's properties.

Returns

Type Description

The certificate's properties.

secret_id

The ID of the secret associated with the certificate.

Returns

Type Description
str,

The ID of the secret associated with the certificate.