ScopeAccessReviewScheduleDefinitionByIdArgs

constructor(autoApplyDecisionsEnabled: Output<Boolean>? = null, backupReviewers: Output<List<AccessReviewReviewerArgs>>? = null, defaultDecision: Output<Either<String, DefaultDecisionType>>? = null, defaultDecisionEnabled: Output<Boolean>? = null, descriptionForAdmins: Output<String>? = null, descriptionForReviewers: Output<String>? = null, displayName: Output<String>? = null, excludeResourceId: Output<String>? = null, excludeRoleDefinitionId: Output<String>? = null, expandNestedMemberships: Output<Boolean>? = null, inactiveDuration: Output<String>? = null, includeAccessBelowResource: Output<Boolean>? = null, includeInheritedAccess: Output<Boolean>? = null, instanceDurationInDays: Output<Int>? = null, instances: Output<List<AccessReviewInstanceArgs>>? = null, interval: Output<Int>? = null, justificationRequiredOnApproval: Output<Boolean>? = null, mailNotificationsEnabled: Output<Boolean>? = null, range: Output<AccessReviewRecurrenceRangeArgs>? = null, recommendationLookBackDuration: Output<String>? = null, recommendationsEnabled: Output<Boolean>? = null, reminderNotificationsEnabled: Output<Boolean>? = null, reviewers: Output<List<AccessReviewReviewerArgs>>? = null, scheduleDefinitionId: Output<String>? = null, scope: Output<String>? = null, type: Output<Either<String, AccessReviewRecurrencePatternType>>? = null)