Get Scope Access Review History Definition By Id Result
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
Link copied to clipboard
fun GetScopeAccessReviewHistoryDefinitionByIdResult(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)