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
package/identities/api.ts
CHANGED
|
@@ -1396,7 +1396,7 @@ export const IdentitiesApiAxiosParamCreator = function (configuration?: Configur
|
|
|
1396
1396
|
};
|
|
1397
1397
|
},
|
|
1398
1398
|
/**
|
|
1399
|
-
* Use this API to return an identity\'s owned objects that will cause problems for deleting the identity. Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity. For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/
|
|
1399
|
+
* Use this API to return an identity\'s owned objects that will cause problems for deleting the identity. Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity. For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/search-post-v-1). When you search for identities, the returned identities have a property, `owns`, that contains a more comprehensive list of identity\'s owned objects.
|
|
1400
1400
|
* @summary Get ownership details
|
|
1401
1401
|
* @param {string} identityId Identity ID.
|
|
1402
1402
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -1737,7 +1737,7 @@ export const IdentitiesApiAxiosParamCreator = function (configuration?: Configur
|
|
|
1737
1737
|
};
|
|
1738
1738
|
},
|
|
1739
1739
|
/**
|
|
1740
|
-
* This API submits a task for inviting given identities via email to complete registration. The invitation email will include the link. After selecting the link an identity will be able to set up password and log in into the system. Invitations expire after 7 days. By default invitations send to the work identity email. It can be changed in Admin > Identities > Identity Profiles by selecting corresponding profile and editing Invitation Options. This task will send an invitation email only for unregistered identities. The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/
|
|
1740
|
+
* This API submits a task for inviting given identities via email to complete registration. The invitation email will include the link. After selecting the link an identity will be able to set up password and log in into the system. Invitations expire after 7 days. By default invitations send to the work identity email. It can be changed in Admin > Identities > Identity Profiles by selecting corresponding profile and editing Invitation Options. This task will send an invitation email only for unregistered identities. The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/get-task-status-v-1).
|
|
1741
1741
|
* @summary Invite identities to register
|
|
1742
1742
|
* @param {InviteIdentitiesRequest} inviteIdentitiesRequest
|
|
1743
1743
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -1891,7 +1891,7 @@ export const IdentitiesApiFp = function(configuration?: Configuration) {
|
|
|
1891
1891
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1892
1892
|
},
|
|
1893
1893
|
/**
|
|
1894
|
-
* Use this API to return an identity\'s owned objects that will cause problems for deleting the identity. Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity. For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/
|
|
1894
|
+
* Use this API to return an identity\'s owned objects that will cause problems for deleting the identity. Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity. For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/search-post-v-1). When you search for identities, the returned identities have a property, `owns`, that contains a more comprehensive list of identity\'s owned objects.
|
|
1895
1895
|
* @summary Get ownership details
|
|
1896
1896
|
* @param {string} identityId Identity ID.
|
|
1897
1897
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -2008,7 +2008,7 @@ export const IdentitiesApiFp = function(configuration?: Configuration) {
|
|
|
2008
2008
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2009
2009
|
},
|
|
2010
2010
|
/**
|
|
2011
|
-
* This API submits a task for inviting given identities via email to complete registration. The invitation email will include the link. After selecting the link an identity will be able to set up password and log in into the system. Invitations expire after 7 days. By default invitations send to the work identity email. It can be changed in Admin > Identities > Identity Profiles by selecting corresponding profile and editing Invitation Options. This task will send an invitation email only for unregistered identities. The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/
|
|
2011
|
+
* This API submits a task for inviting given identities via email to complete registration. The invitation email will include the link. After selecting the link an identity will be able to set up password and log in into the system. Invitations expire after 7 days. By default invitations send to the work identity email. It can be changed in Admin > Identities > Identity Profiles by selecting corresponding profile and editing Invitation Options. This task will send an invitation email only for unregistered identities. The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/get-task-status-v-1).
|
|
2012
2012
|
* @summary Invite identities to register
|
|
2013
2013
|
* @param {InviteIdentitiesRequest} inviteIdentitiesRequest
|
|
2014
2014
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -2070,7 +2070,7 @@ export const IdentitiesApiFactory = function (configuration?: Configuration, bas
|
|
|
2070
2070
|
return localVarFp.deleteIdentityV1(requestParameters.id, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
|
|
2071
2071
|
},
|
|
2072
2072
|
/**
|
|
2073
|
-
* Use this API to return an identity\'s owned objects that will cause problems for deleting the identity. Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity. For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/
|
|
2073
|
+
* Use this API to return an identity\'s owned objects that will cause problems for deleting the identity. Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity. For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/search-post-v-1). When you search for identities, the returned identities have a property, `owns`, that contains a more comprehensive list of identity\'s owned objects.
|
|
2074
2074
|
* @summary Get ownership details
|
|
2075
2075
|
* @param {IdentitiesApiGetIdentityOwnershipDetailsV1Request} requestParameters Request parameters.
|
|
2076
2076
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -2150,7 +2150,7 @@ export const IdentitiesApiFactory = function (configuration?: Configuration, bas
|
|
|
2150
2150
|
return localVarFp.sendIdentityVerificationAccountTokenV1(requestParameters.id, requestParameters.sendAccountVerificationRequest, requestParameters.xSailPointExperimental, axiosOptions).then((request) => request(axios, basePath));
|
|
2151
2151
|
},
|
|
2152
2152
|
/**
|
|
2153
|
-
* This API submits a task for inviting given identities via email to complete registration. The invitation email will include the link. After selecting the link an identity will be able to set up password and log in into the system. Invitations expire after 7 days. By default invitations send to the work identity email. It can be changed in Admin > Identities > Identity Profiles by selecting corresponding profile and editing Invitation Options. This task will send an invitation email only for unregistered identities. The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/
|
|
2153
|
+
* This API submits a task for inviting given identities via email to complete registration. The invitation email will include the link. After selecting the link an identity will be able to set up password and log in into the system. Invitations expire after 7 days. By default invitations send to the work identity email. It can be changed in Admin > Identities > Identity Profiles by selecting corresponding profile and editing Invitation Options. This task will send an invitation email only for unregistered identities. The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/get-task-status-v-1).
|
|
2154
2154
|
* @summary Invite identities to register
|
|
2155
2155
|
* @param {IdentitiesApiStartIdentitiesInviteV1Request} requestParameters Request parameters.
|
|
2156
2156
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -2489,7 +2489,7 @@ export class IdentitiesApi extends BaseAPI {
|
|
|
2489
2489
|
}
|
|
2490
2490
|
|
|
2491
2491
|
/**
|
|
2492
|
-
* Use this API to return an identity\'s owned objects that will cause problems for deleting the identity. Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity. For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/
|
|
2492
|
+
* Use this API to return an identity\'s owned objects that will cause problems for deleting the identity. Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity. For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/search-post-v-1). When you search for identities, the returned identities have a property, `owns`, that contains a more comprehensive list of identity\'s owned objects.
|
|
2493
2493
|
* @summary Get ownership details
|
|
2494
2494
|
* @param {IdentitiesApiGetIdentityOwnershipDetailsV1Request} requestParameters Request parameters.
|
|
2495
2495
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -2585,7 +2585,7 @@ export class IdentitiesApi extends BaseAPI {
|
|
|
2585
2585
|
}
|
|
2586
2586
|
|
|
2587
2587
|
/**
|
|
2588
|
-
* This API submits a task for inviting given identities via email to complete registration. The invitation email will include the link. After selecting the link an identity will be able to set up password and log in into the system. Invitations expire after 7 days. By default invitations send to the work identity email. It can be changed in Admin > Identities > Identity Profiles by selecting corresponding profile and editing Invitation Options. This task will send an invitation email only for unregistered identities. The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/
|
|
2588
|
+
* This API submits a task for inviting given identities via email to complete registration. The invitation email will include the link. After selecting the link an identity will be able to set up password and log in into the system. Invitations expire after 7 days. By default invitations send to the work identity email. It can be changed in Admin > Identities > Identity Profiles by selecting corresponding profile and editing Invitation Options. This task will send an invitation email only for unregistered identities. The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/get-task-status-v-1).
|
|
2589
2589
|
* @summary Invite identities to register
|
|
2590
2590
|
* @param {IdentitiesApiStartIdentitiesInviteV1Request} requestParameters Request parameters.
|
|
2591
2591
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -90,7 +90,7 @@ console.log(result);
|
|
|
90
90
|
Get ownership details
|
|
91
91
|
Use this API to return an identity's owned objects that will cause problems for deleting the identity.
|
|
92
92
|
Use this API as a checklist of objects that you need to reassign to a different identity before you can delete the identity.
|
|
93
|
-
For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/
|
|
93
|
+
For a full list of objects owned by an identity, use the [Search API](https://developer.sailpoint.com/docs/api/search-post-v-1). When you search for identities, the returned identities have a property, `owns`, that contains a more comprehensive list of identity's owned objects.
|
|
94
94
|
|
|
95
95
|
[API Spec](https://developer.sailpoint.com/docs/api/get-identity-ownership-details-v-1)
|
|
96
96
|
|
|
@@ -427,7 +427,7 @@ This API submits a task for inviting given identities via email to complete regi
|
|
|
427
427
|
|
|
428
428
|
This task will send an invitation email only for unregistered identities.
|
|
429
429
|
|
|
430
|
-
The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/
|
|
430
|
+
The executed task status can be checked by Task Management > [Get task status by ID](https://developer.sailpoint.com/docs/api/get-task-status-v-1).
|
|
431
431
|
|
|
432
432
|
|
|
433
433
|
[API Spec](https://developer.sailpoint.com/docs/api/start-identities-invite-v-1)
|
|
@@ -13,6 +13,13 @@ JitActivationDeactivateRequest.md
|
|
|
13
13
|
JitActivationDeactivateResponse.md
|
|
14
14
|
JitActivationExtendRequest.md
|
|
15
15
|
JitActivationExtendResponse.md
|
|
16
|
+
Jitactivationhistorydocument.md
|
|
17
|
+
JitactivationhistorydocumentFrictionsInner.md
|
|
18
|
+
JitactivationhistorydocumentSummary.md
|
|
19
|
+
JitactivationhistorydocumentSummaryJustification.md
|
|
20
|
+
JitactivationhistorydocumentSummaryPolicyMatchesInner.md
|
|
21
|
+
JitactivationhistorydocumentSummaryReauthentication.md
|
|
22
|
+
JitactivationhistorydocumentSummaryServiceNowTicket.md
|
|
16
23
|
LocaleOrigin.md
|
|
17
24
|
README.md
|
|
18
25
|
StartActivateWorkflowV1401Response.md
|