Access Review Instance Response
data class AccessReviewInstanceResponse(val backupReviewers: List<AccessReviewReviewerResponse>? = null, val endDateTime: String? = null, val id: String, val name: String, val reviewers: List<AccessReviewReviewerResponse>? = null, val reviewersType: String, val startDateTime: String? = null, val status: String, val type: String)
Access Review Instance.
Properties
Link copied to clipboard
This is the collection of backup reviewers.
Link copied to clipboard
The DateTime when the review instance is scheduled to end.
Link copied to clipboard
This is the collection of reviewers.
Link copied to clipboard
This field specifies the type of reviewers for a review. Usually for a review, reviewers are explicitly assigned. However, in some cases, the reviewers may not be assigned and instead be chosen dynamically. For example managers review or self review.
Link copied to clipboard
The DateTime when the review instance is scheduled to be start.