Key Vault Certificate Source Parameters Response
data class KeyVaultCertificateSourceParametersResponse(val deleteRule: String, val resourceGroupName: String, val secretName: String, val secretVersion: String? = null, val subscriptionId: String, val typeName: String, val updateRule: String, val vaultName: String)
Describes the parameters for using a user's KeyVault certificate for securing custom domain.
Constructors
Properties
Link copied to clipboard
Describes the action that shall be taken when the certificate is removed from Key Vault.
Link copied to clipboard
Resource group of the user's Key Vault containing the SSL certificate
Link copied to clipboard
The name of Key Vault Secret (representing the full certificate PFX) in Key Vault.
Link copied to clipboard
The version(GUID) of Key Vault Secret in Key Vault.
Link copied to clipboard
Subscription Id of the user's Key Vault containing the SSL certificate
Link copied to clipboard
Describes the action that shall be taken when the certificate is updated in Key Vault.