Skip to main content

Reassignment

Properties

NameTypeDescriptionNotes
var_fromCertificationReference[optional]
commentstrComments from the previous reviewer.[optional]
}

Example

from sailpoint.beta.models.reassignment import Reassignment

reassignment = Reassignment(
var_from=sailpoint.beta.models.certification_reference.CertificationReference(),
comment='Please review'
)

[Back to top]