AppServiceCertificateOrderPatchResourcePropertiesOutput interface
AppServiceCertificateOrderPatchResource リソース固有のプロパティ
プロパティ
app |
現時点で App Service 証明書が更新できない理由。 |
auto |
証明書の有効期限が切れたときに証明書を自動的に更新する必要があるかどうかを |
certificates | Key Vault シークレットの状態。 |
contact | 連絡先情報 |
csr | この注文に対して作成された最後の CSR。 |
distinguished |
証明書の識別名。 |
domain |
ドメイン検証トークン。 |
expiration |
証明書の有効期限。 |
intermediate | 中間証明書。 |
is |
秘密キーが外部の場合に |
key |
証明書キーのサイズ。 |
last |
証明書の最終発行時刻。 |
next |
次に証明書が自動更新されるタイムスタンプ |
product |
証明書製品の種類。 |
provisioning |
証明書の注文の状態。 |
root | ルート証明書。 |
serial |
証明書の現在のシリアル番号。 |
signed |
署名された証明書。 |
status | 現在の注文の状態。 |
validity |
年単位の期間 (1 にする必要があります)。 |
プロパティの詳細
appServiceCertificateNotRenewableReasons
現時点で App Service 証明書が更新できない理由。
appServiceCertificateNotRenewableReasons?: ("RegistrationStatusNotSupportedForRenewal" | "ExpirationNotInRenewalTimeRange" | "SubscriptionNotActive")[]
プロパティ値
("RegistrationStatusNotSupportedForRenewal" | "ExpirationNotInRenewalTimeRange" | "SubscriptionNotActive")[]
autoRenew
証明書の有効期限が切れたときに証明書を自動的に更新する必要があるかどうかを true
します。それ以外の場合は、false
します。
autoRenew?: boolean
プロパティ値
boolean
certificates
Key Vault シークレットの状態。
certificates?: Record<string, AppServiceCertificateOutput>
プロパティ値
Record<string, AppServiceCertificateOutput>
contact
csr
この注文に対して作成された最後の CSR。
csr?: string
プロパティ値
string
distinguishedName
証明書の識別名。
distinguishedName?: string
プロパティ値
string
domainVerificationToken
ドメイン検証トークン。
domainVerificationToken?: string
プロパティ値
string
expirationTime
証明書の有効期限。
expirationTime?: string
プロパティ値
string
intermediate
isPrivateKeyExternal
秘密キーが外部の場合に true
します。それ以外の場合は、false
します。
isPrivateKeyExternal?: boolean
プロパティ値
boolean
keySize
証明書キーのサイズ。
keySize?: number
プロパティ値
number
lastCertificateIssuanceTime
証明書の最終発行時刻。
lastCertificateIssuanceTime?: string
プロパティ値
string
nextAutoRenewalTimeStamp
次に証明書が自動更新されるタイムスタンプ
nextAutoRenewalTimeStamp?: string
プロパティ値
string
productType
証明書製品の種類。
productType: "StandardDomainValidatedSsl" | "StandardDomainValidatedWildCardSsl"
プロパティ値
"StandardDomainValidatedSsl" | "StandardDomainValidatedWildCardSsl"
provisioningState
証明書の注文の状態。
provisioningState?: "Failed" | "Succeeded" | "Canceled" | "InProgress" | "Deleting"
プロパティ値
"Failed" | "Succeeded" | "Canceled" | "InProgress" | "Deleting"
root
serialNumber
証明書の現在のシリアル番号。
serialNumber?: string
プロパティ値
string
signedCertificate
status
現在の注文の状態。
status?: "Canceled" | "Pendingissuance" | "Issued" | "Revoked" | "Denied" | "Pendingrevocation" | "PendingRekey" | "Unused" | "Expired" | "NotSubmitted"
プロパティ値
"Canceled" | "Pendingissuance" | "Issued" | "Revoked" | "Denied" | "Pendingrevocation" | "PendingRekey" | "Unused" | "Expired" | "NotSubmitted"
validityInYears
年単位の期間 (1 にする必要があります)。
validityInYears?: number
プロパティ値
number