Skip to main content

ReviewDecision

Import this model from the entry point of its package:

import { ReviewDecision } from '@sailpoint/angular-sdk/certifications';

Properties

NameTypeDescriptionNotes
idstringThe id of the review decision[default to undefined]
decisionCertificationDecision[default to undefined]
proposedEndDate(optional) stringThe date at which a user's access should be taken away. Should only be set for REVOKE decisions.[default to undefined]
bulkbooleanIndicates whether decision should be marked as part of a larger bulk decision[default to undefined]
recommendation(optional) ReviewRecommendation[default to undefined]
comments(optional) stringComments recorded when the decision was made[default to undefined]