KeyCreateParameters interface
The parameters used to create a key.
Properties
| properties | The properties of the key to be created. |
| tags | The tags that will be assigned to the key. |
Property Details
properties
tags
The tags that will be assigned to the key.
tags?: undefined | [key: string]: string
Property Value
undefined | [key: string]: string