Preparing search index...
The search index is not available
mongodb
mongodb
DataKey
Interface DataKey
The schema for a DataKey in the key vault collection.
interface
DataKey
{
_id
:
UUID
;
creationDate
:
Date
;
keyAltNames
?:
string
[]
;
keyMaterial
:
Binary
;
masterKey
:
Document
;
status
:
number
;
updateDate
:
Date
;
version
?:
number
;
}
Index
Properties
_id
creation
Date
key
Alt
Names?
key
Material
master
Key
status
update
Date
version?
Properties
_id
_id
:
UUID
creation
Date
creation
Date
:
Date
Optional
key
Alt
Names
key
Alt
Names
?:
string
[]
key
Material
key
Material
:
Binary
master
Key
master
Key
:
Document
status
status
:
number
update
Date
update
Date
:
Date
Optional
version
version
?:
number
Settings
Member Visibility
Protected
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
_id
creation
Date
key
Alt
Names
key
Material
master
Key
status
update
Date
version
mongodb
Loading...
The schema for a DataKey in the key vault collection.