Key Vault Signing Key Parameters Args
data class KeyVaultSigningKeyParametersArgs(val resourceGroupName: Output<String>, val secretName: Output<String>, val secretVersion: Output<String>, val subscriptionId: Output<String>, val typeName: Output<Either<String, KeyVaultSigningKeyParametersType>>, val vaultName: Output<String>) : ConvertibleToJava<KeyVaultSigningKeyParametersArgs>
Describes the parameters for using a user's KeyVault for URL Signing Key.
Properties
Link copied to clipboard
Resource group of the user's Key Vault containing the secret
Link copied to clipboard
The name of secret in Key Vault.
Link copied to clipboard
The version(GUID) of secret in Key Vault.
Link copied to clipboard
Subscription Id of the user's Key Vault containing the secret
Link copied to clipboard