KeyVaultSigningKeyParameters Class

Describes the parameters for using a user's KeyVault for URL Signing Key.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
KeyVaultSigningKeyParameters

Constructor

KeyVaultSigningKeyParameters(*, subscription_id: str, resource_group_name: str, vault_name: str, secret_name: str, secret_version: str, **kwargs)

Variables

type_name
str

Has constant value: "KeyVaultSigningKeyParameters".

subscription_id
str

Required. Subscription Id of the user's Key Vault containing the secret.

resource_group_name
str

Required. Resource group of the user's Key Vault containing the secret.

vault_name
str

Required. The name of the user's Key Vault containing the secret.

secret_name
str

Required. The name of secret in Key Vault.

secret_version
str

Required. The version(GUID) of secret in Key Vault.

Attributes

type_name

type_name = 'KeyVaultSigningKeyParameters'