AFDDomainHttpsParameters Class

The JSON object that contains the properties to secure a domain.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.cdn._serialization.Model
AFDDomainHttpsParameters

Constructor

AFDDomainHttpsParameters(*, certificate_type: str | _models.AfdCertificateType, minimum_tls_version: str | _models.AfdMinimumTlsVersion | None = None, secret: _models.ResourceReference | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
certificate_type

Defines the source of the SSL certificate. Required. Known values are: "CustomerCertificate", "ManagedCertificate", and "AzureFirstPartyManagedCertificate".

minimum_tls_version

TLS protocol version that will be used for Https. Known values are: "TLS10" and "TLS12".

secret

Resource reference to the secret. ie. subs/rg/profile/secret.

Variables

Name Description
certificate_type

Defines the source of the SSL certificate. Required. Known values are: "CustomerCertificate", "ManagedCertificate", and "AzureFirstPartyManagedCertificate".

minimum_tls_version

TLS protocol version that will be used for Https. Known values are: "TLS10" and "TLS12".

secret

Resource reference to the secret. ie. subs/rg/profile/secret.