Query.identity()
Learn: Attribute-based access control (ABAC) |
---|
Get the identity document for the query’s authentication token.
Description
Gets the identity document for the query’s authentication token.
You can call identity()
in role-related predicates used for
attribute-based access control (ABAC).
Return value
One of:
Type | Description |
---|---|
identity document for the authentication token. |
|
No identity document is associated with the authentication secret. |
Examples
Query.identity()
{
id: "111",
coll: Customer,
ts: Time("2099-06-21T18:39:00.735Z"),
cart: Order("413090255209497088"),
orders: "hdW...",
name: "Alice Appleseed",
email: "alice.appleseed@example.com",
address: {
street: "87856 Mendota Court",
city: "Washington",
state: "DC",
postalCode: "20220",
country: "US"
}
}