The parent Database.
Operations for creating, upserting, querying, or reading all operations.
See client.permission(id)
to read, replace, or delete a specific Permission by id.
Returns a reference URL to the resource. Used for linking in Permissions.
Delete the given User.
Operations to read, replace, or delete a specific Permission by id.
See client.permissions
for creating, upserting, querying, or reading all operations.
Read the UserDefinition for the given User.
Replace the given User's definition with the specified UserDefinition.
The specified UserDefinition to replace the definition.
Generated using TypeDoc
Used to read, replace, and delete Users.
Additionally, you can access the permissions for a given user via
user.permission
anduser.permissions
.Users to create, upsert, query, or read all.