Reassignment
Properties
Name | Type | Description | Notes |
---|---|---|---|
var_from | CertificationReference | [optional] | |
comment | str | Comments 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'
)