Package version:

Interface KeyCreateParameters

The parameters used to create a key.

interface KeyCreateParameters {
    properties: KeyProperties;
    tags?: {
        [propertyName: string]: string;
    };
}

Properties

Properties

properties: KeyProperties

The properties of the key to be created.

tags?: {
    [propertyName: string]: string;
}

The tags that will be assigned to the key.