Get Access Review Schedule Definition By Id Result
data class GetAccessReviewScheduleDefinitionByIdResult(val assignmentState: String, val autoApplyDecisionsEnabled: Boolean? = null, val backupReviewers: List<AccessReviewReviewerResponse>? = null, val defaultDecision: String? = null, val defaultDecisionEnabled: Boolean? = null, val descriptionForAdmins: String? = null, val descriptionForReviewers: String? = null, val displayName: String? = null, val endDate: String? = null, val id: String, val inactiveDuration: String? = null, val instanceDurationInDays: Int? = null, val instances: List<AccessReviewInstanceResponse>? = null, val interval: Int? = null, val justificationRequiredOnApproval: Boolean? = null, val mailNotificationsEnabled: Boolean? = null, val name: String, val numberOfOccurrences: Int? = null, val principalId: String, val principalName: String, val principalType: String, val recommendationsEnabled: Boolean? = null, val reminderNotificationsEnabled: Boolean? = null, val resourceId: String, val reviewers: List<AccessReviewReviewerResponse>? = null, val reviewersType: String, val roleDefinitionId: String, val startDate: String? = null, val status: String, val type: String, val userPrincipalName: String)
Access Review Schedule Definition.
Constructors
Link copied to clipboard
fun GetAccessReviewScheduleDefinitionByIdResult(assignmentState: String, autoApplyDecisionsEnabled: Boolean? = null, backupReviewers: List<AccessReviewReviewerResponse>? = null, defaultDecision: String? = null, defaultDecisionEnabled: Boolean? = null, descriptionForAdmins: String? = null, descriptionForReviewers: String? = null, displayName: String? = null, endDate: String? = null, id: String, inactiveDuration: String? = null, instanceDurationInDays: Int? = null, instances: List<AccessReviewInstanceResponse>? = null, interval: Int? = null, justificationRequiredOnApproval: Boolean? = null, mailNotificationsEnabled: Boolean? = null, name: String, numberOfOccurrences: Int? = null, principalId: String, principalName: String, principalType: String, recommendationsEnabled: Boolean? = null, reminderNotificationsEnabled: Boolean? = null, resourceId: String, reviewers: List<AccessReviewReviewerResponse>? = null, reviewersType: String, roleDefinitionId: String, startDate: String? = null, status: String, type: String, userPrincipalName: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard