Condividi tramite


TdeCertificate Class

A TDE certificate that can be uploaded into a server.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

TdeCertificate(*, private_blob: str | None = None, cert_password: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
private_blob
str

The base64 encoded certificate private blob.

Default value: None
cert_password
str

The certificate password.

Default value: None

Variables

Name Description
id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

private_blob
str

The base64 encoded certificate private blob.

cert_password
str

The certificate password.