LdapSyncSchedule
LdapSyncSchedule
Sync schedule
JSON Example
{
"dayOfTheWeek": "string",
"frequency": "string",
"hours": 0,
"minutes": 0,
"seconds": 0
}
string
dayOfTheWeek
Optional
Days of the Week
Possible values are :
UNKNOWN,
SUNDAY,
MONDAY,
TUESDAY,
WEDNESDAY,
THURSDAY,
FRIDAY,
SATURDAY,
string
frequency
Required
Ldap sync frequency
Possible values are :
WEEKLY,
DAILY,
TWELVE_HOURS,
SIX_HOURS,
TWO_HOURS,
HOURLY,
FIFTEEN_MINUTES,
MANUALLY,
UNKNOWN,
integer As int32
As int32
hours
Optional
Hour of the day on which sync is first scheduled
integer As int32
As int32
minutes
Optional
Minute at which sync is first scheduled
integer As int32
As int32
seconds
Optional
Second at which sync is first scheduled