AccessReviewRecurrenceRangeResponse

data class AccessReviewRecurrenceRangeResponse(val endDate: String? = null, val numberOfOccurrences: Int? = null, val startDate: String? = null, val type: String? = null)

Recurrence Range of an Access Review Schedule Definition.

Constructors

Link copied to clipboard
constructor(endDate: String? = null, numberOfOccurrences: Int? = null, startDate: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endDate: String? = null

The DateTime when the review is scheduled to end. Required if type is endDate

Link copied to clipboard

The number of times to repeat the access review. Required and must be positive if type is numbered.

Link copied to clipboard
val startDate: String? = null

The DateTime when the review is scheduled to be start. This could be a date in the future. Required on create.

Link copied to clipboard
val type: String? = null

The recurrence range type. The possible values are: endDate, noEnd, numbered.