keyStorageDriver
Returns a specific key storage driver by its ID.
keyStorageDriver(
driverID: ID!
): KeyStorageDriver
Arguments
keyStorageDriver.driverID ● ID! non-null scalar
The unique identifier of the key storage driver.
Type
KeyStorageDriver object
A Key Storage Driver represents a service that provides one or more Key Storage Locations using a common mechanism, such as a common protocol or 3rd party service.