Key document definition
The Key
collection is a native collection, and its documents have an
immutable, Fauna-defined structure. Moreover, the document structure
returned at creation differs from the key document structure returned by a
query of Key
documents.
At creation, Fauna returns the key and a secret
field. Subsequent queries
of the key do not return the secret. Fauna Fauna cannot recover a
secret
that is discarded or lost. So, secure secrets with the same care and
attention as any password.
Field name | Value type | Description |
---|---|---|
|
A unique identifier for a token. Fauna assigns this value at creation. |
|
|
|
|
|
Creation timestamp, with microsecond resolution and time zone. |
|
|
A user-defined name. |
|
|
Name of a user-defined role or one of the built-in roles ( |
|
|
The |
|
|
Timestamp indicating a key lifespan. When the |
|
|
ref |
Reference for the database associated with this key. When unavailable, the key is associated with the current database. |
|
User-defined metadata for the key. |
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!