Files
authentik/website/docs/users-sources/sources/property-mappings/expressions.md
Teffen Ellis a714c781a6 website: Use Docusaurus Frontmatter for badges (#12893)
website/docs: Reduce redundant usage of badges. Move badge logic to components.

- Fix JSX class name warning.
- Remove duplicate titles.
- Flesh out `support_level` frontmatter.
2025-02-19 18:03:05 +00:00

838 B

title
title
Sources expression property mappings

The property mapping should return a value that is expected by the source. Returning None is always accepted and would simply skip the mapping for which None was returned.

Variables

  • Arbitrary arguments given by the source (this is documented by the source).
  • properties: A Python dictionary containing the result of the previously run property mappings, plus the initial data computed by the source.
  • request: The current request. This may be None if there is no contextual request. See (Django documentation)

import Objects from "../../../expressions/_objects.md";

Available Functions

import Functions from "../../../expressions/_functions.mdx";