keyPair
Returns a specific key pair by its ID, location, and driver.
keyPair(
keyPairID: ID!
locationID: ID!
driverID: ID!
): KeyPair
Arguments
keyPair.keyPairID ● ID! non-null scalar
The unique identifier of the key pair.
keyPair.locationID ● ID! non-null scalar
The unique identifier of the key storage location containing the key pair.
keyPair.driverID ● ID! non-null scalar
The unique identifier of the key storage driver.
Type
KeyPair object
A representation of an asymmetric key pair