keyPath() function
builds key path
Signature:
export declare function keyPath(keyType: KmsKeyType, keyID: string): string;
Parameters
Parameter | Type | Description |
---|---|---|
keyType | KmsKeyType | key type |
keyID | string | key id |
Returns:
string
string path
builds key path
Signature:
export declare function keyPath(keyType: KmsKeyType, keyID: string): string;
Parameter | Type | Description |
---|---|---|
keyType | KmsKeyType | key type |
keyID | string | key id |
Returns:
string
string path