Skip to main content

KeyStorageDriver

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.

type KeyStorageDriver {
id: ID!
name: String!
capabilities: KeyStorageCapabilities!
}

Fields

KeyStorageDriver.id ● ID! non-null scalar

The UUID of the Key Storage Driver

KeyStorageDriver.name ● String! non-null scalar

A short human readable name

KeyStorageDriver.capabilities ● KeyStorageCapabilities! non-null object

The set of capabilities supported by this Key Storage Driver. Note that individual locations hosted by this driver may not support all of these capabilities.

Returned By

keyStorageDriver query

Member Of

CodeSignKeyPairValues object ● KeyPair object ● KeyStorageDriverEdge object ● KeyStorageDriversConnection object ● KeyStorageLocation object