sailpoint-api-client 1.8.53 → 1.8.55
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/beta/README.md +2 -2
- package/beta/api.ts +51 -10
- package/beta/common.ts +2 -2
- package/beta/package.json +1 -1
- package/dist/beta/api.d.ts +49 -8
- package/dist/beta/api.js +13 -2
- package/dist/beta/api.js.map +1 -1
- package/dist/beta/common.js +2 -2
- package/dist/nerm/common.js +2 -2
- package/dist/nermv2025/common.js +2 -2
- package/dist/v2024/api.d.ts +50 -9
- package/dist/v2024/api.js +13 -2
- package/dist/v2024/api.js.map +1 -1
- package/dist/v2024/common.js +2 -2
- package/dist/v2025/api.d.ts +49 -8
- package/dist/v2025/api.js +13 -2
- package/dist/v2025/api.js.map +1 -1
- package/dist/v2025/common.js +2 -2
- package/dist/v2026/api.d.ts +245 -9
- package/dist/v2026/api.js +239 -2
- package/dist/v2026/api.js.map +1 -1
- package/dist/v2026/common.js +2 -2
- package/dist/v3/api.d.ts +31 -8
- package/dist/v3/api.js +13 -2
- package/dist/v3/api.js.map +1 -1
- package/dist/v3/common.js +2 -2
- 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/package.json +1 -1
- package/v2024/README.md +2 -2
- package/v2024/api.ts +52 -11
- package/v2024/common.ts +2 -2
- package/v2024/package.json +1 -1
- package/v2025/README.md +2 -2
- package/v2025/api.ts +51 -10
- package/v2025/common.ts +2 -2
- package/v2025/package.json +1 -1
- package/v2026/README.md +2 -2
- package/v2026/api.ts +355 -11
- package/v2026/common.ts +2 -2
- package/v2026/package.json +1 -1
- package/v3/README.md +2 -2
- package/v3/api.ts +33 -10
- package/v3/common.ts +2 -2
- package/v3/package.json +1 -1
package/v3/api.ts
CHANGED
|
@@ -574,13 +574,13 @@ export interface AccessProfile {
|
|
|
574
574
|
*/
|
|
575
575
|
export interface AccessProfileApprovalScheme {
|
|
576
576
|
/**
|
|
577
|
-
* Describes the individual or group that is responsible for an approval step. These are the possible values: **APP_OWNER**: The owner of the Application **OWNER**: Owner of the associated Access Profile or Role **SOURCE_OWNER**: Owner of the Source associated with an Access Profile **MANAGER**: Manager of the Identity making the request **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. Workflow is exclusive to other types of approvals and License required.
|
|
577
|
+
* Describes the individual or group that is responsible for an approval step. These are the possible values: **APP_OWNER**: The owner of the Application **OWNER**: Owner of the associated Access Profile or Role **SOURCE_OWNER**: Owner of the Source associated with an Access Profile **MANAGER**: Manager of the Identity making the request **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. Workflow is exclusive to other types of approvals and License required. **ALL_OWNERS**: All owners of the Access Profile, including the primary owner and any secondary owners **ADDITIONAL_OWNER**: An additional owner of the Access Profile, the ID of which is specified by the **approverId** field **ADDITIONAL_GOVERNANCE_GROUP**: An additional Governance Group, the ID of which is specified by the **approverId** field
|
|
578
578
|
* @type {string}
|
|
579
579
|
* @memberof AccessProfileApprovalScheme
|
|
580
580
|
*/
|
|
581
581
|
'approverType'?: AccessProfileApprovalSchemeApproverTypeV3;
|
|
582
582
|
/**
|
|
583
|
-
* Id of the specific approver, used when approverType is GOVERNANCE_GROUP or
|
|
583
|
+
* Id of the specific approver, used when approverType is GOVERNANCE_GROUP, WORKFLOW, or ADDITIONAL_GOVERNANCE_GROUP.
|
|
584
584
|
* @type {string}
|
|
585
585
|
* @memberof AccessProfileApprovalScheme
|
|
586
586
|
*/
|
|
@@ -593,7 +593,10 @@ export const AccessProfileApprovalSchemeApproverTypeV3 = {
|
|
|
593
593
|
SourceOwner: 'SOURCE_OWNER',
|
|
594
594
|
Manager: 'MANAGER',
|
|
595
595
|
GovernanceGroup: 'GOVERNANCE_GROUP',
|
|
596
|
-
Workflow: 'WORKFLOW'
|
|
596
|
+
Workflow: 'WORKFLOW',
|
|
597
|
+
AllOwners: 'ALL_OWNERS',
|
|
598
|
+
AdditionalOwner: 'ADDITIONAL_OWNER',
|
|
599
|
+
AdditionalGovernanceGroup: 'ADDITIONAL_GOVERNANCE_GROUP'
|
|
597
600
|
} as const;
|
|
598
601
|
|
|
599
602
|
export type AccessProfileApprovalSchemeApproverTypeV3 = typeof AccessProfileApprovalSchemeApproverTypeV3[keyof typeof AccessProfileApprovalSchemeApproverTypeV3];
|
|
@@ -3422,13 +3425,13 @@ export type ApprovalScheme = typeof ApprovalScheme[keyof typeof ApprovalScheme];
|
|
|
3422
3425
|
*/
|
|
3423
3426
|
export interface ApprovalSchemeForRole {
|
|
3424
3427
|
/**
|
|
3425
|
-
* Describes the individual or group that is responsible for an approval step. Values are as follows. **OWNER**: Owner of the associated Role **MANAGER**: Manager of the Identity making the request **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. Workflow is exclusive to other types of approvals and License required.
|
|
3428
|
+
* Describes the individual or group that is responsible for an approval step. Values are as follows. **OWNER**: Owner of the associated Role **MANAGER**: Manager of the Identity making the request **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. Workflow is exclusive to other types of approvals and License required. **ALL_OWNERS**: All owners of the Role, including the primary owner and any secondary owners **ADDITIONAL_OWNER**: An additional owner of the Role, the ID of which is specified by the **approverId** field **ADDITIONAL_GOVERNANCE_GROUP**: An additional Governance Group, the ID of which is specified by the **approverId** field
|
|
3426
3429
|
* @type {string}
|
|
3427
3430
|
* @memberof ApprovalSchemeForRole
|
|
3428
3431
|
*/
|
|
3429
3432
|
'approverType'?: ApprovalSchemeForRoleApproverTypeV3;
|
|
3430
3433
|
/**
|
|
3431
|
-
* Id of the specific approver, used when approverType is GOVERNANCE_GROUP or
|
|
3434
|
+
* Id of the specific approver, used when approverType is GOVERNANCE_GROUP, WORKFLOW, or ADDITIONAL_GOVERNANCE_GROUP.
|
|
3432
3435
|
* @type {string}
|
|
3433
3436
|
* @memberof ApprovalSchemeForRole
|
|
3434
3437
|
*/
|
|
@@ -3439,7 +3442,10 @@ export const ApprovalSchemeForRoleApproverTypeV3 = {
|
|
|
3439
3442
|
Owner: 'OWNER',
|
|
3440
3443
|
Manager: 'MANAGER',
|
|
3441
3444
|
GovernanceGroup: 'GOVERNANCE_GROUP',
|
|
3442
|
-
Workflow: 'WORKFLOW'
|
|
3445
|
+
Workflow: 'WORKFLOW',
|
|
3446
|
+
AllOwners: 'ALL_OWNERS',
|
|
3447
|
+
AdditionalOwner: 'ADDITIONAL_OWNER',
|
|
3448
|
+
AdditionalGovernanceGroup: 'ADDITIONAL_GOVERNANCE_GROUP'
|
|
3443
3449
|
} as const;
|
|
3444
3450
|
|
|
3445
3451
|
export type ApprovalSchemeForRoleApproverTypeV3 = typeof ApprovalSchemeForRoleApproverTypeV3[keyof typeof ApprovalSchemeForRoleApproverTypeV3];
|
|
@@ -17578,6 +17584,12 @@ export interface RequestabilityForRole {
|
|
|
17578
17584
|
* @memberof RequestabilityForRole
|
|
17579
17585
|
*/
|
|
17580
17586
|
'approvalSchemes'?: Array<ApprovalSchemeForRole>;
|
|
17587
|
+
/**
|
|
17588
|
+
* The ID of the form definition used for the access request. If specified, the form is presented to the requester during the access request process.
|
|
17589
|
+
* @type {string}
|
|
17590
|
+
* @memberof RequestabilityForRole
|
|
17591
|
+
*/
|
|
17592
|
+
'formDefinitionId'?: string | null;
|
|
17581
17593
|
}
|
|
17582
17594
|
/**
|
|
17583
17595
|
*
|
|
@@ -18920,6 +18932,12 @@ export interface Role {
|
|
|
18920
18932
|
* @memberof Role
|
|
18921
18933
|
*/
|
|
18922
18934
|
'accessModelMetadata'?: AttributeDTOList;
|
|
18935
|
+
/**
|
|
18936
|
+
* The privilege level of the role, if applicable.
|
|
18937
|
+
* @type {string}
|
|
18938
|
+
* @memberof Role
|
|
18939
|
+
*/
|
|
18940
|
+
'privilegeLevel'?: string | null;
|
|
18923
18941
|
}
|
|
18924
18942
|
/**
|
|
18925
18943
|
* Type which indicates how a particular Identity obtained a particular Role
|
|
@@ -19009,7 +19027,7 @@ export interface RoleCriteriaLevel1 {
|
|
|
19009
19027
|
*/
|
|
19010
19028
|
'key'?: RoleCriteriaKey | null;
|
|
19011
19029
|
/**
|
|
19012
|
-
* String value to test the Identity attribute, Account attribute, or Entitlement specified in the key w/r/t the specified operation. If this criteria is a leaf node, that is, if the operation is one of EQUALS, NOT_EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH, this field is required. Otherwise, specifying it is an error.
|
|
19030
|
+
* String value to test the Identity attribute, Account attribute, or Entitlement specified in the key w/r/t the specified operation. If this criteria is a leaf node, that is, if the operation is one of EQUALS, NOT_EQUALS, CONTAINS, DOES_NOT_CONTAIN, STARTS_WITH, or ENDS_WITH, this field is required. Otherwise, specifying it is an error.
|
|
19013
19031
|
* @type {string}
|
|
19014
19032
|
* @memberof RoleCriteriaLevel1
|
|
19015
19033
|
*/
|
|
@@ -19042,7 +19060,7 @@ export interface RoleCriteriaLevel2 {
|
|
|
19042
19060
|
*/
|
|
19043
19061
|
'key'?: RoleCriteriaKey | null;
|
|
19044
19062
|
/**
|
|
19045
|
-
* String value to test the Identity attribute, Account attribute, or Entitlement specified in the key w/r/t the specified operation. If this criteria is a leaf node, that is, if the operation is one of EQUALS, NOT_EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH, this field is required. Otherwise, specifying it is an error.
|
|
19063
|
+
* String value to test the Identity attribute, Account attribute, or Entitlement specified in the key w/r/t the specified operation. If this criteria is a leaf node, that is, if the operation is one of EQUALS, NOT_EQUALS, CONTAINS, DOES_NOT_CONTAIN, STARTS_WITH, or ENDS_WITH, this field is required. Otherwise, specifying it is an error.
|
|
19046
19064
|
* @type {string}
|
|
19047
19065
|
* @memberof RoleCriteriaLevel2
|
|
19048
19066
|
*/
|
|
@@ -19075,11 +19093,11 @@ export interface RoleCriteriaLevel3 {
|
|
|
19075
19093
|
*/
|
|
19076
19094
|
'key'?: RoleCriteriaKey | null;
|
|
19077
19095
|
/**
|
|
19078
|
-
* String value to test the Identity attribute, Account attribute, or Entitlement specified in the key w/r/t the specified operation. If this criteria is a leaf node, that is, if the operation is one of EQUALS, NOT_EQUALS, CONTAINS, STARTS_WITH, or ENDS_WITH, this field is required. Otherwise, specifying it is an error.
|
|
19096
|
+
* String value to test the Identity attribute, Account attribute, or Entitlement specified in the key w/r/t the specified operation. If this criteria is a leaf node, that is, if the operation is one of EQUALS, NOT_EQUALS, CONTAINS, DOES_NOT_CONTAIN, STARTS_WITH, or ENDS_WITH, this field is required. Otherwise, specifying it is an error.
|
|
19079
19097
|
* @type {string}
|
|
19080
19098
|
* @memberof RoleCriteriaLevel3
|
|
19081
19099
|
*/
|
|
19082
|
-
'stringValue'?: string;
|
|
19100
|
+
'stringValue'?: string | null;
|
|
19083
19101
|
}
|
|
19084
19102
|
|
|
19085
19103
|
|
|
@@ -19093,8 +19111,13 @@ export const RoleCriteriaOperation = {
|
|
|
19093
19111
|
Equals: 'EQUALS',
|
|
19094
19112
|
NotEquals: 'NOT_EQUALS',
|
|
19095
19113
|
Contains: 'CONTAINS',
|
|
19114
|
+
DoesNotContain: 'DOES_NOT_CONTAIN',
|
|
19096
19115
|
StartsWith: 'STARTS_WITH',
|
|
19097
19116
|
EndsWith: 'ENDS_WITH',
|
|
19117
|
+
GreaterThan: 'GREATER_THAN',
|
|
19118
|
+
LessThan: 'LESS_THAN',
|
|
19119
|
+
GreaterThanEquals: 'GREATER_THAN_EQUALS',
|
|
19120
|
+
LessThanEquals: 'LESS_THAN_EQUALS',
|
|
19098
19121
|
And: 'AND',
|
|
19099
19122
|
Or: 'OR'
|
|
19100
19123
|
} as const;
|
package/v3/common.ts
CHANGED
|
@@ -146,14 +146,14 @@ export const toPathString = function (url: URL) {
|
|
|
146
146
|
export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
|
|
147
147
|
return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
|
|
148
148
|
axiosRetry(axios, configuration.retriesConfig)
|
|
149
|
-
let userAgent = `SailPoint-SDK-TypeScript/1.8.
|
|
149
|
+
let userAgent = `SailPoint-SDK-TypeScript/1.8.55`;
|
|
150
150
|
if (configuration?.consumerIdentifier && configuration?.consumerVersion) {
|
|
151
151
|
userAgent += ` (${configuration.consumerIdentifier}/${configuration.consumerVersion})`;
|
|
152
152
|
}
|
|
153
153
|
userAgent += ` (${process.platform}; ${process.arch}) Node/${process.versions.node} (openapi-generator/7.12.0)`;
|
|
154
154
|
const headers = {
|
|
155
155
|
...axiosArgs.axiosOptions.headers,
|
|
156
|
-
...{'X-SailPoint-SDK':'typescript-1.8.
|
|
156
|
+
...{'X-SailPoint-SDK':'typescript-1.8.55'},
|
|
157
157
|
...{'User-Agent': userAgent},
|
|
158
158
|
}
|
|
159
159
|
|