Skip to main content

JitAccessOperationRequestValue

New value. Type depends on path: arrays of strings for /entitlementIds and /notificationRecipients, integer for *Mins paths, string for /notificationTemplate, boolean for /applyToFutureAssignments. Use null when clearing nullable fields (for example /notificationTemplate or *Mins paths).

Properties

NameTypeDescriptionNotes
}

Example

from sailpoint.jit_access.models.jit_access_operation_request_value import JitAccessOperationRequestValue

jit_access_operation_request_value = JitAccessOperationRequestValue(
)

[Back to top]