KeyVaultCertificateSourceParametersResponse

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

constructor(deleteRule: String, resourceGroupName: String, secretName: String, secretVersion: String? = null, subscriptionId: String, typeName: String, updateRule: String, vaultName: String)

Types

Link copied to clipboard
object Companion

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
val secretVersion: String? = null

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

Expected value is 'KeyVaultCertificateSourceParameters'.

Link copied to clipboard

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

Link copied to clipboard

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