authentik.policies.event_matcher.apps

authentik Event Matcher policy app config

 1"""authentik Event Matcher policy app config"""
 2
 3from authentik.blueprints.apps import ManagedAppConfig
 4
 5
 6class AuthentikPoliciesEventMatcherConfig(ManagedAppConfig):
 7    """authentik Event Matcher policy app config"""
 8
 9    name = "authentik.policies.event_matcher"
10    label = "authentik_policies_event_matcher"
11    verbose_name = "authentik Policies.Event Matcher"
12    default = True
class AuthentikPoliciesEventMatcherConfig(authentik.blueprints.apps.ManagedAppConfig):
 7class AuthentikPoliciesEventMatcherConfig(ManagedAppConfig):
 8    """authentik Event Matcher policy app config"""
 9
10    name = "authentik.policies.event_matcher"
11    label = "authentik_policies_event_matcher"
12    verbose_name = "authentik Policies.Event Matcher"
13    default = True

authentik Event Matcher policy app config

label = 'authentik_policies_event_matcher'
verbose_name = 'authentik Policies.Event Matcher'
default = True