AccessReviewHistoryInstanceResponse

data class AccessReviewHistoryInstanceResponse(val displayName: String? = null, val downloadUri: String, val expiration: String? = null, val fulfilledDateTime: String? = null, val id: String, val name: String, val reviewHistoryPeriodEndDateTime: String? = null, val reviewHistoryPeriodStartDateTime: String? = null, val runDateTime: String? = null, val status: String, val type: String)

Access Review History Definition Instance.

Constructors

Link copied to clipboard
constructor(displayName: String? = null, downloadUri: String, expiration: String? = null, fulfilledDateTime: String? = null, id: String, name: String, reviewHistoryPeriodEndDateTime: String? = null, reviewHistoryPeriodStartDateTime: String? = null, runDateTime: String? = null, status: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val displayName: String? = null

The display name for the parent history definition.

Link copied to clipboard

Uri which can be used to retrieve review history data. To generate this Uri, generateDownloadUri() must be called for a specific accessReviewHistoryDefinitionInstance. The link expires after a 24 hour period. Callers can see the expiration date time by looking at the 'se' parameter in the generated uri.

Link copied to clipboard
val expiration: String? = null

Date time when history data report expires and the associated data is deleted.

Link copied to clipboard

Date time when the history data report is scheduled to be generated.

Link copied to clipboard
val id: String

The access review history definition instance id.

Link copied to clipboard

The access review history definition instance unique id.

Link copied to clipboard

Date time used when selecting review data, all reviews included in data end on or before this date. For use only with one-time/non-recurring reports.

Link copied to clipboard

Date time used when selecting review data, all reviews included in data start on or after this date. For use only with one-time/non-recurring reports.

Link copied to clipboard
val runDateTime: String? = null

Date time when the history data report is scheduled to be generated.

Link copied to clipboard

Status of the requested review history instance data. This is either requested, in-progress, done or error. The state transitions are as follows - Requested -> InProgress -> Done -> Expired

Link copied to clipboard

The resource type.