sailpoint-api-client 1.6.0 → 1.6.1
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 +64 -65
- package/beta/common.ts +2 -2
- package/beta/package.json +1 -1
- package/dist/beta/api.d.ts +58 -59
- package/dist/beta/api.js +15 -15
- package/dist/beta/api.js.map +1 -1
- package/dist/beta/common.js +1 -1
- package/dist/v2024/api.d.ts +14 -26
- package/dist/v2024/api.js +17 -16
- package/dist/v2024/api.js.map +1 -1
- package/dist/v2024/common.js +1 -1
- package/dist/v2025/api.d.ts +16 -36
- package/dist/v2025/api.js +23 -30
- package/dist/v2025/api.js.map +1 -1
- package/dist/v2025/common.js +1 -1
- package/dist/v3/api.d.ts +109 -109
- package/dist/v3/api.js +60 -59
- package/dist/v3/api.js.map +1 -1
- package/dist/v3/common.js +1 -1
- package/package.json +1 -1
- package/v2024/README.md +2 -2
- package/v2024/api.ts +20 -32
- package/v2024/common.ts +2 -2
- package/v2024/package.json +1 -1
- package/v2025/README.md +2 -2
- package/v2025/api.ts +26 -54
- package/v2025/common.ts +2 -2
- package/v2025/package.json +1 -1
- package/v3/README.md +2 -2
- package/v3/api.ts +115 -115
- package/v3/common.ts +2 -2
- package/v3/package.json +1 -1
package/dist/beta/api.d.ts
CHANGED
|
@@ -769,13 +769,13 @@ export interface AccessItemRoleResponseBeta {
|
|
|
769
769
|
*/
|
|
770
770
|
export interface AccessProfileApprovalSchemeBeta {
|
|
771
771
|
/**
|
|
772
|
-
* Describes the individual or group that is responsible for an approval step.
|
|
772
|
+
* 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
|
|
773
773
|
* @type {string}
|
|
774
774
|
* @memberof AccessProfileApprovalSchemeBeta
|
|
775
775
|
*/
|
|
776
776
|
'approverType'?: AccessProfileApprovalSchemeBetaApproverTypeBeta;
|
|
777
777
|
/**
|
|
778
|
-
*
|
|
778
|
+
* Specific approver ID. Only use this when the `approverType` is `GOVERNANCE_GROUP`.
|
|
779
779
|
* @type {string}
|
|
780
780
|
* @memberof AccessProfileApprovalSchemeBeta
|
|
781
781
|
*/
|
|
@@ -790,43 +790,43 @@ export declare const AccessProfileApprovalSchemeBetaApproverTypeBeta: {
|
|
|
790
790
|
};
|
|
791
791
|
export type AccessProfileApprovalSchemeBetaApproverTypeBeta = typeof AccessProfileApprovalSchemeBetaApproverTypeBeta[keyof typeof AccessProfileApprovalSchemeBetaApproverTypeBeta];
|
|
792
792
|
/**
|
|
793
|
-
* Access
|
|
793
|
+
* Access profile.
|
|
794
794
|
* @export
|
|
795
795
|
* @interface AccessProfileBeta
|
|
796
796
|
*/
|
|
797
797
|
export interface AccessProfileBeta {
|
|
798
798
|
/**
|
|
799
|
-
*
|
|
799
|
+
* Access profile ID.
|
|
800
800
|
* @type {string}
|
|
801
801
|
* @memberof AccessProfileBeta
|
|
802
802
|
*/
|
|
803
803
|
'id'?: string;
|
|
804
804
|
/**
|
|
805
|
-
*
|
|
805
|
+
* Access profile name.
|
|
806
806
|
* @type {string}
|
|
807
807
|
* @memberof AccessProfileBeta
|
|
808
808
|
*/
|
|
809
809
|
'name': string;
|
|
810
810
|
/**
|
|
811
|
-
*
|
|
811
|
+
* Access profile description.
|
|
812
812
|
* @type {string}
|
|
813
813
|
* @memberof AccessProfileBeta
|
|
814
814
|
*/
|
|
815
815
|
'description'?: string | null;
|
|
816
816
|
/**
|
|
817
|
-
* Date the
|
|
817
|
+
* Date and time when the access profile was created.
|
|
818
818
|
* @type {string}
|
|
819
819
|
* @memberof AccessProfileBeta
|
|
820
820
|
*/
|
|
821
821
|
'created'?: string;
|
|
822
822
|
/**
|
|
823
|
-
* Date the
|
|
823
|
+
* Date and time when the access profile was last modified.
|
|
824
824
|
* @type {string}
|
|
825
825
|
* @memberof AccessProfileBeta
|
|
826
826
|
*/
|
|
827
827
|
'modified'?: string;
|
|
828
828
|
/**
|
|
829
|
-
*
|
|
829
|
+
* Indicates whether the access profile is enabled. If it\'s enabled, you must include at least one entitlement.
|
|
830
830
|
* @type {boolean}
|
|
831
831
|
* @memberof AccessProfileBeta
|
|
832
832
|
*/
|
|
@@ -844,13 +844,13 @@ export interface AccessProfileBeta {
|
|
|
844
844
|
*/
|
|
845
845
|
'source': AccessProfileSourceRefBeta;
|
|
846
846
|
/**
|
|
847
|
-
*
|
|
847
|
+
* List of entitlements associated with the access profile. If `enabled` is false, this can be empty. Otherwise, it must contain at least one entitlement.
|
|
848
848
|
* @type {Array<EntitlementRefBeta>}
|
|
849
849
|
* @memberof AccessProfileBeta
|
|
850
850
|
*/
|
|
851
851
|
'entitlements'?: Array<EntitlementRefBeta> | null;
|
|
852
852
|
/**
|
|
853
|
-
*
|
|
853
|
+
* Indicates whether the access profile is requestable by access request. Currently, making an access profile non-requestable is only supported for customers enabled with the new Request Center. Otherwise, attempting to create an access profile with a value **false** in this field results in a 400 error.
|
|
854
854
|
* @type {boolean}
|
|
855
855
|
* @memberof AccessProfileBeta
|
|
856
856
|
*/
|
|
@@ -868,7 +868,7 @@ export interface AccessProfileBeta {
|
|
|
868
868
|
*/
|
|
869
869
|
'revocationRequestConfig'?: RevocabilityBeta | null;
|
|
870
870
|
/**
|
|
871
|
-
* List of IDs
|
|
871
|
+
* List of segment IDs, if any, that the access profile is assigned to.
|
|
872
872
|
* @type {Array<string>}
|
|
873
873
|
* @memberof AccessProfileBeta
|
|
874
874
|
*/
|
|
@@ -1137,19 +1137,19 @@ export type AccessProfileRefBetaTypeBeta = typeof AccessProfileRefBetaTypeBeta[k
|
|
|
1137
1137
|
*/
|
|
1138
1138
|
export interface AccessProfileSourceRefBeta {
|
|
1139
1139
|
/**
|
|
1140
|
-
*
|
|
1140
|
+
* ID of the source the access profile is associated with.
|
|
1141
1141
|
* @type {string}
|
|
1142
1142
|
* @memberof AccessProfileSourceRefBeta
|
|
1143
1143
|
*/
|
|
1144
1144
|
'id'?: string;
|
|
1145
1145
|
/**
|
|
1146
|
-
*
|
|
1146
|
+
* Source\'s DTO type.
|
|
1147
1147
|
* @type {string}
|
|
1148
1148
|
* @memberof AccessProfileSourceRefBeta
|
|
1149
1149
|
*/
|
|
1150
1150
|
'type'?: AccessProfileSourceRefBetaTypeBeta;
|
|
1151
1151
|
/**
|
|
1152
|
-
*
|
|
1152
|
+
* Source name.
|
|
1153
1153
|
* @type {string}
|
|
1154
1154
|
* @memberof AccessProfileSourceRefBeta
|
|
1155
1155
|
*/
|
|
@@ -19283,7 +19283,7 @@ export declare const OwnerDtoBetaTypeBeta: {
|
|
|
19283
19283
|
};
|
|
19284
19284
|
export type OwnerDtoBetaTypeBeta = typeof OwnerDtoBetaTypeBeta[keyof typeof OwnerDtoBetaTypeBeta];
|
|
19285
19285
|
/**
|
|
19286
|
-
*
|
|
19286
|
+
* Owner of the object.
|
|
19287
19287
|
* @export
|
|
19288
19288
|
* @interface OwnerReferenceBeta
|
|
19289
19289
|
*/
|
|
@@ -19295,13 +19295,13 @@ export interface OwnerReferenceBeta {
|
|
|
19295
19295
|
*/
|
|
19296
19296
|
'type'?: OwnerReferenceBetaTypeBeta;
|
|
19297
19297
|
/**
|
|
19298
|
-
*
|
|
19298
|
+
* Owner\'s identity ID.
|
|
19299
19299
|
* @type {string}
|
|
19300
19300
|
* @memberof OwnerReferenceBeta
|
|
19301
19301
|
*/
|
|
19302
19302
|
'id'?: string;
|
|
19303
19303
|
/**
|
|
19304
|
-
*
|
|
19304
|
+
* Owner\'s name. It may be left null or omitted in a POST or PATCH. If set, it must match the current value of the owner\'s display name, otherwise a 400 Bad Request error will result.
|
|
19305
19305
|
* @type {string}
|
|
19306
19306
|
* @memberof OwnerReferenceBeta
|
|
19307
19307
|
*/
|
|
@@ -19919,19 +19919,6 @@ export declare const PatchPotentialRoleRequestInnerBetaOpBeta: {
|
|
|
19919
19919
|
readonly Replace: "replace";
|
|
19920
19920
|
};
|
|
19921
19921
|
export type PatchPotentialRoleRequestInnerBetaOpBeta = typeof PatchPotentialRoleRequestInnerBetaOpBeta[keyof typeof PatchPotentialRoleRequestInnerBetaOpBeta];
|
|
19922
|
-
/**
|
|
19923
|
-
* A JSONPatch document as defined by [RFC 6902 - JSON Patch](https://tools.ietf.org/html/rfc6902). Only `replace` operations are accepted by this endpoint.
|
|
19924
|
-
* @export
|
|
19925
|
-
* @interface PatchServiceDeskIntegrationRequestBeta
|
|
19926
|
-
*/
|
|
19927
|
-
export interface PatchServiceDeskIntegrationRequestBeta {
|
|
19928
|
-
/**
|
|
19929
|
-
* Operations to be applied
|
|
19930
|
-
* @type {Array<JsonPatchOperationBeta>}
|
|
19931
|
-
* @memberof PatchServiceDeskIntegrationRequestBeta
|
|
19932
|
-
*/
|
|
19933
|
-
'operations'?: Array<JsonPatchOperationBeta>;
|
|
19934
|
-
}
|
|
19935
19922
|
/**
|
|
19936
19923
|
*
|
|
19937
19924
|
* @export
|
|
@@ -20676,7 +20663,7 @@ export interface ProvisioningConfigPlanInitializerScriptBeta {
|
|
|
20676
20663
|
'source'?: string;
|
|
20677
20664
|
}
|
|
20678
20665
|
/**
|
|
20679
|
-
* Defines matching criteria for an
|
|
20666
|
+
* Defines matching criteria for an account to be provisioned with a specific access profile.
|
|
20680
20667
|
* @export
|
|
20681
20668
|
* @interface ProvisioningCriteriaLevel1Beta
|
|
20682
20669
|
*/
|
|
@@ -20688,26 +20675,26 @@ export interface ProvisioningCriteriaLevel1Beta {
|
|
|
20688
20675
|
*/
|
|
20689
20676
|
'operation'?: ProvisioningCriteriaOperationBeta;
|
|
20690
20677
|
/**
|
|
20691
|
-
* Name of the
|
|
20678
|
+
* Name of the account attribute to be tested. If **operation** is one of `EQUALS`, `NOT_EQUALS`, `CONTAINS`, or `HAS`, this field is required. Otherwise, specifying it results in an error.
|
|
20692
20679
|
* @type {string}
|
|
20693
20680
|
* @memberof ProvisioningCriteriaLevel1Beta
|
|
20694
20681
|
*/
|
|
20695
20682
|
'attribute'?: string | null;
|
|
20696
20683
|
/**
|
|
20697
|
-
* String value to test the
|
|
20684
|
+
* String value to test the account attribute w/r/t the specified operation. If the operation is one of `EQUALS`, `NOT_EQUALS`, or `CONTAINS`, this field is required. Otherwise, specifying it results in an error. If the attribute is not string-typed, the API will convert it to the appropriate type.
|
|
20698
20685
|
* @type {string}
|
|
20699
20686
|
* @memberof ProvisioningCriteriaLevel1Beta
|
|
20700
20687
|
*/
|
|
20701
20688
|
'value'?: string | null;
|
|
20702
20689
|
/**
|
|
20703
|
-
* Array of child criteria.
|
|
20690
|
+
* Array of child criteria. This field is required if the operation is `AND` or `OR`. Otherwise, it must be left null. A maximum of three levels of criteria are supported, including leaf nodes.
|
|
20704
20691
|
* @type {Array<ProvisioningCriteriaLevel2Beta>}
|
|
20705
20692
|
* @memberof ProvisioningCriteriaLevel1Beta
|
|
20706
20693
|
*/
|
|
20707
20694
|
'children'?: Array<ProvisioningCriteriaLevel2Beta> | null;
|
|
20708
20695
|
}
|
|
20709
20696
|
/**
|
|
20710
|
-
* Defines matching criteria for an
|
|
20697
|
+
* Defines matching criteria for an account to be provisioned with a specific access profile.
|
|
20711
20698
|
* @export
|
|
20712
20699
|
* @interface ProvisioningCriteriaLevel2Beta
|
|
20713
20700
|
*/
|
|
@@ -20719,26 +20706,26 @@ export interface ProvisioningCriteriaLevel2Beta {
|
|
|
20719
20706
|
*/
|
|
20720
20707
|
'operation'?: ProvisioningCriteriaOperationBeta;
|
|
20721
20708
|
/**
|
|
20722
|
-
* Name of the
|
|
20709
|
+
* Name of the account attribute to be tested. If **operation** is one of `EQUALS`, `NOT_EQUALS`, `CONTAINS`, or `HAS`, this field is required. Otherwise, specifying it results in an error.
|
|
20723
20710
|
* @type {string}
|
|
20724
20711
|
* @memberof ProvisioningCriteriaLevel2Beta
|
|
20725
20712
|
*/
|
|
20726
20713
|
'attribute'?: string | null;
|
|
20727
20714
|
/**
|
|
20728
|
-
* String value to test the
|
|
20715
|
+
* String value to test the account attribute w/r/t the specified operation. If the operation is one of `EQUALS`, `NOT_EQUALS`, or `CONTAINS`, this field is required. Otherwise, specifying it results in an error. If the attribute is not string-typed, the API will convert it to the appropriate type.
|
|
20729
20716
|
* @type {string}
|
|
20730
20717
|
* @memberof ProvisioningCriteriaLevel2Beta
|
|
20731
20718
|
*/
|
|
20732
20719
|
'value'?: string | null;
|
|
20733
20720
|
/**
|
|
20734
|
-
* Array of child criteria.
|
|
20721
|
+
* Array of child criteria. This field is required if the operation is `AND` or `OR`. Otherwise, it must be left null. A maximum of three levels of criteria are supported, including leaf nodes.
|
|
20735
20722
|
* @type {Array<ProvisioningCriteriaLevel3Beta>}
|
|
20736
20723
|
* @memberof ProvisioningCriteriaLevel2Beta
|
|
20737
20724
|
*/
|
|
20738
20725
|
'children'?: Array<ProvisioningCriteriaLevel3Beta> | null;
|
|
20739
20726
|
}
|
|
20740
20727
|
/**
|
|
20741
|
-
* Defines matching criteria for an
|
|
20728
|
+
* Defines matching criteria for an account to be provisioned with a specific access profile.
|
|
20742
20729
|
* @export
|
|
20743
20730
|
* @interface ProvisioningCriteriaLevel3Beta
|
|
20744
20731
|
*/
|
|
@@ -20750,26 +20737,26 @@ export interface ProvisioningCriteriaLevel3Beta {
|
|
|
20750
20737
|
*/
|
|
20751
20738
|
'operation'?: ProvisioningCriteriaOperationBeta;
|
|
20752
20739
|
/**
|
|
20753
|
-
* Name of the
|
|
20740
|
+
* Name of the account attribute to be tested. If **operation** is one of `EQUALS`, `NOT_EQUALS`, `CONTAINS`, or `HAS`, this field is required. Otherwise, specifying it results in an error.
|
|
20754
20741
|
* @type {string}
|
|
20755
20742
|
* @memberof ProvisioningCriteriaLevel3Beta
|
|
20756
20743
|
*/
|
|
20757
20744
|
'attribute'?: string | null;
|
|
20758
20745
|
/**
|
|
20759
|
-
* String value to test the
|
|
20746
|
+
* String value to test the account attribute w/r/t the specified operation. If the operation is one of `EQUALS`, `NOT_EQUALS`, or `CONTAINS`, this field is required. Otherwise, specifying it results in an error. If the attribute is not string-typed, the API will convert it to the appropriate type.
|
|
20760
20747
|
* @type {string}
|
|
20761
20748
|
* @memberof ProvisioningCriteriaLevel3Beta
|
|
20762
20749
|
*/
|
|
20763
|
-
'value'?: string;
|
|
20750
|
+
'value'?: string | null;
|
|
20764
20751
|
/**
|
|
20765
|
-
* Array of child criteria.
|
|
20752
|
+
* Array of child criteria. This field is required if the operation is `AND` or `OR`. Otherwise, it must be left null. A maximum of three levels of criteria are supported, including leaf nodes.
|
|
20766
20753
|
* @type {string}
|
|
20767
20754
|
* @memberof ProvisioningCriteriaLevel3Beta
|
|
20768
20755
|
*/
|
|
20769
20756
|
'children'?: string | null;
|
|
20770
20757
|
}
|
|
20771
20758
|
/**
|
|
20772
|
-
* Supported operations on ProvisioningCriteria
|
|
20759
|
+
* Supported operations on `ProvisioningCriteria`.
|
|
20773
20760
|
* @export
|
|
20774
20761
|
* @enum {string}
|
|
20775
20762
|
*/
|
|
@@ -21608,19 +21595,25 @@ export interface RequestOnBehalfOfConfigBeta {
|
|
|
21608
21595
|
*/
|
|
21609
21596
|
export interface RequestabilityBeta {
|
|
21610
21597
|
/**
|
|
21611
|
-
*
|
|
21598
|
+
* Indicates whether the requester of the containing object must provide comments justifying the request.
|
|
21612
21599
|
* @type {boolean}
|
|
21613
21600
|
* @memberof RequestabilityBeta
|
|
21614
21601
|
*/
|
|
21615
21602
|
'commentsRequired'?: boolean | null;
|
|
21616
21603
|
/**
|
|
21617
|
-
*
|
|
21604
|
+
* Indicates whether an approver must provide comments when denying the request.
|
|
21618
21605
|
* @type {boolean}
|
|
21619
21606
|
* @memberof RequestabilityBeta
|
|
21620
21607
|
*/
|
|
21621
21608
|
'denialCommentsRequired'?: boolean | null;
|
|
21622
21609
|
/**
|
|
21623
|
-
*
|
|
21610
|
+
* Indicates whether reauthorization is required for the request.
|
|
21611
|
+
* @type {boolean}
|
|
21612
|
+
* @memberof RequestabilityBeta
|
|
21613
|
+
*/
|
|
21614
|
+
'reauthorizationRequired'?: boolean | null;
|
|
21615
|
+
/**
|
|
21616
|
+
* List describing the steps involved in approving the request.
|
|
21624
21617
|
* @type {Array<AccessProfileApprovalSchemeBeta>}
|
|
21625
21618
|
* @memberof RequestabilityBeta
|
|
21626
21619
|
*/
|
|
@@ -21644,6 +21637,12 @@ export interface RequestabilityForRoleBeta {
|
|
|
21644
21637
|
* @memberof RequestabilityForRoleBeta
|
|
21645
21638
|
*/
|
|
21646
21639
|
'denialCommentsRequired'?: boolean | null;
|
|
21640
|
+
/**
|
|
21641
|
+
* Indicates whether reauthorization is required for the request.
|
|
21642
|
+
* @type {boolean}
|
|
21643
|
+
* @memberof RequestabilityForRoleBeta
|
|
21644
|
+
*/
|
|
21645
|
+
'reauthorizationRequired'?: boolean | null;
|
|
21647
21646
|
/**
|
|
21648
21647
|
* List describing the steps in approving the request
|
|
21649
21648
|
* @type {Array<ApprovalSchemeForRoleBeta>}
|
|
@@ -22489,7 +22488,7 @@ export type ReviewerBetaTypeBeta = typeof ReviewerBetaTypeBeta[keyof typeof Revi
|
|
|
22489
22488
|
*/
|
|
22490
22489
|
export interface RevocabilityBeta {
|
|
22491
22490
|
/**
|
|
22492
|
-
* List describing the steps in approving the revocation request
|
|
22491
|
+
* List describing the steps involved in approving the revocation request.
|
|
22493
22492
|
* @type {Array<AccessProfileApprovalSchemeBeta>}
|
|
22494
22493
|
* @memberof RevocabilityBeta
|
|
22495
22494
|
*/
|
|
@@ -32678,7 +32677,7 @@ export declare class AccessModelMetadataBetaApi extends BaseAPI {
|
|
|
32678
32677
|
*/
|
|
32679
32678
|
export declare const AccessProfilesBetaApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
32680
32679
|
/**
|
|
32681
|
-
* Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters.
|
|
32680
|
+
* Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters. >**Note:** To use this endpoint, you need all the listed scopes.
|
|
32682
32681
|
* @summary Create Access Profile
|
|
32683
32682
|
* @param {AccessProfileBeta} accessProfileBeta
|
|
32684
32683
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -32761,7 +32760,7 @@ export declare const AccessProfilesBetaApiAxiosParamCreator: (configuration?: Co
|
|
|
32761
32760
|
*/
|
|
32762
32761
|
export declare const AccessProfilesBetaApiFp: (configuration?: Configuration) => {
|
|
32763
32762
|
/**
|
|
32764
|
-
* Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters.
|
|
32763
|
+
* Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters. >**Note:** To use this endpoint, you need all the listed scopes.
|
|
32765
32764
|
* @summary Create Access Profile
|
|
32766
32765
|
* @param {AccessProfileBeta} accessProfileBeta
|
|
32767
32766
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -32844,7 +32843,7 @@ export declare const AccessProfilesBetaApiFp: (configuration?: Configuration) =>
|
|
|
32844
32843
|
*/
|
|
32845
32844
|
export declare const AccessProfilesBetaApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
32846
32845
|
/**
|
|
32847
|
-
* Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters.
|
|
32846
|
+
* Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters. >**Note:** To use this endpoint, you need all the listed scopes.
|
|
32848
32847
|
* @summary Create Access Profile
|
|
32849
32848
|
* @param {AccessProfilesBetaApiCreateAccessProfileRequest} requestParameters Request parameters.
|
|
32850
32849
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -33098,7 +33097,7 @@ export interface AccessProfilesBetaApiUpdateAccessProfilesInBulkRequest {
|
|
|
33098
33097
|
*/
|
|
33099
33098
|
export declare class AccessProfilesBetaApi extends BaseAPI {
|
|
33100
33099
|
/**
|
|
33101
|
-
* Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters.
|
|
33100
|
+
* Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters. >**Note:** To use this endpoint, you need all the listed scopes.
|
|
33102
33101
|
* @summary Create Access Profile
|
|
33103
33102
|
* @param {AccessProfilesBetaApiCreateAccessProfileRequest} requestParameters Request parameters.
|
|
33104
33103
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -57574,11 +57573,11 @@ export declare const ServiceDeskIntegrationBetaApiAxiosParamCreator: (configurat
|
|
|
57574
57573
|
* Update an existing Service Desk integration by ID with a PATCH request.
|
|
57575
57574
|
* @summary Patch a Service Desk Integration
|
|
57576
57575
|
* @param {string} id ID of the Service Desk integration to update
|
|
57577
|
-
* @param {
|
|
57576
|
+
* @param {Array<JsonPatchOperationBeta>} jsonPatchOperationBeta A list of SDIM update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. Only `replace` operations are accepted by this endpoint. A 403 Forbidden Error indicates that a PATCH operation was attempted that is not allowed.
|
|
57578
57577
|
* @param {*} [axiosOptions] Override http request option.
|
|
57579
57578
|
* @throws {RequiredError}
|
|
57580
57579
|
*/
|
|
57581
|
-
patchServiceDeskIntegration: (id: string,
|
|
57580
|
+
patchServiceDeskIntegration: (id: string, jsonPatchOperationBeta: Array<JsonPatchOperationBeta>, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
57582
57581
|
/**
|
|
57583
57582
|
* Update an existing Service Desk integration by ID.
|
|
57584
57583
|
* @summary Update a Service Desk integration
|
|
@@ -57664,11 +57663,11 @@ export declare const ServiceDeskIntegrationBetaApiFp: (configuration?: Configura
|
|
|
57664
57663
|
* Update an existing Service Desk integration by ID with a PATCH request.
|
|
57665
57664
|
* @summary Patch a Service Desk Integration
|
|
57666
57665
|
* @param {string} id ID of the Service Desk integration to update
|
|
57667
|
-
* @param {
|
|
57666
|
+
* @param {Array<JsonPatchOperationBeta>} jsonPatchOperationBeta A list of SDIM update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. Only `replace` operations are accepted by this endpoint. A 403 Forbidden Error indicates that a PATCH operation was attempted that is not allowed.
|
|
57668
57667
|
* @param {*} [axiosOptions] Override http request option.
|
|
57669
57668
|
* @throws {RequiredError}
|
|
57670
57669
|
*/
|
|
57671
|
-
patchServiceDeskIntegration(id: string,
|
|
57670
|
+
patchServiceDeskIntegration(id: string, jsonPatchOperationBeta: Array<JsonPatchOperationBeta>, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ServiceDeskIntegrationDtoBeta>>;
|
|
57672
57671
|
/**
|
|
57673
57672
|
* Update an existing Service Desk integration by ID.
|
|
57674
57673
|
* @summary Update a Service Desk integration
|
|
@@ -57874,10 +57873,10 @@ export interface ServiceDeskIntegrationBetaApiPatchServiceDeskIntegrationRequest
|
|
|
57874
57873
|
readonly id: string;
|
|
57875
57874
|
/**
|
|
57876
57875
|
* A list of SDIM update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. Only `replace` operations are accepted by this endpoint. A 403 Forbidden Error indicates that a PATCH operation was attempted that is not allowed.
|
|
57877
|
-
* @type {
|
|
57876
|
+
* @type {Array<JsonPatchOperationBeta>}
|
|
57878
57877
|
* @memberof ServiceDeskIntegrationBetaApiPatchServiceDeskIntegration
|
|
57879
57878
|
*/
|
|
57880
|
-
readonly
|
|
57879
|
+
readonly jsonPatchOperationBeta: Array<JsonPatchOperationBeta>;
|
|
57881
57880
|
}
|
|
57882
57881
|
/**
|
|
57883
57882
|
* Request parameters for putServiceDeskIntegration operation in ServiceDeskIntegrationBetaApi.
|
package/dist/beta/api.js
CHANGED
|
@@ -1706,7 +1706,7 @@ exports.ProvisioningConfigManagedResourceRefsInnerBetaTypeBeta = {
|
|
|
1706
1706
|
Source: 'SOURCE'
|
|
1707
1707
|
};
|
|
1708
1708
|
/**
|
|
1709
|
-
* Supported operations on ProvisioningCriteria
|
|
1709
|
+
* Supported operations on `ProvisioningCriteria`.
|
|
1710
1710
|
* @export
|
|
1711
1711
|
* @enum {string}
|
|
1712
1712
|
*/
|
|
@@ -3121,7 +3121,7 @@ var AccessProfilesBetaApiAxiosParamCreator = function (configuration) {
|
|
|
3121
3121
|
var _this = this;
|
|
3122
3122
|
return {
|
|
3123
3123
|
/**
|
|
3124
|
-
* Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters.
|
|
3124
|
+
* Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters. >**Note:** To use this endpoint, you need all the listed scopes.
|
|
3125
3125
|
* @summary Create Access Profile
|
|
3126
3126
|
* @param {AccessProfileBeta} accessProfileBeta
|
|
3127
3127
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -3671,7 +3671,7 @@ var AccessProfilesBetaApiFp = function (configuration) {
|
|
|
3671
3671
|
var localVarAxiosParamCreator = (0, exports.AccessProfilesBetaApiAxiosParamCreator)(configuration);
|
|
3672
3672
|
return {
|
|
3673
3673
|
/**
|
|
3674
|
-
* Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters.
|
|
3674
|
+
* Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters. >**Note:** To use this endpoint, you need all the listed scopes.
|
|
3675
3675
|
* @summary Create Access Profile
|
|
3676
3676
|
* @param {AccessProfileBeta} accessProfileBeta
|
|
3677
3677
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -3878,7 +3878,7 @@ var AccessProfilesBetaApiFactory = function (configuration, basePath, axios) {
|
|
|
3878
3878
|
var localVarFp = (0, exports.AccessProfilesBetaApiFp)(configuration);
|
|
3879
3879
|
return {
|
|
3880
3880
|
/**
|
|
3881
|
-
* Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters.
|
|
3881
|
+
* Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters. >**Note:** To use this endpoint, you need all the listed scopes.
|
|
3882
3882
|
* @summary Create Access Profile
|
|
3883
3883
|
* @param {AccessProfilesBetaApiCreateAccessProfileRequest} requestParameters Request parameters.
|
|
3884
3884
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -3973,7 +3973,7 @@ var AccessProfilesBetaApi = /** @class */ (function (_super) {
|
|
|
3973
3973
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
3974
3974
|
}
|
|
3975
3975
|
/**
|
|
3976
|
-
* Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters.
|
|
3976
|
+
* Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters. >**Note:** To use this endpoint, you need all the listed scopes.
|
|
3977
3977
|
* @summary Create Access Profile
|
|
3978
3978
|
* @param {AccessProfilesBetaApiCreateAccessProfileRequest} requestParameters Request parameters.
|
|
3979
3979
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -50057,11 +50057,11 @@ var ServiceDeskIntegrationBetaApiAxiosParamCreator = function (configuration) {
|
|
|
50057
50057
|
* Update an existing Service Desk integration by ID with a PATCH request.
|
|
50058
50058
|
* @summary Patch a Service Desk Integration
|
|
50059
50059
|
* @param {string} id ID of the Service Desk integration to update
|
|
50060
|
-
* @param {
|
|
50060
|
+
* @param {Array<JsonPatchOperationBeta>} jsonPatchOperationBeta A list of SDIM update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. Only `replace` operations are accepted by this endpoint. A 403 Forbidden Error indicates that a PATCH operation was attempted that is not allowed.
|
|
50061
50061
|
* @param {*} [axiosOptions] Override http request option.
|
|
50062
50062
|
* @throws {RequiredError}
|
|
50063
50063
|
*/
|
|
50064
|
-
patchServiceDeskIntegration: function (id,
|
|
50064
|
+
patchServiceDeskIntegration: function (id, jsonPatchOperationBeta, axiosOptions) {
|
|
50065
50065
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
50066
50066
|
return __awaiter(_this, void 0, void 0, function () {
|
|
50067
50067
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -50070,8 +50070,8 @@ var ServiceDeskIntegrationBetaApiAxiosParamCreator = function (configuration) {
|
|
|
50070
50070
|
case 0:
|
|
50071
50071
|
// verify required parameter 'id' is not null or undefined
|
|
50072
50072
|
(0, common_1.assertParamExists)('patchServiceDeskIntegration', 'id', id);
|
|
50073
|
-
// verify required parameter '
|
|
50074
|
-
(0, common_1.assertParamExists)('patchServiceDeskIntegration', '
|
|
50073
|
+
// verify required parameter 'jsonPatchOperationBeta' is not null or undefined
|
|
50074
|
+
(0, common_1.assertParamExists)('patchServiceDeskIntegration', 'jsonPatchOperationBeta', jsonPatchOperationBeta);
|
|
50075
50075
|
localVarPath = "/service-desk-integrations/{id}"
|
|
50076
50076
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
50077
50077
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -50102,7 +50102,7 @@ var ServiceDeskIntegrationBetaApiAxiosParamCreator = function (configuration) {
|
|
|
50102
50102
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
50103
50103
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
50104
50104
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
50105
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
50105
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(jsonPatchOperationBeta, localVarRequestOptions, configuration);
|
|
50106
50106
|
return [2 /*return*/, {
|
|
50107
50107
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
50108
50108
|
axiosOptions: localVarRequestOptions,
|
|
@@ -50400,17 +50400,17 @@ var ServiceDeskIntegrationBetaApiFp = function (configuration) {
|
|
|
50400
50400
|
* Update an existing Service Desk integration by ID with a PATCH request.
|
|
50401
50401
|
* @summary Patch a Service Desk Integration
|
|
50402
50402
|
* @param {string} id ID of the Service Desk integration to update
|
|
50403
|
-
* @param {
|
|
50403
|
+
* @param {Array<JsonPatchOperationBeta>} jsonPatchOperationBeta A list of SDIM update operations according to the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. Only `replace` operations are accepted by this endpoint. A 403 Forbidden Error indicates that a PATCH operation was attempted that is not allowed.
|
|
50404
50404
|
* @param {*} [axiosOptions] Override http request option.
|
|
50405
50405
|
* @throws {RequiredError}
|
|
50406
50406
|
*/
|
|
50407
|
-
patchServiceDeskIntegration: function (id,
|
|
50407
|
+
patchServiceDeskIntegration: function (id, jsonPatchOperationBeta, axiosOptions) {
|
|
50408
50408
|
var _a, _b, _c;
|
|
50409
50409
|
return __awaiter(this, void 0, void 0, function () {
|
|
50410
50410
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
50411
50411
|
return __generator(this, function (_d) {
|
|
50412
50412
|
switch (_d.label) {
|
|
50413
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchServiceDeskIntegration(id,
|
|
50413
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchServiceDeskIntegration(id, jsonPatchOperationBeta, axiosOptions)];
|
|
50414
50414
|
case 1:
|
|
50415
50415
|
localVarAxiosArgs = _d.sent();
|
|
50416
50416
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -50554,7 +50554,7 @@ var ServiceDeskIntegrationBetaApiFactory = function (configuration, basePath, ax
|
|
|
50554
50554
|
* @throws {RequiredError}
|
|
50555
50555
|
*/
|
|
50556
50556
|
patchServiceDeskIntegration: function (requestParameters, axiosOptions) {
|
|
50557
|
-
return localVarFp.patchServiceDeskIntegration(requestParameters.id, requestParameters.
|
|
50557
|
+
return localVarFp.patchServiceDeskIntegration(requestParameters.id, requestParameters.jsonPatchOperationBeta, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
50558
50558
|
},
|
|
50559
50559
|
/**
|
|
50560
50560
|
* Update an existing Service Desk integration by ID.
|
|
@@ -50683,7 +50683,7 @@ var ServiceDeskIntegrationBetaApi = /** @class */ (function (_super) {
|
|
|
50683
50683
|
*/
|
|
50684
50684
|
ServiceDeskIntegrationBetaApi.prototype.patchServiceDeskIntegration = function (requestParameters, axiosOptions) {
|
|
50685
50685
|
var _this = this;
|
|
50686
|
-
return (0, exports.ServiceDeskIntegrationBetaApiFp)(this.configuration).patchServiceDeskIntegration(requestParameters.id, requestParameters.
|
|
50686
|
+
return (0, exports.ServiceDeskIntegrationBetaApiFp)(this.configuration).patchServiceDeskIntegration(requestParameters.id, requestParameters.jsonPatchOperationBeta, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
50687
50687
|
};
|
|
50688
50688
|
/**
|
|
50689
50689
|
* Update an existing Service Desk integration by ID.
|