CertificatePropertiesOutput interface
憑證資源特定屬性
屬性
| canonical |
要透過免費憑證發行之憑證的 CNAME |
| cer |
.cer檔案的原始位元組 值可能包含base64編碼字元 |
| domain |
免費憑證的網域驗證方法 |
| expiration |
憑證到期日。 |
| friendly |
憑證的易記名稱。 |
| hosting |
要用於憑證的 App Service 環境規格。 |
| host |
憑證適用的主機名。 |
| issue |
憑證發行日期。 |
| issuer | 憑證簽發者。 |
| key |
Key Vault Csm 資源標識符。 |
| key |
Key Vault 秘密名稱。 |
| key |
Key Vault 秘密的狀態。 |
| password | 憑證密碼。 |
| pfx |
Pfx Blob。 值可能包含base64編碼字元 |
| public |
公鑰哈希。 |
| self |
自我連結。 |
| server |
相關聯 App Service 方案的資源標識符,格式為:“/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}”。 |
| site |
應用程式名稱。 |
| subject |
憑證的主體名稱。 |
| thumbprint | 憑證指紋。 |
| valid | 憑證是否有效?。 |
屬性詳細資料
canonicalName
要透過免費憑證發行之憑證的 CNAME
canonicalName?: string
屬性值
string
cerBlob
.cer檔案的原始位元組
值可能包含base64編碼字元
cerBlob?: string
屬性值
string
domainValidationMethod
免費憑證的網域驗證方法
domainValidationMethod?: string
屬性值
string
expirationDate
憑證到期日。
expirationDate?: string
屬性值
string
friendlyName
憑證的易記名稱。
friendlyName?: string
屬性值
string
hostingEnvironmentProfile
要用於憑證的 App Service 環境規格。
hostingEnvironmentProfile?: HostingEnvironmentProfileOutput
屬性值
hostNames
憑證適用的主機名。
hostNames?: string[]
屬性值
string[]
issueDate
憑證發行日期。
issueDate?: string
屬性值
string
issuer
憑證簽發者。
issuer?: string
屬性值
string
keyVaultId
Key Vault Csm 資源標識符。
keyVaultId?: string
屬性值
string
keyVaultSecretName
Key Vault 秘密名稱。
keyVaultSecretName?: string
屬性值
string
keyVaultSecretStatus
Key Vault 秘密的狀態。
keyVaultSecretStatus?: "Initialized" | "Unknown" | "Succeeded" | "WaitingOnCertificateOrder" | "CertificateOrderFailed" | "OperationNotPermittedOnKeyVault" | "AzureServiceUnauthorizedToAccessKeyVault" | "KeyVaultDoesNotExist" | "KeyVaultSecretDoesNotExist" | "UnknownError" | "ExternalPrivateKey"
屬性值
"Initialized" | "Unknown" | "Succeeded" | "WaitingOnCertificateOrder" | "CertificateOrderFailed" | "OperationNotPermittedOnKeyVault" | "AzureServiceUnauthorizedToAccessKeyVault" | "KeyVaultDoesNotExist" | "KeyVaultSecretDoesNotExist" | "UnknownError" | "ExternalPrivateKey"
password
憑證密碼。
password?: string
屬性值
string
pfxBlob
Pfx Blob。
值可能包含base64編碼字元
pfxBlob?: string
屬性值
string
publicKeyHash
公鑰哈希。
publicKeyHash?: string
屬性值
string
selfLink
自我連結。
selfLink?: string
屬性值
string
serverFarmId
相關聯 App Service 方案的資源標識符,格式為:“/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}”。
serverFarmId?: string
屬性值
string
siteName
應用程式名稱。
siteName?: string
屬性值
string
subjectName
憑證的主體名稱。
subjectName?: string
屬性值
string
thumbprint
憑證指紋。
thumbprint?: string
屬性值
string
valid
憑證是否有效?。
valid?: boolean
屬性值
boolean