OBJECT

EncryptionKey

link GraphQL Schema definition

type EncryptionKey implements Node {

The cipher type
cipher: String

The associated device
device: Device

id: ID!

The encryption key value
value: String

}

link Required by