AFDDomainHttpsParameters クラス

ドメインをセキュリティで保護するためのプロパティを含む JSON オブジェクト。

Azure に送信するには、必要なすべてのパラメーターを設定する必要があります。

継承
AFDDomainHttpsParameters

コンストラクター

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

パラメーター

certificate_type
str または AfdCertificateType

必須。 SSL 証明書のソースを定義します。 指定できる値は、"CustomerCertificate"、"ManagedCertificate"、"AzureFirstPartyManagedCertificate" です。

minimum_tls_version
str または AfdMinimumTlsVersion

Https に使用される TLS プロトコルのバージョン。 使用可能な値は、"TLS10"、"TLS12" です。

secret
ResourceReference

シークレットへのリソース参照。Ie。subs/rg/profile/secret。

変数

certificate_type
str または AfdCertificateType

必須。 SSL 証明書のソースを定義します。 指定できる値は、"CustomerCertificate"、"ManagedCertificate"、"AzureFirstPartyManagedCertificate" です。

minimum_tls_version
str または AfdMinimumTlsVersion

Https に使用される TLS プロトコルのバージョン。 使用可能な値は、"TLS10"、"TLS12" です。

secret
ResourceReference

シークレットへのリソース参照。Ie。subs/rg/profile/secret。