Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.81 KB

Flow.md

File metadata and controls

26 lines (21 loc) · 1.81 KB

Flow

Properties

Name Type Description Notes
pk uuid::Uuid [readonly]
policybindingmodel_ptr_id uuid::Uuid [readonly]
name String
slug String Visible in the URL.
title String Shown as the Title in Flow pages.
designation models::FlowDesignationEnum Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik.
background String Get the URL to the background image. If the name is /static or starts with http it is returned as-is [readonly]
stages Vecuuid::Uuid [readonly]
policies Vecuuid::Uuid [readonly]
cache_count i32 Get count of cached flows [readonly]
policy_engine_mode Option<models::PolicyEngineMode> [optional]
compatibility_mode Option<bool> Enable compatibility mode, increases compatibility with password managers on mobile devices. [optional]
export_url String Get export URL for flow [readonly]
layout Option<models::FlowLayoutEnum> [optional]
denied_action Option<models::DeniedActionEnum> Configure what should happen when a flow denies access to a user. [optional]
authentication Option<models::AuthenticationEnum> Required level of authentication and authorization to access a flow. [optional]

[Back to Model list] [Back to API list] [Back to README]