Access Review History Instance Response
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
fun AccessReviewHistoryInstanceResponse(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
Properties
Link copied to clipboard
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