AccessReviewRecurrenceRangeArgs

data class AccessReviewRecurrenceRangeArgs(val endDate: Output<String>? = null, val numberOfOccurrences: Output<Int>? = null, val startDate: Output<String>? = null, val type: Output<Either<String, AccessReviewRecurrenceRangeType>>? = null) : ConvertibleToJava<AccessReviewRecurrenceRangeArgs>

Recurrence Range of an Access Review Schedule Definition.

Constructors

Link copied to clipboard
constructor(endDate: Output<String>? = null, numberOfOccurrences: Output<Int>? = null, startDate: Output<String>? = null, type: Output<Either<String, AccessReviewRecurrenceRangeType>>? = null)

Properties

Link copied to clipboard
val endDate: Output<String>? = null

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

Link copied to clipboard
val numberOfOccurrences: Output<Int>? = null

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

Link copied to clipboard
val startDate: Output<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: Output<Either<String, AccessReviewRecurrenceRangeType>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): AccessReviewRecurrenceRangeArgs