ManagedCertificateParameters Class

Managed Certificate used for https.

Constructor

ManagedCertificateParameters(*args: Any, **kwargs: Any)

Variables

Name Description
subject
str

Subject name in the certificate.

expiration_date
str

Certificate expiration date.

type
str or <xref:azure.mgmt.cdn.models.MANAGED_CERTIFICATE>

The type of the secret resource. Required. MANAGED_CERTIFICATE.

Attributes

expiration_date

Certificate expiration date.

expiration_date: str | None

subject

Subject name in the certificate.

subject: str | None

type

The type of the secret resource. Required. MANAGED_CERTIFICATE.

type: MANAGED_CERTIFICATE: 'ManagedCertificate'>]