Partilhar via


KeyCreateParameters Class

The parameters used to create a key.

Constructor

KeyCreateParameters(*args: Any, **kwargs: Any)

Variables

Name Description
tags

The tags that will be assigned to the key.

properties

The properties of the key to be created. Required.

Attributes

properties

The properties of the key to be created. Required.

properties: _models.KeyProperties

tags

The tags that will be assigned to the key.

tags: dict[str, str] | None