AppServiceCertificateOutput interface
Key Vault container for a certificate that is purchased through Azure.
Properties
| key |
Key Vault resource Id. |
| key |
Key Vault secret name. |
| provisioning |
Status of the Key Vault secret. |
Property Details
keyVaultId
Key Vault resource Id.
keyVaultId?: string
Property Value
string
keyVaultSecretName
Key Vault secret name.
keyVaultSecretName?: string
Property Value
string
provisioningState
Status of the Key Vault secret.
provisioningState?: "Initialized" | "Unknown" | "Succeeded" | "WaitingOnCertificateOrder" | "CertificateOrderFailed" | "OperationNotPermittedOnKeyVault" | "AzureServiceUnauthorizedToAccessKeyVault" | "KeyVaultDoesNotExist" | "KeyVaultSecretDoesNotExist" | "UnknownError" | "ExternalPrivateKey"
Property Value
"Initialized" | "Unknown" | "Succeeded" | "WaitingOnCertificateOrder" | "CertificateOrderFailed" | "OperationNotPermittedOnKeyVault" | "AzureServiceUnauthorizedToAccessKeyVault" | "KeyVaultDoesNotExist" | "KeyVaultSecretDoesNotExist" | "UnknownError" | "ExternalPrivateKey"