be.personify.iam.model.provisioning.ReconciliationFrequency Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of personify-model Show documentation
Show all versions of personify-model Show documentation
a possible model for personify
package be.personify.iam.model.provisioning;
public enum ReconciliationFrequency {
ONCE,
DAILY,
HOURLY,
EVERY_5_MINUTES,
EVERY_MINUTE,
EVERY_30_SECONDS
}