AccessReviewReassignment
Properties
Name | Type | Description | Notes |
---|---|---|---|
reassign | []ReassignReference | [required] | |
reassign_to | str | The ID of the identity to which the certification is reassigned | [required] |
reason | str | The reason comment for why the reassign was made | [required] |
} |
Example
from sailpoint.v2024.models.access_review_reassignment import AccessReviewReassignment
access_review_reassignment = AccessReviewReassignment(
reassign=[
sailpoint.v2024.models.reassign_reference.ReassignReference(
id = 'ef38f94347e94562b5bb8424a56397d8',
type = 'ITEM', )
],
reassign_to='ef38f94347e94562b5bb8424a56397d8',
reason='reassigned for some reason'
)