UrlSigningKeyParameters interface

Url signing key parameters

Extends

Properties

keyId

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

secretSource

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}​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​

secretVersion

Version of the secret to be used

type

Polymorphic discriminator, which specifies the different types this object can be

Property Details

keyId

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

keyId: string

Property Value

string

secretSource

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}​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​

secretSource: ResourceReference

Property Value

secretVersion

Version of the secret to be used

secretVersion?: string

Property Value

string

type

Polymorphic discriminator, which specifies the different types this object can be

type: "UrlSigningKey"

Property Value

"UrlSigningKey"