Skip to main content

Schedule1Months

Properties

NameTypeDescriptionNotes
typeSelectorType[required]
values[]strThe selected values.[required]
intervalintThe selected interval for RANGE selectors.[optional]
}

Example

from sailpoint.v3.models.schedule1_months import Schedule1Months

schedule1_months = Schedule1Months(
type='LIST',
values=[MON, WED],
interval=3
)

[Back to top]