KeyCreateParameters Class

The parameters used to create a key.

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

Inheritance
KeyCreateParameters

Constructor

KeyCreateParameters(*, properties: azure.mgmt.keyvault.v2021_06_01_preview.models._models_py3.KeyProperties, tags: Optional[Dict[str, str]] = None, **kwargs)

Variables

tags
dict[str, str]

A set of tags. The tags that will be assigned to the key.

properties
KeyProperties

Required. The properties of the key to be created.