AccessReviewInstanceResponse

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.

Constructors

Link copied to clipboard
constructor(backupReviewers: List<AccessReviewReviewerResponse>? = null, endDateTime: String? = null, id: String, name: String, reviewers: List<AccessReviewReviewerResponse>? = null, reviewersType: String, startDateTime: String? = null, status: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This is the collection of backup reviewers.

Link copied to clipboard
val endDateTime: String? = null

The DateTime when the review instance is scheduled to end.

Link copied to clipboard
val id: String

The access review instance id.

Link copied to clipboard

The access review instance name.

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
val startDateTime: String? = null

The DateTime when the review instance is scheduled to be start.

Link copied to clipboard

This read-only field specifies the status of an access review instance.

Link copied to clipboard

The resource type.