sailpoint-api-client 2.1.1 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/access_profiles/api.ts +4 -4
- package/access_profiles/docs/Methods/AccessProfilesApi.md +1 -1
- package/access_requests/api.ts +8 -8
- package/access_requests/docs/Methods/AccessRequestsApi.md +5 -5
- package/account_aggregations/docs/Methods/AccountAggregationsApi.md +1 -1
- package/accounts/api.ts +4 -4
- package/accounts/docs/Methods/AccountsApi.md +1 -1
- package/approvals/docs/Methods/ApprovalsApi.md +1 -1
- package/custom_password_instructions/docs/Methods/CustomPasswordInstructionsApi.md +2 -2
- package/dimensions/api.ts +4 -4
- package/dimensions/docs/Methods/DimensionsApi.md +1 -1
- package/dist/access_profiles/api.d.ts +4 -4
- package/dist/access_profiles/api.js +4 -4
- package/dist/access_requests/api.d.ts +8 -8
- package/dist/access_requests/api.js +8 -8
- package/dist/accounts/api.d.ts +4 -4
- package/dist/accounts/api.js +4 -4
- package/dist/dimensions/api.d.ts +4 -4
- package/dist/dimensions/api.js +4 -4
- package/dist/entitlements/api.d.ts +8 -8
- package/dist/entitlements/api.js +8 -8
- package/dist/identities/api.d.ts +8 -8
- package/dist/identities/api.js +8 -8
- package/dist/jit_activations/api.d.ts +491 -0
- package/dist/jit_activations/api.js +210 -0
- package/dist/jit_activations/api.js.map +1 -1
- package/dist/lifecycle_states/api.d.ts +1 -1
- package/dist/nerm/common.js +2 -2
- package/dist/nermv2025/common.js +2 -2
- package/dist/notifications/api.d.ts +4 -4
- package/dist/notifications/api.js +4 -4
- package/dist/password_management/api.d.ts +4 -4
- package/dist/password_management/api.js +4 -4
- package/dist/requestable_objects/api.d.ts +4 -4
- package/dist/requestable_objects/api.js +4 -4
- package/dist/roles/api.d.ts +5 -5
- package/dist/roles/api.js +4 -4
- package/dist/sources/api.d.ts +4 -4
- package/dist/sources/api.js +4 -4
- package/dist/triggers/api.d.ts +1 -1
- package/dist/workflows/api.d.ts +4 -4
- package/dist/workflows/api.js +4 -4
- package/entitlements/api.ts +8 -8
- package/entitlements/docs/Methods/EntitlementsApi.md +2 -2
- package/identities/api.ts +8 -8
- package/identities/docs/Methods/IdentitiesApi.md +2 -2
- package/jit_activations/.openapi-generator/FILES +7 -0
- package/jit_activations/api.ts +611 -0
- package/jit_activations/docs/Examples/typescript_code_examples_overlay.yaml +38 -0
- package/jit_activations/docs/Methods/JITActivationsApi.md +113 -1
- package/jit_activations/docs/Models/Jitactivationhistorydocument.md +45 -0
- package/jit_activations/docs/Models/JitactivationhistorydocumentFrictionsInner.md +22 -0
- package/jit_activations/docs/Models/JitactivationhistorydocumentSummary.md +22 -0
- package/jit_activations/docs/Models/JitactivationhistorydocumentSummaryJustification.md +20 -0
- package/jit_activations/docs/Models/JitactivationhistorydocumentSummaryPolicyMatchesInner.md +20 -0
- package/jit_activations/docs/Models/JitactivationhistorydocumentSummaryReauthentication.md +20 -0
- package/jit_activations/docs/Models/JitactivationhistorydocumentSummaryServiceNowTicket.md +21 -0
- package/lifecycle_states/api.ts +1 -1
- package/lifecycle_states/docs/Models/SetLifecycleStateV1200Response.md +1 -1
- package/nerm/README.md +2 -2
- package/nerm/common.ts +2 -2
- package/nerm/package.json +1 -1
- package/nermv2025/README.md +2 -2
- package/nermv2025/common.ts +2 -2
- package/nermv2025/package.json +1 -1
- package/notifications/api.ts +4 -4
- package/notifications/docs/Methods/NotificationsApi.md +1 -1
- package/package.json +1 -1
- package/password_dictionary/docs/Methods/PasswordDictionaryApi.md +1 -1
- package/password_management/api.ts +4 -4
- package/password_management/docs/Methods/PasswordManagementApi.md +2 -2
- package/public_identities/docs/Methods/PublicIdentitiesApi.md +1 -1
- package/public_identities_config/docs/Methods/PublicIdentitiesConfigApi.md +1 -1
- package/requestable_objects/api.ts +4 -4
- package/requestable_objects/docs/Methods/RequestableObjectsApi.md +3 -3
- package/roles/api.ts +5 -5
- package/roles/docs/Methods/RolesApi.md +1 -1
- package/saved_search/docs/Methods/SavedSearchApi.md +1 -1
- package/search_attribute_configuration/docs/Methods/SearchAttributeConfigurationApi.md +1 -1
- package/sources/api.ts +4 -4
- package/sources/docs/Methods/SourcesApi.md +1 -1
- package/triggers/api.ts +1 -1
- package/triggers/docs/Models/AccessRequestDynamicApprover.md +1 -1
- package/workflows/api.ts +4 -4
- package/workflows/docs/Methods/WorkflowsApi.md +1 -1
|
@@ -259,6 +259,325 @@ export interface JitActivationExtendResponse {
|
|
|
259
259
|
*/
|
|
260
260
|
'startTime': string;
|
|
261
261
|
}
|
|
262
|
+
/**
|
|
263
|
+
* A single JIT activation history record.
|
|
264
|
+
* @export
|
|
265
|
+
* @interface Jitactivationhistorydocument
|
|
266
|
+
*/
|
|
267
|
+
export interface Jitactivationhistorydocument {
|
|
268
|
+
/**
|
|
269
|
+
* Unique identifier of the activation record.
|
|
270
|
+
* @type {string}
|
|
271
|
+
* @memberof Jitactivationhistorydocument
|
|
272
|
+
*/
|
|
273
|
+
'id'?: string;
|
|
274
|
+
/**
|
|
275
|
+
* Tenant (pod/org) identifier.
|
|
276
|
+
* @type {string}
|
|
277
|
+
* @memberof Jitactivationhistorydocument
|
|
278
|
+
*/
|
|
279
|
+
'tenantId'?: string;
|
|
280
|
+
/**
|
|
281
|
+
* Identifier of the identity that requested activation.
|
|
282
|
+
* @type {string}
|
|
283
|
+
* @memberof Jitactivationhistorydocument
|
|
284
|
+
*/
|
|
285
|
+
'identityId'?: string;
|
|
286
|
+
/**
|
|
287
|
+
* Identifier of the account on which the entitlement was provisioned.
|
|
288
|
+
* @type {string}
|
|
289
|
+
* @memberof Jitactivationhistorydocument
|
|
290
|
+
*/
|
|
291
|
+
'accountId'?: string;
|
|
292
|
+
/**
|
|
293
|
+
* Identifier of the entitlement that was activated.
|
|
294
|
+
* @type {string}
|
|
295
|
+
* @memberof Jitactivationhistorydocument
|
|
296
|
+
*/
|
|
297
|
+
'entitlementId'?: string;
|
|
298
|
+
/**
|
|
299
|
+
* Identifier of the source that owns the entitlement.
|
|
300
|
+
* @type {string}
|
|
301
|
+
* @memberof Jitactivationhistorydocument
|
|
302
|
+
*/
|
|
303
|
+
'sourceId'?: string;
|
|
304
|
+
/**
|
|
305
|
+
* Identifier of the entitlement connection used for this activation.
|
|
306
|
+
* @type {string}
|
|
307
|
+
* @memberof Jitactivationhistorydocument
|
|
308
|
+
*/
|
|
309
|
+
'connectionId'?: string;
|
|
310
|
+
/**
|
|
311
|
+
* Display name of the identity.
|
|
312
|
+
* @type {string}
|
|
313
|
+
* @memberof Jitactivationhistorydocument
|
|
314
|
+
*/
|
|
315
|
+
'identityName'?: string;
|
|
316
|
+
/**
|
|
317
|
+
* Display name of the entitlement.
|
|
318
|
+
* @type {string}
|
|
319
|
+
* @memberof Jitactivationhistorydocument
|
|
320
|
+
*/
|
|
321
|
+
'entitlementName'?: string;
|
|
322
|
+
/**
|
|
323
|
+
* Display name of the source.
|
|
324
|
+
* @type {string}
|
|
325
|
+
* @memberof Jitactivationhistorydocument
|
|
326
|
+
*/
|
|
327
|
+
'sourceDisplayName'?: string;
|
|
328
|
+
/**
|
|
329
|
+
* Display names of the JIT policies that matched this activation.
|
|
330
|
+
* @type {Array<string>}
|
|
331
|
+
* @memberof Jitactivationhistorydocument
|
|
332
|
+
*/
|
|
333
|
+
'policyDisplayNames'?: Array<string>;
|
|
334
|
+
/**
|
|
335
|
+
* Current or final status of the activation workflow. Possible values: ACTIVATING, AWAITING_FRICTIONS, PROVISIONING, PROVISIONED, DEPROVISIONING, COMPLETE, CANCELLED, ERROR, TIMED_OUT, REVOKED.
|
|
336
|
+
* @type {string}
|
|
337
|
+
* @memberof Jitactivationhistorydocument
|
|
338
|
+
*/
|
|
339
|
+
'status'?: string;
|
|
340
|
+
/**
|
|
341
|
+
* Error message if the activation ended in an ERROR state.
|
|
342
|
+
* @type {string}
|
|
343
|
+
* @memberof Jitactivationhistorydocument
|
|
344
|
+
*/
|
|
345
|
+
'error'?: string | null;
|
|
346
|
+
/**
|
|
347
|
+
* Outcome of policy friction evaluation (e.g. SUCCESS_ENFORCED, BYPASSED).
|
|
348
|
+
* @type {string}
|
|
349
|
+
* @memberof Jitactivationhistorydocument
|
|
350
|
+
*/
|
|
351
|
+
'policyFrictionOutcome'?: string | null;
|
|
352
|
+
/**
|
|
353
|
+
* UUIDs of the policy records that matched this activation.
|
|
354
|
+
* @type {Array<string>}
|
|
355
|
+
* @memberof Jitactivationhistorydocument
|
|
356
|
+
*/
|
|
357
|
+
'policyMatchDetails'?: Array<string> | null;
|
|
358
|
+
/**
|
|
359
|
+
* Timestamp when the activation was initiated.
|
|
360
|
+
* @type {string}
|
|
361
|
+
* @memberof Jitactivationhistorydocument
|
|
362
|
+
*/
|
|
363
|
+
'activationInitiated'?: string | null;
|
|
364
|
+
/**
|
|
365
|
+
* Timestamp when provisioning started.
|
|
366
|
+
* @type {string}
|
|
367
|
+
* @memberof Jitactivationhistorydocument
|
|
368
|
+
*/
|
|
369
|
+
'provisionStart'?: string | null;
|
|
370
|
+
/**
|
|
371
|
+
* Timestamp when provisioning completed.
|
|
372
|
+
* @type {string}
|
|
373
|
+
* @memberof Jitactivationhistorydocument
|
|
374
|
+
*/
|
|
375
|
+
'provisionCompleted'?: string | null;
|
|
376
|
+
/**
|
|
377
|
+
* Timestamp when deprovisioning started.
|
|
378
|
+
* @type {string}
|
|
379
|
+
* @memberof Jitactivationhistorydocument
|
|
380
|
+
*/
|
|
381
|
+
'deprovisionStart'?: string | null;
|
|
382
|
+
/**
|
|
383
|
+
* Timestamp when deprovisioning completed.
|
|
384
|
+
* @type {string}
|
|
385
|
+
* @memberof Jitactivationhistorydocument
|
|
386
|
+
*/
|
|
387
|
+
'deprovisionComplete'?: string | null;
|
|
388
|
+
/**
|
|
389
|
+
* Duration of the provisioning phase in minutes.
|
|
390
|
+
* @type {number}
|
|
391
|
+
* @memberof Jitactivationhistorydocument
|
|
392
|
+
*/
|
|
393
|
+
'provisionDurationMins'?: number | null;
|
|
394
|
+
/**
|
|
395
|
+
* Duration of the deprovisioning phase in minutes.
|
|
396
|
+
* @type {number}
|
|
397
|
+
* @memberof Jitactivationhistorydocument
|
|
398
|
+
*/
|
|
399
|
+
'deprovisionDurationMins'?: number | null;
|
|
400
|
+
/**
|
|
401
|
+
*
|
|
402
|
+
* @type {JitactivationhistorydocumentSummary}
|
|
403
|
+
* @memberof Jitactivationhistorydocument
|
|
404
|
+
*/
|
|
405
|
+
'summary'?: JitactivationhistorydocumentSummary | null;
|
|
406
|
+
/**
|
|
407
|
+
* Individual friction items presented to the user during activation (e.g. TICKET, JUSTIFICATION, REAUTH). Null when no friction was evaluated.
|
|
408
|
+
* @type {Array<JitactivationhistorydocumentFrictionsInner>}
|
|
409
|
+
* @memberof Jitactivationhistorydocument
|
|
410
|
+
*/
|
|
411
|
+
'frictions'?: Array<JitactivationhistorydocumentFrictionsInner> | null;
|
|
412
|
+
/**
|
|
413
|
+
* Additional structured metadata about the activation. Shape is subject to change.
|
|
414
|
+
* @type {{ [key: string]: any; }}
|
|
415
|
+
* @memberof Jitactivationhistorydocument
|
|
416
|
+
*/
|
|
417
|
+
'activationDetails'?: {
|
|
418
|
+
[key: string]: any;
|
|
419
|
+
} | null;
|
|
420
|
+
/**
|
|
421
|
+
* Duration breakdown of the full activation lifecycle. Shape is subject to change.
|
|
422
|
+
* @type {{ [key: string]: any; }}
|
|
423
|
+
* @memberof Jitactivationhistorydocument
|
|
424
|
+
*/
|
|
425
|
+
'activationDuration'?: {
|
|
426
|
+
[key: string]: any;
|
|
427
|
+
} | null;
|
|
428
|
+
/**
|
|
429
|
+
* Low-level provisioning operation detail. Shape is subject to change.
|
|
430
|
+
* @type {{ [key: string]: any; }}
|
|
431
|
+
* @memberof Jitactivationhistorydocument
|
|
432
|
+
*/
|
|
433
|
+
'provisioningDetails'?: {
|
|
434
|
+
[key: string]: any;
|
|
435
|
+
} | null;
|
|
436
|
+
}
|
|
437
|
+
/**
|
|
438
|
+
*
|
|
439
|
+
* @export
|
|
440
|
+
* @interface JitactivationhistorydocumentFrictionsInner
|
|
441
|
+
*/
|
|
442
|
+
export interface JitactivationhistorydocumentFrictionsInner {
|
|
443
|
+
/**
|
|
444
|
+
* Type of friction control.
|
|
445
|
+
* @type {string}
|
|
446
|
+
* @memberof JitactivationhistorydocumentFrictionsInner
|
|
447
|
+
*/
|
|
448
|
+
'type'?: string;
|
|
449
|
+
/**
|
|
450
|
+
* Whether the user had permission to bypass this friction.
|
|
451
|
+
* @type {boolean}
|
|
452
|
+
* @memberof JitactivationhistorydocumentFrictionsInner
|
|
453
|
+
*/
|
|
454
|
+
'bypassAllowed'?: boolean;
|
|
455
|
+
/**
|
|
456
|
+
* Data submitted by the user to satisfy this friction (e.g. ticket ID, justification text).
|
|
457
|
+
* @type {string}
|
|
458
|
+
* @memberof JitactivationhistorydocumentFrictionsInner
|
|
459
|
+
*/
|
|
460
|
+
'submittedData'?: string | null;
|
|
461
|
+
/**
|
|
462
|
+
* Completion status of this friction item.
|
|
463
|
+
* @type {string}
|
|
464
|
+
* @memberof JitactivationhistorydocumentFrictionsInner
|
|
465
|
+
*/
|
|
466
|
+
'status'?: string;
|
|
467
|
+
}
|
|
468
|
+
/**
|
|
469
|
+
* High-level friction summary for the activation, including policy matches, reauthentication, justification, and ticket details. Null when no policy was matched or frictions were not evaluated.
|
|
470
|
+
* @export
|
|
471
|
+
* @interface JitactivationhistorydocumentSummary
|
|
472
|
+
*/
|
|
473
|
+
export interface JitactivationhistorydocumentSummary {
|
|
474
|
+
/**
|
|
475
|
+
* List of policies that matched during activation evaluation.
|
|
476
|
+
* @type {Array<JitactivationhistorydocumentSummaryPolicyMatchesInner>}
|
|
477
|
+
* @memberof JitactivationhistorydocumentSummary
|
|
478
|
+
*/
|
|
479
|
+
'policyMatches'?: Array<JitactivationhistorydocumentSummaryPolicyMatchesInner>;
|
|
480
|
+
/**
|
|
481
|
+
*
|
|
482
|
+
* @type {JitactivationhistorydocumentSummaryReauthentication}
|
|
483
|
+
* @memberof JitactivationhistorydocumentSummary
|
|
484
|
+
*/
|
|
485
|
+
'reauthentication'?: JitactivationhistorydocumentSummaryReauthentication | null;
|
|
486
|
+
/**
|
|
487
|
+
*
|
|
488
|
+
* @type {JitactivationhistorydocumentSummaryJustification}
|
|
489
|
+
* @memberof JitactivationhistorydocumentSummary
|
|
490
|
+
*/
|
|
491
|
+
'justification'?: JitactivationhistorydocumentSummaryJustification | null;
|
|
492
|
+
/**
|
|
493
|
+
*
|
|
494
|
+
* @type {JitactivationhistorydocumentSummaryServiceNowTicket}
|
|
495
|
+
* @memberof JitactivationhistorydocumentSummary
|
|
496
|
+
*/
|
|
497
|
+
'serviceNowTicket'?: JitactivationhistorydocumentSummaryServiceNowTicket | null;
|
|
498
|
+
}
|
|
499
|
+
/**
|
|
500
|
+
* Justification friction details.
|
|
501
|
+
* @export
|
|
502
|
+
* @interface JitactivationhistorydocumentSummaryJustification
|
|
503
|
+
*/
|
|
504
|
+
export interface JitactivationhistorydocumentSummaryJustification {
|
|
505
|
+
/**
|
|
506
|
+
* Whether a justification was required for this activation.
|
|
507
|
+
* @type {boolean}
|
|
508
|
+
* @memberof JitactivationhistorydocumentSummaryJustification
|
|
509
|
+
*/
|
|
510
|
+
'required'?: boolean;
|
|
511
|
+
/**
|
|
512
|
+
* Whether the justification requirement was bypassed.
|
|
513
|
+
* @type {boolean}
|
|
514
|
+
* @memberof JitactivationhistorydocumentSummaryJustification
|
|
515
|
+
*/
|
|
516
|
+
'bypassed'?: boolean;
|
|
517
|
+
}
|
|
518
|
+
/**
|
|
519
|
+
*
|
|
520
|
+
* @export
|
|
521
|
+
* @interface JitactivationhistorydocumentSummaryPolicyMatchesInner
|
|
522
|
+
*/
|
|
523
|
+
export interface JitactivationhistorydocumentSummaryPolicyMatchesInner {
|
|
524
|
+
/**
|
|
525
|
+
* UUID of the matched policy.
|
|
526
|
+
* @type {string}
|
|
527
|
+
* @memberof JitactivationhistorydocumentSummaryPolicyMatchesInner
|
|
528
|
+
*/
|
|
529
|
+
'policyId'?: string;
|
|
530
|
+
/**
|
|
531
|
+
* Display name of the matched policy.
|
|
532
|
+
* @type {string}
|
|
533
|
+
* @memberof JitactivationhistorydocumentSummaryPolicyMatchesInner
|
|
534
|
+
*/
|
|
535
|
+
'policyName'?: string;
|
|
536
|
+
}
|
|
537
|
+
/**
|
|
538
|
+
* Reauthentication friction details.
|
|
539
|
+
* @export
|
|
540
|
+
* @interface JitactivationhistorydocumentSummaryReauthentication
|
|
541
|
+
*/
|
|
542
|
+
export interface JitactivationhistorydocumentSummaryReauthentication {
|
|
543
|
+
/**
|
|
544
|
+
* Whether reauthentication was required for this activation.
|
|
545
|
+
* @type {boolean}
|
|
546
|
+
* @memberof JitactivationhistorydocumentSummaryReauthentication
|
|
547
|
+
*/
|
|
548
|
+
'required'?: boolean;
|
|
549
|
+
/**
|
|
550
|
+
* Whether the reauthentication requirement was bypassed.
|
|
551
|
+
* @type {boolean}
|
|
552
|
+
* @memberof JitactivationhistorydocumentSummaryReauthentication
|
|
553
|
+
*/
|
|
554
|
+
'bypassed'?: boolean;
|
|
555
|
+
}
|
|
556
|
+
/**
|
|
557
|
+
* ServiceNow ticket friction details.
|
|
558
|
+
* @export
|
|
559
|
+
* @interface JitactivationhistorydocumentSummaryServiceNowTicket
|
|
560
|
+
*/
|
|
561
|
+
export interface JitactivationhistorydocumentSummaryServiceNowTicket {
|
|
562
|
+
/**
|
|
563
|
+
* Whether a ServiceNow ticket was required for this activation.
|
|
564
|
+
* @type {boolean}
|
|
565
|
+
* @memberof JitactivationhistorydocumentSummaryServiceNowTicket
|
|
566
|
+
*/
|
|
567
|
+
'required'?: boolean;
|
|
568
|
+
/**
|
|
569
|
+
* Whether the ServiceNow ticket requirement was bypassed.
|
|
570
|
+
* @type {boolean}
|
|
571
|
+
* @memberof JitactivationhistorydocumentSummaryServiceNowTicket
|
|
572
|
+
*/
|
|
573
|
+
'bypassed'?: boolean;
|
|
574
|
+
/**
|
|
575
|
+
* ServiceNow ticket reference submitted by the user.
|
|
576
|
+
* @type {string}
|
|
577
|
+
* @memberof JitactivationhistorydocumentSummaryServiceNowTicket
|
|
578
|
+
*/
|
|
579
|
+
'ticketReference'?: string | null;
|
|
580
|
+
}
|
|
262
581
|
/**
|
|
263
582
|
* An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.
|
|
264
583
|
* @export
|
|
@@ -300,6 +619,32 @@ export interface StartActivateWorkflowV1429Response {
|
|
|
300
619
|
* @export
|
|
301
620
|
*/
|
|
302
621
|
export declare const JITActivationsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
622
|
+
/**
|
|
623
|
+
* Returns JIT activation history records for the authenticated identity only. This is the self-service view - results are automatically scoped to the calling identity. Requires `idn:jit-activation-history-self:read`. Returns HTTP 403 when the `PSPM_858_JIT_ACCESS_ACTIVATION_HISTORY_SEARCH` feature flag is disabled.
|
|
624
|
+
* @summary List JIT activation history (self)
|
|
625
|
+
* @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
626
|
+
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
627
|
+
* @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
628
|
+
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **activationInitiated, provisionCompleted, status** Default sort is **-activationInitiated** (newest first).
|
|
629
|
+
* @param {string} [searchAfter] Used to begin the search window at the values specified. This parameter consists of the last values of the sorted fields in the current record set. searchAfter length must match the number of sorters. Used to paginate beyond the offset limit of 10,000. It is recommended to always include the ID of the object in addition to any other sort fields to ensure no duplicate results while paging. For example, if sorting by activationInitiated you will also want to include ID: searchAfter=2026-07-08T14:33:52.029Z,367fb802-1026-1835-a619-11a56e4c5be3&sorters=activationInitiated,id
|
|
630
|
+
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **entitlementId**: *eq, in* **sourceId**: *eq* **connectionId**: *eq* **status**: *eq, in* **activationInitiated**: *gt, lt, ge, le* **policyFrictionOutcome**: *eq, in*
|
|
631
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
632
|
+
* @throws {RequiredError}
|
|
633
|
+
*/
|
|
634
|
+
listJitActivationHistoryForCurrentIdentityV1: (limit?: number, offset?: number, count?: boolean, sorters?: string, searchAfter?: string, filters?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
635
|
+
/**
|
|
636
|
+
* Returns JIT activation history records for the tenant. This is the admin/operator view - it returns activations across all identities in the tenant. Requires `idn:jit-activation-history:read`. Returns HTTP 403 when the `PSPM_858_JIT_ACCESS_ACTIVATION_HISTORY_SEARCH` feature flag is disabled.
|
|
637
|
+
* @summary List JIT activation history (admin)
|
|
638
|
+
* @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
639
|
+
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
640
|
+
* @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
641
|
+
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **activationInitiated, provisionCompleted, status** Default sort is **-activationInitiated** (newest first).
|
|
642
|
+
* @param {string} [searchAfter] Used to begin the search window at the values specified. This parameter consists of the last values of the sorted fields in the current record set. searchAfter length must match the number of sorters. Used to paginate beyond the offset limit of 10,000. It is recommended to always include the ID of the object in addition to any other sort fields to ensure no duplicate results while paging. For example, if sorting by activationInitiated you will also want to include ID: searchAfter=2026-07-08T14:33:52.029Z,367fb802-1026-1835-a619-11a56e4c5be3&sorters=activationInitiated,id
|
|
643
|
+
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **identityId**: *eq, in* **entitlementId**: *eq, in* **sourceId**: *eq* **connectionId**: *eq* **status**: *eq, in* **activationInitiated**: *gt, lt, ge, le* **policyFrictionOutcome**: *eq, in*
|
|
644
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
645
|
+
* @throws {RequiredError}
|
|
646
|
+
*/
|
|
647
|
+
listJitActivationHistoryV1: (limit?: number, offset?: number, count?: boolean, sorters?: string, searchAfter?: string, filters?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
303
648
|
/**
|
|
304
649
|
* Starts a JIT Privileged (JIT P) activation workflow for the given entitlement connection and duration. The service performs quick validation; the workflow performs additional validation. The response is returned with HTTP 202 Accepted while the workflow initializes.
|
|
305
650
|
* @summary Start JIT activation workflow
|
|
@@ -330,6 +675,32 @@ export declare const JITActivationsApiAxiosParamCreator: (configuration?: Config
|
|
|
330
675
|
* @export
|
|
331
676
|
*/
|
|
332
677
|
export declare const JITActivationsApiFp: (configuration?: Configuration) => {
|
|
678
|
+
/**
|
|
679
|
+
* Returns JIT activation history records for the authenticated identity only. This is the self-service view - results are automatically scoped to the calling identity. Requires `idn:jit-activation-history-self:read`. Returns HTTP 403 when the `PSPM_858_JIT_ACCESS_ACTIVATION_HISTORY_SEARCH` feature flag is disabled.
|
|
680
|
+
* @summary List JIT activation history (self)
|
|
681
|
+
* @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
682
|
+
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
683
|
+
* @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
684
|
+
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **activationInitiated, provisionCompleted, status** Default sort is **-activationInitiated** (newest first).
|
|
685
|
+
* @param {string} [searchAfter] Used to begin the search window at the values specified. This parameter consists of the last values of the sorted fields in the current record set. searchAfter length must match the number of sorters. Used to paginate beyond the offset limit of 10,000. It is recommended to always include the ID of the object in addition to any other sort fields to ensure no duplicate results while paging. For example, if sorting by activationInitiated you will also want to include ID: searchAfter=2026-07-08T14:33:52.029Z,367fb802-1026-1835-a619-11a56e4c5be3&sorters=activationInitiated,id
|
|
686
|
+
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **entitlementId**: *eq, in* **sourceId**: *eq* **connectionId**: *eq* **status**: *eq, in* **activationInitiated**: *gt, lt, ge, le* **policyFrictionOutcome**: *eq, in*
|
|
687
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
688
|
+
* @throws {RequiredError}
|
|
689
|
+
*/
|
|
690
|
+
listJitActivationHistoryForCurrentIdentityV1(limit?: number, offset?: number, count?: boolean, sorters?: string, searchAfter?: string, filters?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Jitactivationhistorydocument>>>;
|
|
691
|
+
/**
|
|
692
|
+
* Returns JIT activation history records for the tenant. This is the admin/operator view - it returns activations across all identities in the tenant. Requires `idn:jit-activation-history:read`. Returns HTTP 403 when the `PSPM_858_JIT_ACCESS_ACTIVATION_HISTORY_SEARCH` feature flag is disabled.
|
|
693
|
+
* @summary List JIT activation history (admin)
|
|
694
|
+
* @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
695
|
+
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
696
|
+
* @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
697
|
+
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **activationInitiated, provisionCompleted, status** Default sort is **-activationInitiated** (newest first).
|
|
698
|
+
* @param {string} [searchAfter] Used to begin the search window at the values specified. This parameter consists of the last values of the sorted fields in the current record set. searchAfter length must match the number of sorters. Used to paginate beyond the offset limit of 10,000. It is recommended to always include the ID of the object in addition to any other sort fields to ensure no duplicate results while paging. For example, if sorting by activationInitiated you will also want to include ID: searchAfter=2026-07-08T14:33:52.029Z,367fb802-1026-1835-a619-11a56e4c5be3&sorters=activationInitiated,id
|
|
699
|
+
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **identityId**: *eq, in* **entitlementId**: *eq, in* **sourceId**: *eq* **connectionId**: *eq* **status**: *eq, in* **activationInitiated**: *gt, lt, ge, le* **policyFrictionOutcome**: *eq, in*
|
|
700
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
701
|
+
* @throws {RequiredError}
|
|
702
|
+
*/
|
|
703
|
+
listJitActivationHistoryV1(limit?: number, offset?: number, count?: boolean, sorters?: string, searchAfter?: string, filters?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Jitactivationhistorydocument>>>;
|
|
333
704
|
/**
|
|
334
705
|
* Starts a JIT Privileged (JIT P) activation workflow for the given entitlement connection and duration. The service performs quick validation; the workflow performs additional validation. The response is returned with HTTP 202 Accepted while the workflow initializes.
|
|
335
706
|
* @summary Start JIT activation workflow
|
|
@@ -360,6 +731,22 @@ export declare const JITActivationsApiFp: (configuration?: Configuration) => {
|
|
|
360
731
|
* @export
|
|
361
732
|
*/
|
|
362
733
|
export declare const JITActivationsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
734
|
+
/**
|
|
735
|
+
* Returns JIT activation history records for the authenticated identity only. This is the self-service view - results are automatically scoped to the calling identity. Requires `idn:jit-activation-history-self:read`. Returns HTTP 403 when the `PSPM_858_JIT_ACCESS_ACTIVATION_HISTORY_SEARCH` feature flag is disabled.
|
|
736
|
+
* @summary List JIT activation history (self)
|
|
737
|
+
* @param {JITActivationsApiListJitActivationHistoryForCurrentIdentityV1Request} requestParameters Request parameters.
|
|
738
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
739
|
+
* @throws {RequiredError}
|
|
740
|
+
*/
|
|
741
|
+
listJitActivationHistoryForCurrentIdentityV1(requestParameters?: JITActivationsApiListJitActivationHistoryForCurrentIdentityV1Request, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<Jitactivationhistorydocument>>;
|
|
742
|
+
/**
|
|
743
|
+
* Returns JIT activation history records for the tenant. This is the admin/operator view - it returns activations across all identities in the tenant. Requires `idn:jit-activation-history:read`. Returns HTTP 403 when the `PSPM_858_JIT_ACCESS_ACTIVATION_HISTORY_SEARCH` feature flag is disabled.
|
|
744
|
+
* @summary List JIT activation history (admin)
|
|
745
|
+
* @param {JITActivationsApiListJitActivationHistoryV1Request} requestParameters Request parameters.
|
|
746
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
747
|
+
* @throws {RequiredError}
|
|
748
|
+
*/
|
|
749
|
+
listJitActivationHistoryV1(requestParameters?: JITActivationsApiListJitActivationHistoryV1Request, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<Jitactivationhistorydocument>>;
|
|
363
750
|
/**
|
|
364
751
|
* Starts a JIT Privileged (JIT P) activation workflow for the given entitlement connection and duration. The service performs quick validation; the workflow performs additional validation. The response is returned with HTTP 202 Accepted while the workflow initializes.
|
|
365
752
|
* @summary Start JIT activation workflow
|
|
@@ -385,6 +772,92 @@ export declare const JITActivationsApiFactory: (configuration?: Configuration, b
|
|
|
385
772
|
*/
|
|
386
773
|
startExtendWorkflowV1(requestParameters: JITActivationsApiStartExtendWorkflowV1Request, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<JitActivationExtendResponse>;
|
|
387
774
|
};
|
|
775
|
+
/**
|
|
776
|
+
* Request parameters for listJitActivationHistoryForCurrentIdentityV1 operation in JITActivationsApi.
|
|
777
|
+
* @export
|
|
778
|
+
* @interface JITActivationsApiListJitActivationHistoryForCurrentIdentityV1Request
|
|
779
|
+
*/
|
|
780
|
+
export interface JITActivationsApiListJitActivationHistoryForCurrentIdentityV1Request {
|
|
781
|
+
/**
|
|
782
|
+
* Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
783
|
+
* @type {number}
|
|
784
|
+
* @memberof JITActivationsApiListJitActivationHistoryForCurrentIdentityV1
|
|
785
|
+
*/
|
|
786
|
+
readonly limit?: number;
|
|
787
|
+
/**
|
|
788
|
+
* Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
789
|
+
* @type {number}
|
|
790
|
+
* @memberof JITActivationsApiListJitActivationHistoryForCurrentIdentityV1
|
|
791
|
+
*/
|
|
792
|
+
readonly offset?: number;
|
|
793
|
+
/**
|
|
794
|
+
* If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
795
|
+
* @type {boolean}
|
|
796
|
+
* @memberof JITActivationsApiListJitActivationHistoryForCurrentIdentityV1
|
|
797
|
+
*/
|
|
798
|
+
readonly count?: boolean;
|
|
799
|
+
/**
|
|
800
|
+
* Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **activationInitiated, provisionCompleted, status** Default sort is **-activationInitiated** (newest first).
|
|
801
|
+
* @type {string}
|
|
802
|
+
* @memberof JITActivationsApiListJitActivationHistoryForCurrentIdentityV1
|
|
803
|
+
*/
|
|
804
|
+
readonly sorters?: string;
|
|
805
|
+
/**
|
|
806
|
+
* Used to begin the search window at the values specified. This parameter consists of the last values of the sorted fields in the current record set. searchAfter length must match the number of sorters. Used to paginate beyond the offset limit of 10,000. It is recommended to always include the ID of the object in addition to any other sort fields to ensure no duplicate results while paging. For example, if sorting by activationInitiated you will also want to include ID: searchAfter=2026-07-08T14:33:52.029Z,367fb802-1026-1835-a619-11a56e4c5be3&sorters=activationInitiated,id
|
|
807
|
+
* @type {string}
|
|
808
|
+
* @memberof JITActivationsApiListJitActivationHistoryForCurrentIdentityV1
|
|
809
|
+
*/
|
|
810
|
+
readonly searchAfter?: string;
|
|
811
|
+
/**
|
|
812
|
+
* Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **entitlementId**: *eq, in* **sourceId**: *eq* **connectionId**: *eq* **status**: *eq, in* **activationInitiated**: *gt, lt, ge, le* **policyFrictionOutcome**: *eq, in*
|
|
813
|
+
* @type {string}
|
|
814
|
+
* @memberof JITActivationsApiListJitActivationHistoryForCurrentIdentityV1
|
|
815
|
+
*/
|
|
816
|
+
readonly filters?: string;
|
|
817
|
+
}
|
|
818
|
+
/**
|
|
819
|
+
* Request parameters for listJitActivationHistoryV1 operation in JITActivationsApi.
|
|
820
|
+
* @export
|
|
821
|
+
* @interface JITActivationsApiListJitActivationHistoryV1Request
|
|
822
|
+
*/
|
|
823
|
+
export interface JITActivationsApiListJitActivationHistoryV1Request {
|
|
824
|
+
/**
|
|
825
|
+
* Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
826
|
+
* @type {number}
|
|
827
|
+
* @memberof JITActivationsApiListJitActivationHistoryV1
|
|
828
|
+
*/
|
|
829
|
+
readonly limit?: number;
|
|
830
|
+
/**
|
|
831
|
+
* Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
832
|
+
* @type {number}
|
|
833
|
+
* @memberof JITActivationsApiListJitActivationHistoryV1
|
|
834
|
+
*/
|
|
835
|
+
readonly offset?: number;
|
|
836
|
+
/**
|
|
837
|
+
* If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
838
|
+
* @type {boolean}
|
|
839
|
+
* @memberof JITActivationsApiListJitActivationHistoryV1
|
|
840
|
+
*/
|
|
841
|
+
readonly count?: boolean;
|
|
842
|
+
/**
|
|
843
|
+
* Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **activationInitiated, provisionCompleted, status** Default sort is **-activationInitiated** (newest first).
|
|
844
|
+
* @type {string}
|
|
845
|
+
* @memberof JITActivationsApiListJitActivationHistoryV1
|
|
846
|
+
*/
|
|
847
|
+
readonly sorters?: string;
|
|
848
|
+
/**
|
|
849
|
+
* Used to begin the search window at the values specified. This parameter consists of the last values of the sorted fields in the current record set. searchAfter length must match the number of sorters. Used to paginate beyond the offset limit of 10,000. It is recommended to always include the ID of the object in addition to any other sort fields to ensure no duplicate results while paging. For example, if sorting by activationInitiated you will also want to include ID: searchAfter=2026-07-08T14:33:52.029Z,367fb802-1026-1835-a619-11a56e4c5be3&sorters=activationInitiated,id
|
|
850
|
+
* @type {string}
|
|
851
|
+
* @memberof JITActivationsApiListJitActivationHistoryV1
|
|
852
|
+
*/
|
|
853
|
+
readonly searchAfter?: string;
|
|
854
|
+
/**
|
|
855
|
+
* Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **identityId**: *eq, in* **entitlementId**: *eq, in* **sourceId**: *eq* **connectionId**: *eq* **status**: *eq, in* **activationInitiated**: *gt, lt, ge, le* **policyFrictionOutcome**: *eq, in*
|
|
856
|
+
* @type {string}
|
|
857
|
+
* @memberof JITActivationsApiListJitActivationHistoryV1
|
|
858
|
+
*/
|
|
859
|
+
readonly filters?: string;
|
|
860
|
+
}
|
|
388
861
|
/**
|
|
389
862
|
* Request parameters for startActivateWorkflowV1 operation in JITActivationsApi.
|
|
390
863
|
* @export
|
|
@@ -431,6 +904,24 @@ export interface JITActivationsApiStartExtendWorkflowV1Request {
|
|
|
431
904
|
* @extends {BaseAPI}
|
|
432
905
|
*/
|
|
433
906
|
export declare class JITActivationsApi extends BaseAPI {
|
|
907
|
+
/**
|
|
908
|
+
* Returns JIT activation history records for the authenticated identity only. This is the self-service view - results are automatically scoped to the calling identity. Requires `idn:jit-activation-history-self:read`. Returns HTTP 403 when the `PSPM_858_JIT_ACCESS_ACTIVATION_HISTORY_SEARCH` feature flag is disabled.
|
|
909
|
+
* @summary List JIT activation history (self)
|
|
910
|
+
* @param {JITActivationsApiListJitActivationHistoryForCurrentIdentityV1Request} requestParameters Request parameters.
|
|
911
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
912
|
+
* @throws {RequiredError}
|
|
913
|
+
* @memberof JITActivationsApi
|
|
914
|
+
*/
|
|
915
|
+
listJitActivationHistoryForCurrentIdentityV1(requestParameters?: JITActivationsApiListJitActivationHistoryForCurrentIdentityV1Request, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Jitactivationhistorydocument[], any>>;
|
|
916
|
+
/**
|
|
917
|
+
* Returns JIT activation history records for the tenant. This is the admin/operator view - it returns activations across all identities in the tenant. Requires `idn:jit-activation-history:read`. Returns HTTP 403 when the `PSPM_858_JIT_ACCESS_ACTIVATION_HISTORY_SEARCH` feature flag is disabled.
|
|
918
|
+
* @summary List JIT activation history (admin)
|
|
919
|
+
* @param {JITActivationsApiListJitActivationHistoryV1Request} requestParameters Request parameters.
|
|
920
|
+
* @param {*} [axiosOptions] Override http request option.
|
|
921
|
+
* @throws {RequiredError}
|
|
922
|
+
* @memberof JITActivationsApi
|
|
923
|
+
*/
|
|
924
|
+
listJitActivationHistoryV1(requestParameters?: JITActivationsApiListJitActivationHistoryV1Request, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Jitactivationhistorydocument[], any>>;
|
|
434
925
|
/**
|
|
435
926
|
* Starts a JIT Privileged (JIT P) activation workflow for the given entitlement connection and duration. The service performs quick validation; the workflow performs additional validation. The response is returned with HTTP 202 Accepted while the workflow initializes.
|
|
436
927
|
* @summary Start JIT activation workflow
|