GetScopeAccessReviewHistoryDefinitionByIdResult

data class GetScopeAccessReviewHistoryDefinitionByIdResult(val createdDateTime: String, val decisions: List<String>? = null, val displayName: String? = null, val endDate: String? = null, val id: String, val instances: List<AccessReviewHistoryInstanceResponse>? = null, val interval: Int? = null, val name: String, val numberOfOccurrences: Int? = null, val principalId: String, val principalName: String, val principalType: String, val reviewHistoryPeriodEndDateTime: String, val reviewHistoryPeriodStartDateTime: String, val scopes: List<AccessReviewScopeResponse>? = null, val startDate: String? = null, val status: String, val type: String, val userPrincipalName: String)

Access Review History Definition.

Constructors

constructor(createdDateTime: String, decisions: List<String>? = null, displayName: String? = null, endDate: String? = null, id: String, instances: List<AccessReviewHistoryInstanceResponse>? = null, interval: Int? = null, name: String, numberOfOccurrences: Int? = null, principalId: String, principalName: String, principalType: String, reviewHistoryPeriodEndDateTime: String, reviewHistoryPeriodStartDateTime: String, scopes: List<AccessReviewScopeResponse>? = null, startDate: String? = null, status: String, type: String, userPrincipalName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Date time when history definition was created

Link copied to clipboard
val decisions: List<String>? = null

Collection of review decisions which the history data should be filtered on. For example if Approve and Deny are supplied the data will only contain review results in which the decision maker approved or denied a review request.

Link copied to clipboard
val displayName: String? = null

The display name for the history definition.

Link copied to clipboard
val endDate: String? = null

The DateTime when the review is scheduled to end. Required if type is endDate

Link copied to clipboard
val id: String

The access review history definition id.

Link copied to clipboard

Set of access review history instances for this history definition.

Link copied to clipboard
val interval: Int? = null

The interval for recurrence. For a quarterly review, the interval is 3 for type : absoluteMonthly.

Link copied to clipboard

The access review history definition unique id.

Link copied to clipboard

The number of times to repeat the access review. Required and must be positive if type is numbered.

Link copied to clipboard

The identity id

Link copied to clipboard

The identity display name

Link copied to clipboard

The identity type : user/servicePrincipal

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

A collection of scopes used when selecting review history data

Link copied to clipboard
val startDate: String? = null

The DateTime when the review is scheduled to be start. This could be a date in the future. Required on create.

Link copied to clipboard

This read-only field specifies the of the requested review history data. This is either requested, in-progress, done or error.

Link copied to clipboard

The resource type.

Link copied to clipboard

The user principal name(if valid)