sailpoint-api-client 1.8.3 → 1.8.4
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 +237 -54
- package/beta/common.ts +2 -2
- package/beta/package.json +1 -1
- package/dist/beta/api.d.ts +236 -53
- package/dist/beta/api.js +9 -14
- 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 +241 -58
- package/dist/v2024/api.js +20 -27
- package/dist/v2024/api.js.map +1 -1
- package/dist/v2024/common.js +2 -2
- package/dist/v2025/api.d.ts +245 -62
- package/dist/v2025/api.js +24 -31
- package/dist/v2025/api.js.map +1 -1
- package/dist/v2025/common.js +2 -2
- package/dist/v2026/common.js +2 -2
- 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 +249 -69
- package/v2024/common.ts +2 -2
- package/v2024/package.json +1 -1
- package/v2025/README.md +2 -2
- package/v2025/api.ts +253 -73
- package/v2025/common.ts +2 -2
- package/v2025/package.json +1 -1
- package/v2026/README.md +2 -2
- package/v2026/common.ts +2 -2
- package/v2026/package.json +1 -1
- package/v3/README.md +2 -2
- package/v3/common.ts +2 -2
- package/v3/package.json +1 -1
package/dist/v2024/common.js
CHANGED
|
@@ -250,12 +250,12 @@ var createRequestFunction = function (axiosArgs, globalAxios, BASE_PATH, configu
|
|
|
250
250
|
if (axios === void 0) { axios = globalAxios; }
|
|
251
251
|
if (basePath === void 0) { basePath = BASE_PATH; }
|
|
252
252
|
(0, axios_retry_1.default)(axios, configuration.retriesConfig);
|
|
253
|
-
var userAgent = "SailPoint-SDK-TypeScript/1.8.
|
|
253
|
+
var userAgent = "SailPoint-SDK-TypeScript/1.8.4";
|
|
254
254
|
if ((configuration === null || configuration === void 0 ? void 0 : configuration.consumerIdentifier) && (configuration === null || configuration === void 0 ? void 0 : configuration.consumerVersion)) {
|
|
255
255
|
userAgent += " (".concat(configuration.consumerIdentifier, "/").concat(configuration.consumerVersion, ")");
|
|
256
256
|
}
|
|
257
257
|
userAgent += " (".concat(process.platform, "; ").concat(process.arch, ") Node/").concat(process.versions.node, " (openapi-generator/7.12.0)");
|
|
258
|
-
var headers = __assign(__assign(__assign({}, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.
|
|
258
|
+
var headers = __assign(__assign(__assign({}, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.4' }), { 'User-Agent': userAgent });
|
|
259
259
|
if (!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
|
|
260
260
|
throw new Error("You are using Experimental APIs. Set configuration.experimental = True to enable these APIs in the SDK.");
|
|
261
261
|
}
|
package/dist/v2025/api.d.ts
CHANGED
|
@@ -16623,11 +16623,17 @@ export interface DkimAttributesV2025 {
|
|
|
16623
16623
|
*/
|
|
16624
16624
|
'dkimTokens'?: Array<string>;
|
|
16625
16625
|
/**
|
|
16626
|
-
* The current status if the domain /identity has been verified. Ie
|
|
16626
|
+
* The current status if the domain /identity has been verified. Ie SUCCESS, FAILED, PENDING
|
|
16627
16627
|
* @type {string}
|
|
16628
16628
|
* @memberof DkimAttributesV2025
|
|
16629
16629
|
*/
|
|
16630
16630
|
'dkimVerificationStatus'?: string;
|
|
16631
|
+
/**
|
|
16632
|
+
* The AWS SES region the domain is associated with
|
|
16633
|
+
* @type {string}
|
|
16634
|
+
* @memberof DkimAttributesV2025
|
|
16635
|
+
*/
|
|
16636
|
+
'region'?: string;
|
|
16631
16637
|
}
|
|
16632
16638
|
/**
|
|
16633
16639
|
*
|
|
@@ -16713,10 +16719,10 @@ export interface DomainStatusDtoV2025 {
|
|
|
16713
16719
|
'domain'?: string;
|
|
16714
16720
|
/**
|
|
16715
16721
|
* DKIM is enabled for this domain
|
|
16716
|
-
* @type {
|
|
16722
|
+
* @type {boolean}
|
|
16717
16723
|
* @memberof DomainStatusDtoV2025
|
|
16718
16724
|
*/
|
|
16719
|
-
'dkimEnabled'?:
|
|
16725
|
+
'dkimEnabled'?: boolean;
|
|
16720
16726
|
/**
|
|
16721
16727
|
* DKIM tokens required for authentication
|
|
16722
16728
|
* @type {Array<string>}
|
|
@@ -16729,6 +16735,12 @@ export interface DomainStatusDtoV2025 {
|
|
|
16729
16735
|
* @memberof DomainStatusDtoV2025
|
|
16730
16736
|
*/
|
|
16731
16737
|
'dkimVerificationStatus'?: string;
|
|
16738
|
+
/**
|
|
16739
|
+
* The AWS SES region the domain is associated with
|
|
16740
|
+
* @type {string}
|
|
16741
|
+
* @memberof DomainStatusDtoV2025
|
|
16742
|
+
*/
|
|
16743
|
+
'region'?: string;
|
|
16732
16744
|
}
|
|
16733
16745
|
/**
|
|
16734
16746
|
*
|
|
@@ -16960,34 +16972,41 @@ export interface EmailNotificationOptionV2025 {
|
|
|
16960
16972
|
*/
|
|
16961
16973
|
export interface EmailStatusDtoV2025 {
|
|
16962
16974
|
/**
|
|
16963
|
-
*
|
|
16975
|
+
* Unique identifier for the verified sender address
|
|
16964
16976
|
* @type {string}
|
|
16965
16977
|
* @memberof EmailStatusDtoV2025
|
|
16966
16978
|
*/
|
|
16967
16979
|
'id'?: string | null;
|
|
16968
16980
|
/**
|
|
16969
|
-
*
|
|
16981
|
+
* The verified sender email address
|
|
16970
16982
|
* @type {string}
|
|
16971
16983
|
* @memberof EmailStatusDtoV2025
|
|
16972
16984
|
*/
|
|
16973
16985
|
'email'?: string;
|
|
16974
16986
|
/**
|
|
16975
|
-
*
|
|
16987
|
+
* Whether the sender address is verified by domain
|
|
16976
16988
|
* @type {boolean}
|
|
16977
16989
|
* @memberof EmailStatusDtoV2025
|
|
16978
16990
|
*/
|
|
16979
16991
|
'isVerifiedByDomain'?: boolean;
|
|
16980
16992
|
/**
|
|
16981
|
-
*
|
|
16993
|
+
* The verification status of the sender address
|
|
16982
16994
|
* @type {string}
|
|
16983
16995
|
* @memberof EmailStatusDtoV2025
|
|
16984
16996
|
*/
|
|
16985
16997
|
'verificationStatus'?: EmailStatusDtoV2025VerificationStatusV2025;
|
|
16998
|
+
/**
|
|
16999
|
+
* The AWS SES region the sender address is associated with
|
|
17000
|
+
* @type {string}
|
|
17001
|
+
* @memberof EmailStatusDtoV2025
|
|
17002
|
+
*/
|
|
17003
|
+
'region'?: string;
|
|
16986
17004
|
}
|
|
16987
17005
|
export declare const EmailStatusDtoV2025VerificationStatusV2025: {
|
|
16988
17006
|
readonly Pending: "PENDING";
|
|
16989
17007
|
readonly Success: "SUCCESS";
|
|
16990
17008
|
readonly Failed: "FAILED";
|
|
17009
|
+
readonly Na: "NA";
|
|
16991
17010
|
};
|
|
16992
17011
|
export type EmailStatusDtoV2025VerificationStatusV2025 = typeof EmailStatusDtoV2025VerificationStatusV2025[keyof typeof EmailStatusDtoV2025VerificationStatusV2025];
|
|
16993
17012
|
/**
|
|
@@ -28764,14 +28783,12 @@ export interface MatchTermV2025 {
|
|
|
28764
28783
|
}> | null;
|
|
28765
28784
|
}
|
|
28766
28785
|
/**
|
|
28767
|
-
*
|
|
28786
|
+
* The notification medium (EMAIL, SLACK, or TEAMS)
|
|
28768
28787
|
* @export
|
|
28769
28788
|
* @enum {string}
|
|
28770
28789
|
*/
|
|
28771
28790
|
export declare const MediumV2025: {
|
|
28772
28791
|
readonly Email: "EMAIL";
|
|
28773
|
-
readonly Sms: "SMS";
|
|
28774
|
-
readonly Phone: "PHONE";
|
|
28775
28792
|
readonly Slack: "SLACK";
|
|
28776
28793
|
readonly Teams: "TEAMS";
|
|
28777
28794
|
};
|
|
@@ -42543,12 +42560,36 @@ export interface SendTestNotificationRequestDtoV2025 {
|
|
|
42543
42560
|
* @memberof SendTestNotificationRequestDtoV2025
|
|
42544
42561
|
*/
|
|
42545
42562
|
'medium'?: SendTestNotificationRequestDtoV2025MediumV2025;
|
|
42563
|
+
/**
|
|
42564
|
+
* The locale for the message text.
|
|
42565
|
+
* @type {string}
|
|
42566
|
+
* @memberof SendTestNotificationRequestDtoV2025
|
|
42567
|
+
*/
|
|
42568
|
+
'locale'?: string;
|
|
42546
42569
|
/**
|
|
42547
42570
|
* A Json object that denotes the context specific to the template.
|
|
42548
42571
|
* @type {object}
|
|
42549
42572
|
* @memberof SendTestNotificationRequestDtoV2025
|
|
42550
42573
|
*/
|
|
42551
42574
|
'context'?: object;
|
|
42575
|
+
/**
|
|
42576
|
+
* A list of override recipient email addresses for the test notification.
|
|
42577
|
+
* @type {Array<string>}
|
|
42578
|
+
* @memberof SendTestNotificationRequestDtoV2025
|
|
42579
|
+
*/
|
|
42580
|
+
'recipientEmailList'?: Array<string>;
|
|
42581
|
+
/**
|
|
42582
|
+
* A list of CC email addresses for the test notification.
|
|
42583
|
+
* @type {Array<string>}
|
|
42584
|
+
* @memberof SendTestNotificationRequestDtoV2025
|
|
42585
|
+
*/
|
|
42586
|
+
'carbonCopy'?: Array<string>;
|
|
42587
|
+
/**
|
|
42588
|
+
* A list of BCC email addresses for the test notification.
|
|
42589
|
+
* @type {Array<string>}
|
|
42590
|
+
* @memberof SendTestNotificationRequestDtoV2025
|
|
42591
|
+
*/
|
|
42592
|
+
'blindCarbonCopy'?: Array<string>;
|
|
42552
42593
|
}
|
|
42553
42594
|
export declare const SendTestNotificationRequestDtoV2025MediumV2025: {
|
|
42554
42595
|
readonly Email: "EMAIL";
|
|
@@ -47513,13 +47554,13 @@ export type TaskStatusV2025CompletionStatusV2025 = typeof TaskStatusV2025Complet
|
|
|
47513
47554
|
*/
|
|
47514
47555
|
export interface TemplateBulkDeleteDtoV2025 {
|
|
47515
47556
|
/**
|
|
47516
|
-
*
|
|
47557
|
+
* The template key to delete
|
|
47517
47558
|
* @type {string}
|
|
47518
47559
|
* @memberof TemplateBulkDeleteDtoV2025
|
|
47519
47560
|
*/
|
|
47520
47561
|
'key': string;
|
|
47521
47562
|
/**
|
|
47522
|
-
*
|
|
47563
|
+
* The notification medium (EMAIL, SLACK, or TEAMS)
|
|
47523
47564
|
* @type {string}
|
|
47524
47565
|
* @memberof TemplateBulkDeleteDtoV2025
|
|
47525
47566
|
*/
|
|
@@ -47533,8 +47574,8 @@ export interface TemplateBulkDeleteDtoV2025 {
|
|
|
47533
47574
|
}
|
|
47534
47575
|
export declare const TemplateBulkDeleteDtoV2025MediumV2025: {
|
|
47535
47576
|
readonly Email: "EMAIL";
|
|
47536
|
-
readonly
|
|
47537
|
-
readonly
|
|
47577
|
+
readonly Slack: "SLACK";
|
|
47578
|
+
readonly Teams: "TEAMS";
|
|
47538
47579
|
};
|
|
47539
47580
|
export type TemplateBulkDeleteDtoV2025MediumV2025 = typeof TemplateBulkDeleteDtoV2025MediumV2025[keyof typeof TemplateBulkDeleteDtoV2025MediumV2025];
|
|
47540
47581
|
/**
|
|
@@ -47626,12 +47667,156 @@ export interface TemplateDtoDefaultV2025 {
|
|
|
47626
47667
|
}
|
|
47627
47668
|
export declare const TemplateDtoDefaultV2025MediumV2025: {
|
|
47628
47669
|
readonly Email: "EMAIL";
|
|
47629
|
-
readonly Phone: "PHONE";
|
|
47630
|
-
readonly Sms: "SMS";
|
|
47631
47670
|
readonly Slack: "SLACK";
|
|
47632
47671
|
readonly Teams: "TEAMS";
|
|
47633
47672
|
};
|
|
47634
47673
|
export type TemplateDtoDefaultV2025MediumV2025 = typeof TemplateDtoDefaultV2025MediumV2025[keyof typeof TemplateDtoDefaultV2025MediumV2025];
|
|
47674
|
+
/**
|
|
47675
|
+
*
|
|
47676
|
+
* @export
|
|
47677
|
+
* @interface TemplateDtoSlackTemplateV2025
|
|
47678
|
+
*/
|
|
47679
|
+
export interface TemplateDtoSlackTemplateV2025 {
|
|
47680
|
+
/**
|
|
47681
|
+
* The template key
|
|
47682
|
+
* @type {string}
|
|
47683
|
+
* @memberof TemplateDtoSlackTemplateV2025
|
|
47684
|
+
*/
|
|
47685
|
+
'key'?: string | null;
|
|
47686
|
+
/**
|
|
47687
|
+
* The main text content of the Slack message
|
|
47688
|
+
* @type {string}
|
|
47689
|
+
* @memberof TemplateDtoSlackTemplateV2025
|
|
47690
|
+
*/
|
|
47691
|
+
'text'?: string;
|
|
47692
|
+
/**
|
|
47693
|
+
* JSON string of Slack Block Kit blocks for rich formatting
|
|
47694
|
+
* @type {string}
|
|
47695
|
+
* @memberof TemplateDtoSlackTemplateV2025
|
|
47696
|
+
*/
|
|
47697
|
+
'blocks'?: string | null;
|
|
47698
|
+
/**
|
|
47699
|
+
* JSON string of Slack attachments
|
|
47700
|
+
* @type {string}
|
|
47701
|
+
* @memberof TemplateDtoSlackTemplateV2025
|
|
47702
|
+
*/
|
|
47703
|
+
'attachments'?: string;
|
|
47704
|
+
/**
|
|
47705
|
+
* The type of notification
|
|
47706
|
+
* @type {string}
|
|
47707
|
+
* @memberof TemplateDtoSlackTemplateV2025
|
|
47708
|
+
*/
|
|
47709
|
+
'notificationType'?: string | null;
|
|
47710
|
+
/**
|
|
47711
|
+
* The approval request ID
|
|
47712
|
+
* @type {string}
|
|
47713
|
+
* @memberof TemplateDtoSlackTemplateV2025
|
|
47714
|
+
*/
|
|
47715
|
+
'approvalId'?: string | null;
|
|
47716
|
+
/**
|
|
47717
|
+
* The request ID
|
|
47718
|
+
* @type {string}
|
|
47719
|
+
* @memberof TemplateDtoSlackTemplateV2025
|
|
47720
|
+
*/
|
|
47721
|
+
'requestId'?: string | null;
|
|
47722
|
+
/**
|
|
47723
|
+
* The ID of the user who made the request
|
|
47724
|
+
* @type {string}
|
|
47725
|
+
* @memberof TemplateDtoSlackTemplateV2025
|
|
47726
|
+
*/
|
|
47727
|
+
'requestedById'?: string | null;
|
|
47728
|
+
/**
|
|
47729
|
+
* Whether this is a subscription notification
|
|
47730
|
+
* @type {boolean}
|
|
47731
|
+
* @memberof TemplateDtoSlackTemplateV2025
|
|
47732
|
+
*/
|
|
47733
|
+
'isSubscription'?: boolean | null;
|
|
47734
|
+
/**
|
|
47735
|
+
*
|
|
47736
|
+
* @type {TemplateSlackAutoApprovalDataV2025}
|
|
47737
|
+
* @memberof TemplateDtoSlackTemplateV2025
|
|
47738
|
+
*/
|
|
47739
|
+
'autoApprovalData'?: TemplateSlackAutoApprovalDataV2025 | null;
|
|
47740
|
+
/**
|
|
47741
|
+
*
|
|
47742
|
+
* @type {TemplateSlackCustomFieldsV2025}
|
|
47743
|
+
* @memberof TemplateDtoSlackTemplateV2025
|
|
47744
|
+
*/
|
|
47745
|
+
'customFields'?: TemplateSlackCustomFieldsV2025 | null;
|
|
47746
|
+
}
|
|
47747
|
+
/**
|
|
47748
|
+
*
|
|
47749
|
+
* @export
|
|
47750
|
+
* @interface TemplateDtoTeamsTemplateV2025
|
|
47751
|
+
*/
|
|
47752
|
+
export interface TemplateDtoTeamsTemplateV2025 {
|
|
47753
|
+
/**
|
|
47754
|
+
* The template key
|
|
47755
|
+
* @type {string}
|
|
47756
|
+
* @memberof TemplateDtoTeamsTemplateV2025
|
|
47757
|
+
*/
|
|
47758
|
+
'key'?: string | null;
|
|
47759
|
+
/**
|
|
47760
|
+
* The title of the Teams message
|
|
47761
|
+
* @type {string}
|
|
47762
|
+
* @memberof TemplateDtoTeamsTemplateV2025
|
|
47763
|
+
*/
|
|
47764
|
+
'title'?: string | null;
|
|
47765
|
+
/**
|
|
47766
|
+
* The main text content of the Teams message
|
|
47767
|
+
* @type {string}
|
|
47768
|
+
* @memberof TemplateDtoTeamsTemplateV2025
|
|
47769
|
+
*/
|
|
47770
|
+
'text'?: string;
|
|
47771
|
+
/**
|
|
47772
|
+
* JSON string of the Teams adaptive card
|
|
47773
|
+
* @type {string}
|
|
47774
|
+
* @memberof TemplateDtoTeamsTemplateV2025
|
|
47775
|
+
*/
|
|
47776
|
+
'messageJSON'?: string | null;
|
|
47777
|
+
/**
|
|
47778
|
+
* Whether this is a subscription notification
|
|
47779
|
+
* @type {boolean}
|
|
47780
|
+
* @memberof TemplateDtoTeamsTemplateV2025
|
|
47781
|
+
*/
|
|
47782
|
+
'isSubscription'?: boolean | null;
|
|
47783
|
+
/**
|
|
47784
|
+
* The approval request ID
|
|
47785
|
+
* @type {string}
|
|
47786
|
+
* @memberof TemplateDtoTeamsTemplateV2025
|
|
47787
|
+
*/
|
|
47788
|
+
'approvalId'?: string | null;
|
|
47789
|
+
/**
|
|
47790
|
+
* The request ID
|
|
47791
|
+
* @type {string}
|
|
47792
|
+
* @memberof TemplateDtoTeamsTemplateV2025
|
|
47793
|
+
*/
|
|
47794
|
+
'requestId'?: string | null;
|
|
47795
|
+
/**
|
|
47796
|
+
* The ID of the user who made the request
|
|
47797
|
+
* @type {string}
|
|
47798
|
+
* @memberof TemplateDtoTeamsTemplateV2025
|
|
47799
|
+
*/
|
|
47800
|
+
'requestedById'?: string | null;
|
|
47801
|
+
/**
|
|
47802
|
+
* The type of notification
|
|
47803
|
+
* @type {string}
|
|
47804
|
+
* @memberof TemplateDtoTeamsTemplateV2025
|
|
47805
|
+
*/
|
|
47806
|
+
'notificationType'?: string | null;
|
|
47807
|
+
/**
|
|
47808
|
+
*
|
|
47809
|
+
* @type {TemplateSlackAutoApprovalDataV2025}
|
|
47810
|
+
* @memberof TemplateDtoTeamsTemplateV2025
|
|
47811
|
+
*/
|
|
47812
|
+
'autoApprovalData'?: TemplateSlackAutoApprovalDataV2025 | null;
|
|
47813
|
+
/**
|
|
47814
|
+
*
|
|
47815
|
+
* @type {TemplateSlackCustomFieldsV2025}
|
|
47816
|
+
* @memberof TemplateDtoTeamsTemplateV2025
|
|
47817
|
+
*/
|
|
47818
|
+
'customFields'?: TemplateSlackCustomFieldsV2025 | null;
|
|
47819
|
+
}
|
|
47635
47820
|
/**
|
|
47636
47821
|
*
|
|
47637
47822
|
* @export
|
|
@@ -47726,21 +47911,19 @@ export interface TemplateDtoV2025 {
|
|
|
47726
47911
|
'modified'?: string;
|
|
47727
47912
|
/**
|
|
47728
47913
|
*
|
|
47729
|
-
* @type {
|
|
47914
|
+
* @type {TemplateDtoSlackTemplateV2025}
|
|
47730
47915
|
* @memberof TemplateDtoV2025
|
|
47731
47916
|
*/
|
|
47732
|
-
'slackTemplate'?:
|
|
47917
|
+
'slackTemplate'?: TemplateDtoSlackTemplateV2025;
|
|
47733
47918
|
/**
|
|
47734
47919
|
*
|
|
47735
|
-
* @type {
|
|
47920
|
+
* @type {TemplateDtoTeamsTemplateV2025}
|
|
47736
47921
|
* @memberof TemplateDtoV2025
|
|
47737
47922
|
*/
|
|
47738
|
-
'teamsTemplate'?:
|
|
47923
|
+
'teamsTemplate'?: TemplateDtoTeamsTemplateV2025;
|
|
47739
47924
|
}
|
|
47740
47925
|
export declare const TemplateDtoV2025MediumV2025: {
|
|
47741
47926
|
readonly Email: "EMAIL";
|
|
47742
|
-
readonly Phone: "PHONE";
|
|
47743
|
-
readonly Sms: "SMS";
|
|
47744
47927
|
readonly Slack: "SLACK";
|
|
47745
47928
|
readonly Teams: "TEAMS";
|
|
47746
47929
|
};
|
|
@@ -47752,31 +47935,31 @@ export type TemplateDtoV2025MediumV2025 = typeof TemplateDtoV2025MediumV2025[key
|
|
|
47752
47935
|
*/
|
|
47753
47936
|
export interface TemplateSlackAutoApprovalDataV2025 {
|
|
47754
47937
|
/**
|
|
47755
|
-
*
|
|
47938
|
+
* Whether the request was auto-approved
|
|
47756
47939
|
* @type {string}
|
|
47757
47940
|
* @memberof TemplateSlackAutoApprovalDataV2025
|
|
47758
47941
|
*/
|
|
47759
47942
|
'isAutoApproved'?: string | null;
|
|
47760
47943
|
/**
|
|
47761
|
-
*
|
|
47944
|
+
* The item ID
|
|
47762
47945
|
* @type {string}
|
|
47763
47946
|
* @memberof TemplateSlackAutoApprovalDataV2025
|
|
47764
47947
|
*/
|
|
47765
47948
|
'itemId'?: string | null;
|
|
47766
47949
|
/**
|
|
47767
|
-
*
|
|
47950
|
+
* The item type
|
|
47768
47951
|
* @type {string}
|
|
47769
47952
|
* @memberof TemplateSlackAutoApprovalDataV2025
|
|
47770
47953
|
*/
|
|
47771
47954
|
'itemType'?: string | null;
|
|
47772
47955
|
/**
|
|
47773
|
-
*
|
|
47956
|
+
* JSON message for auto-approval
|
|
47774
47957
|
* @type {string}
|
|
47775
47958
|
* @memberof TemplateSlackAutoApprovalDataV2025
|
|
47776
47959
|
*/
|
|
47777
47960
|
'autoApprovalMessageJSON'?: string | null;
|
|
47778
47961
|
/**
|
|
47779
|
-
*
|
|
47962
|
+
* Title for auto-approval
|
|
47780
47963
|
* @type {string}
|
|
47781
47964
|
* @memberof TemplateSlackAutoApprovalDataV2025
|
|
47782
47965
|
*/
|
|
@@ -47789,25 +47972,25 @@ export interface TemplateSlackAutoApprovalDataV2025 {
|
|
|
47789
47972
|
*/
|
|
47790
47973
|
export interface TemplateSlackCustomFieldsV2025 {
|
|
47791
47974
|
/**
|
|
47792
|
-
*
|
|
47975
|
+
* The type of request
|
|
47793
47976
|
* @type {string}
|
|
47794
47977
|
* @memberof TemplateSlackCustomFieldsV2025
|
|
47795
47978
|
*/
|
|
47796
47979
|
'requestType'?: string | null;
|
|
47797
47980
|
/**
|
|
47798
|
-
*
|
|
47981
|
+
* Whether the request contains a deny action
|
|
47799
47982
|
* @type {string}
|
|
47800
47983
|
* @memberof TemplateSlackCustomFieldsV2025
|
|
47801
47984
|
*/
|
|
47802
47985
|
'containsDeny'?: string | null;
|
|
47803
47986
|
/**
|
|
47804
|
-
*
|
|
47987
|
+
* The campaign ID
|
|
47805
47988
|
* @type {string}
|
|
47806
47989
|
* @memberof TemplateSlackCustomFieldsV2025
|
|
47807
47990
|
*/
|
|
47808
47991
|
'campaignId'?: string | null;
|
|
47809
47992
|
/**
|
|
47810
|
-
*
|
|
47993
|
+
* The campaign status
|
|
47811
47994
|
* @type {string}
|
|
47812
47995
|
* @memberof TemplateSlackCustomFieldsV2025
|
|
47813
47996
|
*/
|
|
@@ -47820,55 +48003,55 @@ export interface TemplateSlackCustomFieldsV2025 {
|
|
|
47820
48003
|
*/
|
|
47821
48004
|
export interface TemplateSlackV2025 {
|
|
47822
48005
|
/**
|
|
47823
|
-
*
|
|
48006
|
+
* The template key
|
|
47824
48007
|
* @type {string}
|
|
47825
48008
|
* @memberof TemplateSlackV2025
|
|
47826
48009
|
*/
|
|
47827
48010
|
'key'?: string | null;
|
|
47828
48011
|
/**
|
|
47829
|
-
*
|
|
48012
|
+
* The main text content of the Slack message
|
|
47830
48013
|
* @type {string}
|
|
47831
48014
|
* @memberof TemplateSlackV2025
|
|
47832
48015
|
*/
|
|
47833
48016
|
'text'?: string;
|
|
47834
48017
|
/**
|
|
47835
|
-
*
|
|
48018
|
+
* JSON string of Slack Block Kit blocks for rich formatting
|
|
47836
48019
|
* @type {string}
|
|
47837
48020
|
* @memberof TemplateSlackV2025
|
|
47838
48021
|
*/
|
|
47839
48022
|
'blocks'?: string | null;
|
|
47840
48023
|
/**
|
|
47841
|
-
*
|
|
48024
|
+
* JSON string of Slack attachments
|
|
47842
48025
|
* @type {string}
|
|
47843
48026
|
* @memberof TemplateSlackV2025
|
|
47844
48027
|
*/
|
|
47845
48028
|
'attachments'?: string;
|
|
47846
48029
|
/**
|
|
47847
|
-
*
|
|
48030
|
+
* The type of notification
|
|
47848
48031
|
* @type {string}
|
|
47849
48032
|
* @memberof TemplateSlackV2025
|
|
47850
48033
|
*/
|
|
47851
48034
|
'notificationType'?: string | null;
|
|
47852
48035
|
/**
|
|
47853
|
-
*
|
|
48036
|
+
* The approval request ID
|
|
47854
48037
|
* @type {string}
|
|
47855
48038
|
* @memberof TemplateSlackV2025
|
|
47856
48039
|
*/
|
|
47857
48040
|
'approvalId'?: string | null;
|
|
47858
48041
|
/**
|
|
47859
|
-
*
|
|
48042
|
+
* The request ID
|
|
47860
48043
|
* @type {string}
|
|
47861
48044
|
* @memberof TemplateSlackV2025
|
|
47862
48045
|
*/
|
|
47863
48046
|
'requestId'?: string | null;
|
|
47864
48047
|
/**
|
|
47865
|
-
*
|
|
48048
|
+
* The ID of the user who made the request
|
|
47866
48049
|
* @type {string}
|
|
47867
48050
|
* @memberof TemplateSlackV2025
|
|
47868
48051
|
*/
|
|
47869
48052
|
'requestedById'?: string | null;
|
|
47870
48053
|
/**
|
|
47871
|
-
*
|
|
48054
|
+
* Whether this is a subscription notification
|
|
47872
48055
|
* @type {boolean}
|
|
47873
48056
|
* @memberof TemplateSlackV2025
|
|
47874
48057
|
*/
|
|
@@ -47893,55 +48076,55 @@ export interface TemplateSlackV2025 {
|
|
|
47893
48076
|
*/
|
|
47894
48077
|
export interface TemplateTeamsV2025 {
|
|
47895
48078
|
/**
|
|
47896
|
-
*
|
|
48079
|
+
* The template key
|
|
47897
48080
|
* @type {string}
|
|
47898
48081
|
* @memberof TemplateTeamsV2025
|
|
47899
48082
|
*/
|
|
47900
48083
|
'key'?: string | null;
|
|
47901
48084
|
/**
|
|
47902
|
-
*
|
|
48085
|
+
* The title of the Teams message
|
|
47903
48086
|
* @type {string}
|
|
47904
48087
|
* @memberof TemplateTeamsV2025
|
|
47905
48088
|
*/
|
|
47906
48089
|
'title'?: string | null;
|
|
47907
48090
|
/**
|
|
47908
|
-
*
|
|
48091
|
+
* The main text content of the Teams message
|
|
47909
48092
|
* @type {string}
|
|
47910
48093
|
* @memberof TemplateTeamsV2025
|
|
47911
48094
|
*/
|
|
47912
48095
|
'text'?: string;
|
|
47913
48096
|
/**
|
|
47914
|
-
*
|
|
48097
|
+
* JSON string of the Teams adaptive card
|
|
47915
48098
|
* @type {string}
|
|
47916
48099
|
* @memberof TemplateTeamsV2025
|
|
47917
48100
|
*/
|
|
47918
48101
|
'messageJSON'?: string | null;
|
|
47919
48102
|
/**
|
|
47920
|
-
*
|
|
48103
|
+
* Whether this is a subscription notification
|
|
47921
48104
|
* @type {boolean}
|
|
47922
48105
|
* @memberof TemplateTeamsV2025
|
|
47923
48106
|
*/
|
|
47924
48107
|
'isSubscription'?: boolean | null;
|
|
47925
48108
|
/**
|
|
47926
|
-
*
|
|
48109
|
+
* The approval request ID
|
|
47927
48110
|
* @type {string}
|
|
47928
48111
|
* @memberof TemplateTeamsV2025
|
|
47929
48112
|
*/
|
|
47930
48113
|
'approvalId'?: string | null;
|
|
47931
48114
|
/**
|
|
47932
|
-
*
|
|
48115
|
+
* The request ID
|
|
47933
48116
|
* @type {string}
|
|
47934
48117
|
* @memberof TemplateTeamsV2025
|
|
47935
48118
|
*/
|
|
47936
48119
|
'requestId'?: string | null;
|
|
47937
48120
|
/**
|
|
47938
|
-
*
|
|
48121
|
+
* The ID of the user who made the request
|
|
47939
48122
|
* @type {string}
|
|
47940
48123
|
* @memberof TemplateTeamsV2025
|
|
47941
48124
|
*/
|
|
47942
48125
|
'requestedById'?: string | null;
|
|
47943
48126
|
/**
|
|
47944
|
-
*
|
|
48127
|
+
* The type of notification
|
|
47945
48128
|
* @type {string}
|
|
47946
48129
|
* @memberof TemplateTeamsV2025
|
|
47947
48130
|
*/
|
|
@@ -55260,7 +55443,7 @@ export declare const ApprovalsV2025ApiAxiosParamCreator: (configuration?: Config
|
|
|
55260
55443
|
*/
|
|
55261
55444
|
moveApproval: (bulkReassignRequestDTOV2025: BulkReassignRequestDTOV2025, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
55262
55445
|
/**
|
|
55263
|
-
* Upserts a singular approval configuration that matches the given configID and configScope.
|
|
55446
|
+
* Upserts a singular approval configuration that matches the given configID and configScope. For example to update the approval configurations for all Access Request Approvals please use: \'/generic-approvals/config/ACCESS_REQUEST_APPROVAL/APPROVAL_TYPE\'
|
|
55264
55447
|
* @summary Put Approval Config
|
|
55265
55448
|
* @param {string} id The ID defined by the scope field, where [[id]]:[[scope]] is the following [[roleID]]:ROLE [[entitlementID]]:ENTITLEMENT [[accessProfileID]]:ACCESS_PROFILE ENTITLEMENT_DESCRIPTIONS:APPROVAL_TYPE ACCESS_REQUEST_APPROVAL:APPROVAL_TYPE [[tenantID]]:TENANT [[domainObjectID]]:DOMAIN_OBJECT
|
|
55266
55449
|
* @param {PutApprovalsConfigScopeV2025} scope The scope of the field, where [[id]]:[[scope]] is the following [[roleID]]:ROLE [[entitlementID]]:ENTITLEMENT [[accessProfileID]]:ACCESS_PROFILE ENTITLEMENT_DESCRIPTIONS:APPROVAL_TYPE ACCESS_REQUEST_APPROVAL:APPROVAL_TYPE [[tenantID]]:TENANT [[domainObjectID]]:DOMAIN_OBJECT
|
|
@@ -55398,7 +55581,7 @@ export declare const ApprovalsV2025ApiFp: (configuration?: Configuration) => {
|
|
|
55398
55581
|
*/
|
|
55399
55582
|
moveApproval(bulkReassignRequestDTOV2025: BulkReassignRequestDTOV2025, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
|
|
55400
55583
|
/**
|
|
55401
|
-
* Upserts a singular approval configuration that matches the given configID and configScope.
|
|
55584
|
+
* Upserts a singular approval configuration that matches the given configID and configScope. For example to update the approval configurations for all Access Request Approvals please use: \'/generic-approvals/config/ACCESS_REQUEST_APPROVAL/APPROVAL_TYPE\'
|
|
55402
55585
|
* @summary Put Approval Config
|
|
55403
55586
|
* @param {string} id The ID defined by the scope field, where [[id]]:[[scope]] is the following [[roleID]]:ROLE [[entitlementID]]:ENTITLEMENT [[accessProfileID]]:ACCESS_PROFILE ENTITLEMENT_DESCRIPTIONS:APPROVAL_TYPE ACCESS_REQUEST_APPROVAL:APPROVAL_TYPE [[tenantID]]:TENANT [[domainObjectID]]:DOMAIN_OBJECT
|
|
55404
55587
|
* @param {PutApprovalsConfigScopeV2025} scope The scope of the field, where [[id]]:[[scope]] is the following [[roleID]]:ROLE [[entitlementID]]:ENTITLEMENT [[accessProfileID]]:ACCESS_PROFILE ENTITLEMENT_DESCRIPTIONS:APPROVAL_TYPE ACCESS_REQUEST_APPROVAL:APPROVAL_TYPE [[tenantID]]:TENANT [[domainObjectID]]:DOMAIN_OBJECT
|
|
@@ -55522,7 +55705,7 @@ export declare const ApprovalsV2025ApiFactory: (configuration?: Configuration, b
|
|
|
55522
55705
|
*/
|
|
55523
55706
|
moveApproval(requestParameters: ApprovalsV2025ApiMoveApprovalRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<object>;
|
|
55524
55707
|
/**
|
|
55525
|
-
* Upserts a singular approval configuration that matches the given configID and configScope.
|
|
55708
|
+
* Upserts a singular approval configuration that matches the given configID and configScope. For example to update the approval configurations for all Access Request Approvals please use: \'/generic-approvals/config/ACCESS_REQUEST_APPROVAL/APPROVAL_TYPE\'
|
|
55526
55709
|
* @summary Put Approval Config
|
|
55527
55710
|
* @param {ApprovalsV2025ApiPutApprovalsConfigRequest} requestParameters Request parameters.
|
|
55528
55711
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -55952,7 +56135,7 @@ export declare class ApprovalsV2025Api extends BaseAPI {
|
|
|
55952
56135
|
*/
|
|
55953
56136
|
moveApproval(requestParameters: ApprovalsV2025ApiMoveApprovalRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
|
|
55954
56137
|
/**
|
|
55955
|
-
* Upserts a singular approval configuration that matches the given configID and configScope.
|
|
56138
|
+
* Upserts a singular approval configuration that matches the given configID and configScope. For example to update the approval configurations for all Access Request Approvals please use: \'/generic-approvals/config/ACCESS_REQUEST_APPROVAL/APPROVAL_TYPE\'
|
|
55956
56139
|
* @summary Put Approval Config
|
|
55957
56140
|
* @param {ApprovalsV2025ApiPutApprovalsConfigRequest} requestParameters Request parameters.
|
|
55958
56141
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -81887,7 +82070,7 @@ export declare const NotificationsV2025ApiAxiosParamCreator: (configuration?: Co
|
|
|
81887
82070
|
*/
|
|
81888
82071
|
createVerifiedFromAddress: (emailStatusDtoV2025: EmailStatusDtoV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
81889
82072
|
/**
|
|
81890
|
-
* This lets you bulk delete templates that you previously created for your site.
|
|
82073
|
+
* This lets you bulk delete templates that you previously created for your site.
|
|
81891
82074
|
* @summary Bulk delete notification templates
|
|
81892
82075
|
* @param {Array<TemplateBulkDeleteDtoV2025>} templateBulkDeleteDtoV2025
|
|
81893
82076
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -81915,12 +82098,12 @@ export declare const NotificationsV2025ApiAxiosParamCreator: (configuration?: Co
|
|
|
81915
82098
|
/**
|
|
81916
82099
|
* Retrieve MAIL FROM attributes for a given AWS SES identity.
|
|
81917
82100
|
* @summary Get mail from attributes
|
|
81918
|
-
* @param {string}
|
|
82101
|
+
* @param {string} identity Returns the MX and TXT record to be put in your DNS, as well as the MAIL FROM domain status
|
|
81919
82102
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
81920
82103
|
* @param {*} [axiosOptions] Override http request option.
|
|
81921
82104
|
* @throws {RequiredError}
|
|
81922
82105
|
*/
|
|
81923
|
-
getMailFromAttributes: (
|
|
82106
|
+
getMailFromAttributes: (identity: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
81924
82107
|
/**
|
|
81925
82108
|
* This gets a template that you have modified for your site by Id.
|
|
81926
82109
|
* @summary Get notification template by id
|
|
@@ -82034,7 +82217,7 @@ export declare const NotificationsV2025ApiFp: (configuration?: Configuration) =>
|
|
|
82034
82217
|
*/
|
|
82035
82218
|
createVerifiedFromAddress(emailStatusDtoV2025: EmailStatusDtoV2025, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmailStatusDtoV2025>>;
|
|
82036
82219
|
/**
|
|
82037
|
-
* This lets you bulk delete templates that you previously created for your site.
|
|
82220
|
+
* This lets you bulk delete templates that you previously created for your site.
|
|
82038
82221
|
* @summary Bulk delete notification templates
|
|
82039
82222
|
* @param {Array<TemplateBulkDeleteDtoV2025>} templateBulkDeleteDtoV2025
|
|
82040
82223
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
@@ -82062,12 +82245,12 @@ export declare const NotificationsV2025ApiFp: (configuration?: Configuration) =>
|
|
|
82062
82245
|
/**
|
|
82063
82246
|
* Retrieve MAIL FROM attributes for a given AWS SES identity.
|
|
82064
82247
|
* @summary Get mail from attributes
|
|
82065
|
-
* @param {string}
|
|
82248
|
+
* @param {string} identity Returns the MX and TXT record to be put in your DNS, as well as the MAIL FROM domain status
|
|
82066
82249
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
82067
82250
|
* @param {*} [axiosOptions] Override http request option.
|
|
82068
82251
|
* @throws {RequiredError}
|
|
82069
82252
|
*/
|
|
82070
|
-
getMailFromAttributes(
|
|
82253
|
+
getMailFromAttributes(identity: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MailFromAttributesV2025>>;
|
|
82071
82254
|
/**
|
|
82072
82255
|
* This gets a template that you have modified for your site by Id.
|
|
82073
82256
|
* @summary Get notification template by id
|
|
@@ -82178,7 +82361,7 @@ export declare const NotificationsV2025ApiFactory: (configuration?: Configuratio
|
|
|
82178
82361
|
*/
|
|
82179
82362
|
createVerifiedFromAddress(requestParameters: NotificationsV2025ApiCreateVerifiedFromAddressRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<EmailStatusDtoV2025>;
|
|
82180
82363
|
/**
|
|
82181
|
-
* This lets you bulk delete templates that you previously created for your site.
|
|
82364
|
+
* This lets you bulk delete templates that you previously created for your site.
|
|
82182
82365
|
* @summary Bulk delete notification templates
|
|
82183
82366
|
* @param {NotificationsV2025ApiDeleteNotificationTemplatesInBulkRequest} requestParameters Request parameters.
|
|
82184
82367
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -82393,7 +82576,7 @@ export interface NotificationsV2025ApiGetMailFromAttributesRequest {
|
|
|
82393
82576
|
* @type {string}
|
|
82394
82577
|
* @memberof NotificationsV2025ApiGetMailFromAttributes
|
|
82395
82578
|
*/
|
|
82396
|
-
readonly
|
|
82579
|
+
readonly identity: string;
|
|
82397
82580
|
/**
|
|
82398
82581
|
* Use this header to enable this experimental API.
|
|
82399
82582
|
* @type {string}
|
|
@@ -82630,7 +82813,7 @@ export declare class NotificationsV2025Api extends BaseAPI {
|
|
|
82630
82813
|
*/
|
|
82631
82814
|
createVerifiedFromAddress(requestParameters: NotificationsV2025ApiCreateVerifiedFromAddressRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<EmailStatusDtoV2025, any>>;
|
|
82632
82815
|
/**
|
|
82633
|
-
* This lets you bulk delete templates that you previously created for your site.
|
|
82816
|
+
* This lets you bulk delete templates that you previously created for your site.
|
|
82634
82817
|
* @summary Bulk delete notification templates
|
|
82635
82818
|
* @param {NotificationsV2025ApiDeleteNotificationTemplatesInBulkRequest} requestParameters Request parameters.
|
|
82636
82819
|
* @param {*} [axiosOptions] Override http request option.
|