My deployment.toml
[identity_mgt]
inactive_account_suspention.enable_account_suspension = true
inactive_account_suspention.delays=1 // is it right?
inactive_account_suspention.account.disable.delay=2 is it right?
inactive_account_suspension.trigger_notifications_at = "06:20:00"
Identity-event-properties file
suspension.notification.subscription.1=POST_AUTHENTICATION
suspension.notification.enable=true
suspension.notification.delays=30,45,60,75
suspension.notification.account.disable.delay=90
suspension.notification.trigger.time=06:20:00
Questions:
- I have changed suspension delay in my Idendity Provider and my trigger_notifications_at in my deployment.toml (it is also changed in identity-event-properties). How i can change delays,disable.delay in deployment.toml,so it will change in identity-event-properties?
- Is it possible to set minutes instead of days in delays? What is fastest way of getting suspension delay and disabled messages?