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.jitaccessoperationrequest_value import JitaccessoperationrequestValue

jitaccessoperationrequest_value = JitaccessoperationrequestValue(
)

[Back to top]