KeyVaultCertificateSourceParameters interface
Describes the parameters for using a user's KeyVault certificate for securing custom domain.
Properties
| delete |
Describes the action that shall be taken when the certificate is removed from Key Vault. |
| resource |
Resource group of the user's Key Vault containing the SSL certificate |
| secret |
The name of Key Vault Secret (representing the full certificate PFX) in Key Vault. |
| secret |
The version(GUID) of Key Vault Secret in Key Vault. |
| subscription |
Subscription Id of the user's Key Vault containing the SSL certificate |
| type |
|
| update |
Describes the action that shall be taken when the certificate is updated in Key Vault. |
| vault |
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