UrlSigningKeyParametersResponse

data class UrlSigningKeyParametersResponse(val keyId: String, val secretSource: ResourceReferenceResponse, val secretVersion: String? = null, val type: String)

Url signing key parameters

Constructors

Link copied to clipboard
fun UrlSigningKeyParametersResponse(keyId: String, secretSource: ResourceReferenceResponse, secretVersion: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines the customer defined key Id. This id will exist in the incoming request to indicate the key used to form the hash.

Link copied to clipboard

Resource reference to the Azure Key Vault secret. Expected to be in format of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/secrets/{secretName}

Link copied to clipboard
val secretVersion: String? = null

Version of the secret to be used

Link copied to clipboard

The type of the secret resource. Expected value is 'UrlSigningKey'.