Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.15 KB

File metadata and controls

17 lines (12 loc) · 1.15 KB

NotificationRule

Properties

Name Type Description Notes
pk uuid::Uuid [readonly]
name String
transports Option<Vecuuid::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 Option<models::SeverityEnum> Controls which severity level the created notifications will have. [optional]
destination_group Option<uuid::Uuid> Define which group of users this notification should be sent and shown to. If left empty, Notification won't ben sent. [optional]
destination_group_obj models::Group [readonly]
destination_event_user Option<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]