ManagedHsmKeyCreateParameters 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
The properties of the key to be created.
properties: ManagedHsmKeyProperties
Property Value
tags
The tags that will be assigned to the key.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}