Skip to main content

keyStorageLocation

Returns a specific key storage location.

keyStorageLocation(
locationID: ID!
driverID: ID!
): KeyStorageLocation

Arguments

keyStorageLocation.locationID ● ID! non-null scalar

The unique identifier of the key storage location.

keyStorageLocation.driverID ● ID! non-null scalar

The unique identifier of the key storage driver hosting this location.

Type

KeyStorageLocation object

A specific location where key pairs can be stored and secured to perform remote cryptographic operations.