次の方法で共有


AppServiceCertificateOrder クラス

SSL 証明書の発注書。

変数はサーバーによってのみ設定され、要求の送信時には無視されます。

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

継承
azure.mgmt.web.v2023_01_01.models._models_py3.Resource
AppServiceCertificateOrder

コンストラクター

AppServiceCertificateOrder(*, location: str, kind: str | None = None, tags: Dict[str, str] | None = None, certificates: Dict[str, _models.AppServiceCertificate] | None = None, distinguished_name: str | None = None, validity_in_years: int = 1, key_size: int = 2048, product_type: str | _models.CertificateProductType | None = None, auto_renew: bool = True, csr: str | None = None, **kwargs: Any)

Keyword-Only パラメータ

名前 説明
kind
str

リソースの種類。

location
str

リソースの場所。 必須。

tags

リソース タグ。

certificates

Key Vault シークレットの状態。

distinguished_name
str

証明書の識別名。

validity_in_years
int

年単位の期間 (1 にする必要があります)。

既定値: 1
key_size
int

証明書キーのサイズ。

既定値: 2048
product_type

証明書製品の種類。 既知の値は、"StandardDomainValidatedSsl" と "StandardDomainValidatedWildCardSsl" です。

auto_renew

<code>true</code> 証明書の有効期限が切れたときに証明書を自動的に更新する必要がある場合。それ以外の場合は <code>false</code>

既定値: True
csr
str

この注文に対して作成された最後の CSR。

変数

名前 説明
id
str

リソース ID。

name
str

リソース名。

kind
str

リソースの種類。

location
str

リソースの場所。 必須。

type
str

リソースの種類。

tags

リソース タグ。

certificates

Key Vault シークレットの状態。

distinguished_name
str

証明書の識別名。

domain_verification_token
str

ドメイン検証トークン。

validity_in_years
int

年単位の期間 (1 にする必要があります)。

key_size
int

証明書キーのサイズ。

product_type

証明書製品の種類。 既知の値は、"StandardDomainValidatedSsl" と "StandardDomainValidatedWildCardSsl" です。

auto_renew

<code>true</code> 証明書の有効期限が切れたときに証明書を自動的に更新する必要がある場合。それ以外の場合は <code>false</code>

provisioning_state

証明書の注文の状態。 既知の値は、"Succeeded"、"Failed"、"Canceled"、"InProgress"、および "Removeing" です。

status

現在の注文の状態。 既知の値は、"Pendingissuance"、"Issued"、"Revoked"、"Canceled"、"Denied"、"Pendingrevocation"、"PendingRekey"、"Unused"、"Expired"、および "NotSubmitted" です。

signed_certificate

署名された証明書。

csr
str

この注文に対して作成された最後の CSR。

intermediate

中間証明書。

root

ルート証明書。

serial_number
str

証明書の現在のシリアル番号。

last_certificate_issuance_time

証明書の最終発行時刻。

expiration_time

証明書の有効期限。

is_private_key_external

<code>true</code> 秘密キーが外部の場合。それ以外の場合は <code>false</code>

app_service_certificate_not_renewable_reasons

App Service証明書が現在更新できない理由。

next_auto_renewal_time_stamp

次に証明書が自動更新されるタイム スタンプ。

contact

連絡先情報。