Skip to main content

KeyStorageLocation

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

type KeyStorageLocation {
id: ID!
driver: KeyStorageDriver!
name: String!
creationTime: DateTime
capabilities: KeyStorageCapabilities!
}

Fields

KeyStorageLocation.id ● ID! non-null scalar

The UUID of the Key Storage Location

KeyStorageLocation.driver ● KeyStorageDriver! non-null object

The Key Storage Driver that hosts this Key Storage Location

KeyStorageLocation.name ● String! non-null scalar

A short human readable name

KeyStorageLocation.creationTime ● DateTime scalar

The ISO8601 date/time that the Key Storage Location was created on. Null if the location is provided by the platform instead of user-created.

KeyStorageLocation.capabilities ● KeyStorageCapabilities! non-null object

The set of capabilities supported by this Key Storage Location.

Returned By

keyStorageLocation query

Member Of

CodeSignKeyPairValues object ● KeyPair object ● KeyStorageLocationEdge object ● KeyStorageLocationsConnection object