Skip to main content

Jitactivationhistorydocument

Properties

NameTypeDescriptionNotes
id(optional) stringUnique identifier of the activation record.[default to undefined]
tenantId(optional) stringTenant (pod/org) identifier.[default to undefined]
identityId(optional) stringIdentifier of the identity that requested activation.[default to undefined]
accountId(optional) stringIdentifier of the account on which the entitlement was provisioned.[default to undefined]
entitlementId(optional) stringIdentifier of the entitlement that was activated.[default to undefined]
sourceId(optional) stringIdentifier of the source that owns the entitlement.[default to undefined]
connectionId(optional) stringIdentifier of the entitlement connection used for this activation.[default to undefined]
identityName(optional) stringDisplay name of the identity.[default to undefined]
entitlementName(optional) stringDisplay name of the entitlement.[default to undefined]
sourceDisplayName(optional) stringDisplay name of the source.[default to undefined]
policyDisplayNames(optional) Array<string>Display names of the JIT policies that matched this activation.[default to undefined]
status(optional) stringCurrent or final status of the activation workflow. Possible values: ACTIVATING, AWAITING_FRICTIONS, PROVISIONING, PROVISIONED, DEPROVISIONING, COMPLETE, CANCELLED, ERROR, TIMED_OUT, REVOKED.[default to undefined]
error(optional) stringError message if the activation ended in an ERROR state.[default to undefined]
policyFrictionOutcome(optional) stringOutcome of policy friction evaluation (e.g. SUCCESS_ENFORCED, BYPASSED).[default to undefined]
policyMatchDetails(optional) Array<string>UUIDs of the policy records that matched this activation.[default to undefined]
activationInitiated(optional) stringTimestamp when the activation was initiated.[default to undefined]
provisionStart(optional) stringTimestamp when provisioning started.[default to undefined]
provisionCompleted(optional) stringTimestamp when provisioning completed.[default to undefined]
deprovisionStart(optional) stringTimestamp when deprovisioning started.[default to undefined]
deprovisionComplete(optional) stringTimestamp when deprovisioning completed.[default to undefined]
provisionDurationMins(optional) numberDuration of the provisioning phase in minutes.[default to undefined]
deprovisionDurationMins(optional) numberDuration of the deprovisioning phase in minutes.[default to undefined]
summary(optional) JitactivationhistorydocumentSummary[default to undefined]
frictions(optional) Array<JitactivationhistorydocumentFrictionsInner>Individual friction items presented to the user during activation (e.g. TICKET, JUSTIFICATION, REAUTH). Null when no friction was evaluated.[default to undefined]
activationDetails(optional)Additional structured metadata about the activation. Shape is subject to change.[default to undefined]
activationDuration(optional)Duration breakdown of the full activation lifecycle. Shape is subject to change.[default to undefined]
provisioningDetails(optional)Low-level provisioning operation detail. Shape is subject to change.[default to undefined]