Jitaccessoperationrequest
A single replace operation applied to JIT activation configuration. Only replace is supported. path must be one of the allowed JSON Pointer-style paths.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| op | Enum [ 'replace' ] | Operation type. Defaults to replace if omitted. | [optional] [default to 'replace'] |
| path | Enum [ '/entitlementIds', '/maxActivationPeriodMins', '/maxActivationPeriodExtensionMins', '/defaultMaxActivationPeriodMins', '/defaultMaxActivationPeriodExtensionMins', '/notificationRecipients', '/notificationTemplate', '/applyToFutureAssignments' ] | Path to replace. Only the following JSON Pointer-style paths are supported. | [required] |
| value | JitaccessoperationrequestValue | [required] | |
| } |
Example
from sailpoint.jit_access.models.jitaccessoperationrequest import Jitaccessoperationrequest
jitaccessoperationrequest = Jitaccessoperationrequest(
op='replace',
path='/maxActivationPeriodMins',
value=60
)