Share via


AppServiceCertificateOutput interface

Key Vault container for a certificate that is purchased through Azure.

Properties

keyVaultId

Key Vault resource Id.

keyVaultSecretName

Key Vault secret name.

provisioningState

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"