KeyVaultCertificateSourceParameters interface

Describes the parameters for using a user's KeyVault certificate for securing custom domain.

Properties

deleteRule

Describes the action that shall be taken when the certificate is removed from Key Vault.

resourceGroupName

Resource group of the user's Key Vault containing the SSL certificate

secretName

The name of Key Vault Secret (representing the full certificate PFX) in Key Vault.

secretVersion

The version(GUID) of Key Vault Secret in Key Vault.

subscriptionId

Subscription Id of the user's Key Vault containing the SSL certificate

typeName
updateRule

Describes the action that shall be taken when the certificate is updated in Key Vault.

vaultName

The name of the user's Key Vault containing the SSL certificate

Property Details

deleteRule

Describes the action that shall be taken when the certificate is removed from Key Vault.

deleteRule: string

Property Value

string

resourceGroupName

Resource group of the user's Key Vault containing the SSL certificate

resourceGroupName: string

Property Value

string

secretName

The name of Key Vault Secret (representing the full certificate PFX) in Key Vault.

secretName: string

Property Value

string

secretVersion

The version(GUID) of Key Vault Secret in Key Vault.

secretVersion?: string

Property Value

string

subscriptionId

Subscription Id of the user's Key Vault containing the SSL certificate

subscriptionId: string

Property Value

string

typeName

typeName: "KeyVaultCertificateSourceParameters"

Property Value

"KeyVaultCertificateSourceParameters"

updateRule

Describes the action that shall be taken when the certificate is updated in Key Vault.

updateRule: string

Property Value

string

vaultName

The name of the user's Key Vault containing the SSL certificate

vaultName: string

Property Value

string