Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.
/ client-swift Public archive

Latest commit

 

History

History
14 lines (10 loc) · 1.01 KB

File metadata and controls

14 lines (10 loc) · 1.01 KB

PatchedNotificationRuleRequest

Properties

Name Type Description Notes
name String [optional]
transports [UUID] Select which transports should be used to notify the user. If none are selected, the notification will only be shown in the authentik UI. [optional]
severity SeverityEnum Controls which severity level the created notifications will have. [optional]
destinationGroup UUID Define which group of users this notification should be sent and shown to. If left empty, Notification won't ben sent. [optional]
destinationEventUser Bool When enabled, notification will be sent to user the user that triggered the event.When destination_group is configured, notification is sent to both. [optional]

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