@sailpoint/api-client 2.2.9 → 2.2.11
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/dist/access_requests/api.d.ts +3 -3
- package/dist/access_requests/api.js.map +1 -1
- package/dist/entitlements/api.d.ts +3 -3
- package/dist/entitlements/api.js.map +1 -1
- package/dist/esm/nerm/common.js +2 -2
- package/dist/esm/nermv2025/common.js +2 -2
- package/dist/esm/sources/api.js +20 -21
- package/dist/nerm/common.js +2 -2
- package/dist/nerm/common.js.map +1 -1
- package/dist/nermv2025/common.js +2 -2
- package/dist/nermv2025/common.js.map +1 -1
- package/dist/sources/api.d.ts +126 -127
- package/dist/sources/api.js +21 -22
- package/dist/sources/api.js.map +1 -1
- package/package.json +1 -1
|
@@ -1236,13 +1236,13 @@ export type EntitlementAccessRequestConfigMaxPermittedAccessDurationTimeUnitEnum
|
|
|
1236
1236
|
*/
|
|
1237
1237
|
export interface EntitlementApprovalScheme {
|
|
1238
1238
|
/**
|
|
1239
|
-
* Describes the individual or group that is responsible for an approval step. Values are as follows. **ENTITLEMENT_OWNER**: Owner of the associated Entitlement **SOURCE_OWNER**: Owner of the associated Source **MANAGER**: Manager of the Identity for whom the request is being made **GOVERNANCE_GROUP**: A Governance Group, the ID of which is specified by the **approverId** field **WORKFLOW**: A Workflow, the ID of which is specified by the **approverId** field
|
|
1239
|
+
* Describes the individual or group that is responsible for an approval step. Values are as follows. **ENTITLEMENT_OWNER**: Owner of the associated Entitlement **SOURCE_OWNER**: Owner of the associated Source **MANAGER**: Manager of the Identity for whom the request is being made **GOVERNANCE_GROUP**: A Governance Group, the ID of which is specified by the **approverId** field **WORKFLOW**: A Workflow, the ID of which is specified by the **approverId** field. A workflow approver has these requirements. - The Adaptive Approvals feature must be enabled for the tenant. - The workflow given in **approverId** must use the `idn:access-request-trigger` trigger. - `WORKFLOW` is exclusive of the other approver types. If you use it, it must be the only entry in **approvalSchemes**. - `WORKFLOW` is supported only in entitlement-level configuration. The source-level [Update source entitlement request configuration](https://developer.sailpoint.com/docs/api/update-source-entitlement-request-config-v-1) endpoint rejects it with a 400.
|
|
1240
1240
|
* @type {string}
|
|
1241
1241
|
* @memberof EntitlementApprovalScheme
|
|
1242
1242
|
*/
|
|
1243
1243
|
'approverType'?: EntitlementApprovalSchemeApproverTypeEnum;
|
|
1244
1244
|
/**
|
|
1245
|
-
* Id of the specific approver, used only when approverType is GOVERNANCE_GROUP or WORKFLOW
|
|
1245
|
+
* Id of the specific approver, used only when approverType is GOVERNANCE_GROUP or WORKFLOW. For WORKFLOW this is the ID of the workflow to run.
|
|
1246
1246
|
* @type {string}
|
|
1247
1247
|
* @memberof EntitlementApprovalScheme
|
|
1248
1248
|
*/
|
|
@@ -1301,7 +1301,7 @@ export interface EntitlementRequestConfig2 {
|
|
|
1301
1301
|
*/
|
|
1302
1302
|
export interface EntitlementRevocationRequestConfig {
|
|
1303
1303
|
/**
|
|
1304
|
-
* Ordered list of approval steps for the
|
|
1304
|
+
* Ordered list of approval steps for the revocation request. Empty when no approval is required.
|
|
1305
1305
|
* @type {Array<EntitlementApprovalScheme>}
|
|
1306
1306
|
* @memberof EntitlementRevocationRequestConfig
|
|
1307
1307
|
*/
|