sailpoint-api-client 2.0.5 → 2.0.6
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/intelligence/api.d.ts +5 -95
- package/dist/intelligence/api.js +5 -11
- package/dist/intelligence/api.js.map +1 -1
- package/dist/nerm/common.js +2 -2
- package/dist/nermv2025/common.js +2 -2
- package/intelligence/.openapi-generator/FILES +0 -4
- package/intelligence/api.ts +5 -101
- package/intelligence/docs/Methods/IntelligenceApi.md +0 -6
- package/intelligence/docs/Models/Intelidentityaggregate.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/package.json +1 -1
- package/intelligence/docs/Models/Errorbody.md +0 -20
- package/intelligence/docs/Models/Intelidentityambiguousbody.md +0 -21
- package/intelligence/docs/Models/Intelidentityambiguouscandidate.md +0 -20
- package/intelligence/docs/Models/Intelidentitynotfoundbody.md +0 -20
|
@@ -13,25 +13,6 @@ import type { Configuration } from '../configuration';
|
|
|
13
13
|
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
14
|
import type { RequestArgs } from './base';
|
|
15
15
|
import { BaseAPI } from './base';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface Errorbody
|
|
20
|
-
*/
|
|
21
|
-
export interface Errorbody {
|
|
22
|
-
/**
|
|
23
|
-
* Machine-readable error code returned by the Intelligence service.
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof Errorbody
|
|
26
|
-
*/
|
|
27
|
-
'detailCode'?: string;
|
|
28
|
-
/**
|
|
29
|
-
* Human-readable explanation of the error suitable for client logging.
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof Errorbody
|
|
32
|
-
*/
|
|
33
|
-
'message'?: string;
|
|
34
|
-
}
|
|
35
16
|
/**
|
|
36
17
|
*
|
|
37
18
|
* @export
|
|
@@ -441,7 +422,7 @@ export interface Intelidentityaggregate {
|
|
|
441
422
|
* @type {boolean}
|
|
442
423
|
* @memberof Intelidentityaggregate
|
|
443
424
|
*/
|
|
444
|
-
'isManager'
|
|
425
|
+
'isManager'?: boolean;
|
|
445
426
|
/**
|
|
446
427
|
* First page of accounts for the identity.
|
|
447
428
|
* @type {Intelaccountsslice}
|
|
@@ -477,77 +458,6 @@ export declare const IntelidentityaggregateSubtypeEnum: {
|
|
|
477
458
|
readonly CannotDetermine: "Cannot Determine";
|
|
478
459
|
};
|
|
479
460
|
export type IntelidentityaggregateSubtypeEnum = typeof IntelidentityaggregateSubtypeEnum[keyof typeof IntelidentityaggregateSubtypeEnum];
|
|
480
|
-
/**
|
|
481
|
-
*
|
|
482
|
-
* @export
|
|
483
|
-
* @interface Intelidentityambiguousbody
|
|
484
|
-
*/
|
|
485
|
-
export interface Intelidentityambiguousbody {
|
|
486
|
-
/**
|
|
487
|
-
* Constant detail code indicating that more than one identity matched the filter.
|
|
488
|
-
* @type {string}
|
|
489
|
-
* @memberof Intelidentityambiguousbody
|
|
490
|
-
*/
|
|
491
|
-
'detailCode': IntelidentityambiguousbodyDetailCodeEnum;
|
|
492
|
-
/**
|
|
493
|
-
* Optional explanatory text describing why the filter was considered ambiguous.
|
|
494
|
-
* @type {string}
|
|
495
|
-
* @memberof Intelidentityambiguousbody
|
|
496
|
-
*/
|
|
497
|
-
'message'?: string;
|
|
498
|
-
/**
|
|
499
|
-
* Collection of identities that matched the ambiguous filter expression.
|
|
500
|
-
* @type {Array<Intelidentityambiguouscandidate>}
|
|
501
|
-
* @memberof Intelidentityambiguousbody
|
|
502
|
-
*/
|
|
503
|
-
'candidates': Array<Intelidentityambiguouscandidate>;
|
|
504
|
-
}
|
|
505
|
-
export declare const IntelidentityambiguousbodyDetailCodeEnum: {
|
|
506
|
-
readonly IdcIdentityAmbiguous: "IDC_IDENTITY_AMBIGUOUS";
|
|
507
|
-
};
|
|
508
|
-
export type IntelidentityambiguousbodyDetailCodeEnum = typeof IntelidentityambiguousbodyDetailCodeEnum[keyof typeof IntelidentityambiguousbodyDetailCodeEnum];
|
|
509
|
-
/**
|
|
510
|
-
*
|
|
511
|
-
* @export
|
|
512
|
-
* @interface Intelidentityambiguouscandidate
|
|
513
|
-
*/
|
|
514
|
-
export interface Intelidentityambiguouscandidate {
|
|
515
|
-
/**
|
|
516
|
-
* Identity identifier for one of the ambiguous matching identities.
|
|
517
|
-
* @type {string}
|
|
518
|
-
* @memberof Intelidentityambiguouscandidate
|
|
519
|
-
*/
|
|
520
|
-
'id': string;
|
|
521
|
-
/**
|
|
522
|
-
* Display name for the ambiguous matching identity when available.
|
|
523
|
-
* @type {string}
|
|
524
|
-
* @memberof Intelidentityambiguouscandidate
|
|
525
|
-
*/
|
|
526
|
-
'displayName'?: string;
|
|
527
|
-
}
|
|
528
|
-
/**
|
|
529
|
-
*
|
|
530
|
-
* @export
|
|
531
|
-
* @interface Intelidentitynotfoundbody
|
|
532
|
-
*/
|
|
533
|
-
export interface Intelidentitynotfoundbody {
|
|
534
|
-
/**
|
|
535
|
-
* Constant detail code indicating that no identity matched the supplied filter.
|
|
536
|
-
* @type {string}
|
|
537
|
-
* @memberof Intelidentitynotfoundbody
|
|
538
|
-
*/
|
|
539
|
-
'detailCode': IntelidentitynotfoundbodyDetailCodeEnum;
|
|
540
|
-
/**
|
|
541
|
-
* Optional explanatory text describing why no identity was found.
|
|
542
|
-
* @type {string}
|
|
543
|
-
* @memberof Intelidentitynotfoundbody
|
|
544
|
-
*/
|
|
545
|
-
'message'?: string;
|
|
546
|
-
}
|
|
547
|
-
export declare const IntelidentitynotfoundbodyDetailCodeEnum: {
|
|
548
|
-
readonly IdcIdentityNotFound: "IDC_IDENTITY_NOT_FOUND";
|
|
549
|
-
};
|
|
550
|
-
export type IntelidentitynotfoundbodyDetailCodeEnum = typeof IntelidentitynotfoundbodyDetailCodeEnum[keyof typeof IntelidentitynotfoundbodyDetailCodeEnum];
|
|
551
461
|
/**
|
|
552
462
|
* One outlier access-item row.
|
|
553
463
|
* @export
|
|
@@ -726,7 +636,7 @@ export type Localeorigin = typeof Localeorigin[keyof typeof Localeorigin];
|
|
|
726
636
|
*/
|
|
727
637
|
export declare const IntelligenceApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
728
638
|
/**
|
|
729
|
-
* Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
|
|
639
|
+
* Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
|
|
730
640
|
* @summary Get identity by filter
|
|
731
641
|
* @param {string} filters Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq* **email**: *eq*
|
|
732
642
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -780,7 +690,7 @@ export declare const IntelligenceApiAxiosParamCreator: (configuration?: Configur
|
|
|
780
690
|
*/
|
|
781
691
|
export declare const IntelligenceApiFp: (configuration?: Configuration) => {
|
|
782
692
|
/**
|
|
783
|
-
* Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
|
|
693
|
+
* Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
|
|
784
694
|
* @summary Get identity by filter
|
|
785
695
|
* @param {string} filters Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq* **email**: *eq*
|
|
786
696
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -834,7 +744,7 @@ export declare const IntelligenceApiFp: (configuration?: Configuration) => {
|
|
|
834
744
|
*/
|
|
835
745
|
export declare const IntelligenceApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
836
746
|
/**
|
|
837
|
-
* Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
|
|
747
|
+
* Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
|
|
838
748
|
* @summary Get identity by filter
|
|
839
749
|
* @param {IntelligenceApiGetIdentityIntelligenceV1Request} requestParameters Request parameters.
|
|
840
750
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -995,7 +905,7 @@ export interface IntelligenceApiGetIntelIdentityRareAccessV1Request {
|
|
|
995
905
|
*/
|
|
996
906
|
export declare class IntelligenceApi extends BaseAPI {
|
|
997
907
|
/**
|
|
998
|
-
* Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
|
|
908
|
+
* Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
|
|
999
909
|
* @summary Get identity by filter
|
|
1000
910
|
* @param {IntelligenceApiGetIdentityIntelligenceV1Request} requestParameters Request parameters.
|
|
1001
911
|
* @param {*} [axiosOptions] Override http request option.
|
package/dist/intelligence/api.js
CHANGED
|
@@ -78,7 +78,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
78
78
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
79
79
|
};
|
|
80
80
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
81
|
-
exports.IntelligenceApi = exports.IntelligenceApiFactory = exports.IntelligenceApiFp = exports.IntelligenceApiAxiosParamCreator = exports.Localeorigin = exports.
|
|
81
|
+
exports.IntelligenceApi = exports.IntelligenceApiFactory = exports.IntelligenceApiFp = exports.IntelligenceApiAxiosParamCreator = exports.Localeorigin = exports.IntelidentityaggregateSubtypeEnum = exports.IntelidentityaggregateTypeEnum = exports.IntelcertificationhistoryeventEventTypeEnum = exports.IntelaccessitemhistoryeventEventTypeEnum = void 0;
|
|
82
82
|
var axios_1 = __importDefault(require("axios"));
|
|
83
83
|
// Some imports not used depending on template conditions
|
|
84
84
|
// @ts-ignore
|
|
@@ -101,12 +101,6 @@ exports.IntelidentityaggregateSubtypeEnum = {
|
|
|
101
101
|
NonEmployee: 'Non Employee',
|
|
102
102
|
CannotDetermine: 'Cannot Determine'
|
|
103
103
|
};
|
|
104
|
-
exports.IntelidentityambiguousbodyDetailCodeEnum = {
|
|
105
|
-
IdcIdentityAmbiguous: 'IDC_IDENTITY_AMBIGUOUS'
|
|
106
|
-
};
|
|
107
|
-
exports.IntelidentitynotfoundbodyDetailCodeEnum = {
|
|
108
|
-
IdcIdentityNotFound: 'IDC_IDENTITY_NOT_FOUND'
|
|
109
|
-
};
|
|
110
104
|
/**
|
|
111
105
|
* An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.
|
|
112
106
|
* @export
|
|
@@ -124,7 +118,7 @@ var IntelligenceApiAxiosParamCreator = function (configuration) {
|
|
|
124
118
|
var _this = this;
|
|
125
119
|
return {
|
|
126
120
|
/**
|
|
127
|
-
* Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
|
|
121
|
+
* Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
|
|
128
122
|
* @summary Get identity by filter
|
|
129
123
|
* @param {string} filters Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq* **email**: *eq*
|
|
130
124
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -333,7 +327,7 @@ var IntelligenceApiFp = function (configuration) {
|
|
|
333
327
|
var localVarAxiosParamCreator = (0, exports.IntelligenceApiAxiosParamCreator)(configuration);
|
|
334
328
|
return {
|
|
335
329
|
/**
|
|
336
|
-
* Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
|
|
330
|
+
* Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
|
|
337
331
|
* @summary Get identity by filter
|
|
338
332
|
* @param {string} filters Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq* **email**: *eq*
|
|
339
333
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -466,7 +460,7 @@ var IntelligenceApiFactory = function (configuration, basePath, axios) {
|
|
|
466
460
|
var localVarFp = (0, exports.IntelligenceApiFp)(configuration);
|
|
467
461
|
return {
|
|
468
462
|
/**
|
|
469
|
-
* Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
|
|
463
|
+
* Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
|
|
470
464
|
* @summary Get identity by filter
|
|
471
465
|
* @param {IntelligenceApiGetIdentityIntelligenceV1Request} requestParameters Request parameters.
|
|
472
466
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -530,7 +524,7 @@ var IntelligenceApi = /** @class */ (function (_super) {
|
|
|
530
524
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
531
525
|
}
|
|
532
526
|
/**
|
|
533
|
-
* Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
|
|
527
|
+
* Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
|
|
534
528
|
* @summary Get identity by filter
|
|
535
529
|
* @param {IntelligenceApiGetIdentityIntelligenceV1Request} requestParameters Request parameters.
|
|
536
530
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.js","sourceRoot":"","sources":["../../intelligence/api.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"api.js","sourceRoot":"","sources":["../../intelligence/api.ts"],"names":[],"mappings":"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"}
|
package/dist/nerm/common.js
CHANGED
|
@@ -251,12 +251,12 @@ var createRequestFunction = function (axiosArgs, globalAxios, BASE_PATH, configu
|
|
|
251
251
|
return __generator(this, function (_a) {
|
|
252
252
|
switch (_a.label) {
|
|
253
253
|
case 0:
|
|
254
|
-
userAgent = "SailPoint-SDK-TypeScript/2.0.
|
|
254
|
+
userAgent = "SailPoint-SDK-TypeScript/2.0.6";
|
|
255
255
|
if ((configuration === null || configuration === void 0 ? void 0 : configuration.consumerIdentifier) && (configuration === null || configuration === void 0 ? void 0 : configuration.consumerVersion)) {
|
|
256
256
|
userAgent += " (".concat(configuration.consumerIdentifier, "/").concat(configuration.consumerVersion, ")");
|
|
257
257
|
}
|
|
258
258
|
userAgent += " (".concat(process.platform, "; ").concat(process.arch, ") Node/").concat(process.versions.node, " (openapi-generator/7.12.0)");
|
|
259
|
-
headers = __assign(__assign(__assign({ 'Accept': 'application/json' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-2.0.
|
|
259
|
+
headers = __assign(__assign(__assign({ 'Accept': 'application/json' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-2.0.6' }), { 'User-Agent': userAgent });
|
|
260
260
|
if (!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
|
|
261
261
|
throw new Error("You are using Experimental APIs. Set configuration.experimental = True to enable these APIs in the SDK.");
|
|
262
262
|
}
|
package/dist/nermv2025/common.js
CHANGED
|
@@ -251,12 +251,12 @@ var createRequestFunction = function (axiosArgs, globalAxios, BASE_PATH, configu
|
|
|
251
251
|
return __generator(this, function (_a) {
|
|
252
252
|
switch (_a.label) {
|
|
253
253
|
case 0:
|
|
254
|
-
userAgent = "SailPoint-SDK-TypeScript/2.0.
|
|
254
|
+
userAgent = "SailPoint-SDK-TypeScript/2.0.6";
|
|
255
255
|
if ((configuration === null || configuration === void 0 ? void 0 : configuration.consumerIdentifier) && (configuration === null || configuration === void 0 ? void 0 : configuration.consumerVersion)) {
|
|
256
256
|
userAgent += " (".concat(configuration.consumerIdentifier, "/").concat(configuration.consumerVersion, ")");
|
|
257
257
|
}
|
|
258
258
|
userAgent += " (".concat(process.platform, "; ").concat(process.arch, ") Node/").concat(process.versions.node, " (openapi-generator/7.12.0)");
|
|
259
|
-
headers = __assign(__assign(__assign({ 'Accept': 'application/json' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-2.0.
|
|
259
|
+
headers = __assign(__assign(__assign({ 'Accept': 'application/json' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-2.0.6' }), { 'User-Agent': userAgent });
|
|
260
260
|
if (!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
|
|
261
261
|
throw new Error("You are using Experimental APIs. Set configuration.experimental = True to enable these APIs in the SDK.");
|
|
262
262
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
.gitignore
|
|
2
2
|
.npmignore
|
|
3
3
|
.openapi-generator-ignore
|
|
4
|
-
Errorbody.md
|
|
5
4
|
Errormessagedto.md
|
|
6
5
|
Errorresponsedto.md
|
|
7
6
|
GetIdentityIntelligenceV1401Response.md
|
|
@@ -16,9 +15,6 @@ Intelaccesssourcewire.md
|
|
|
16
15
|
Intelaccountsslice.md
|
|
17
16
|
Intelcertificationhistoryevent.md
|
|
18
17
|
Intelidentityaggregate.md
|
|
19
|
-
Intelidentityambiguousbody.md
|
|
20
|
-
Intelidentityambiguouscandidate.md
|
|
21
|
-
Intelidentitynotfoundbody.md
|
|
22
18
|
IntelligenceApi.md
|
|
23
19
|
IntelligenceApideveloperSite_code_examples.yaml
|
|
24
20
|
Inteloutlieraccessitem.md
|
package/intelligence/api.ts
CHANGED
|
@@ -23,25 +23,6 @@ import type { RequestArgs } from './base';
|
|
|
23
23
|
// @ts-ignore
|
|
24
24
|
import { BASE_PATH, COLLECTION_FORMATS, BaseAPI, RequiredError, operationServerMap } from './base';
|
|
25
25
|
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @export
|
|
29
|
-
* @interface Errorbody
|
|
30
|
-
*/
|
|
31
|
-
export interface Errorbody {
|
|
32
|
-
/**
|
|
33
|
-
* Machine-readable error code returned by the Intelligence service.
|
|
34
|
-
* @type {string}
|
|
35
|
-
* @memberof Errorbody
|
|
36
|
-
*/
|
|
37
|
-
'detailCode'?: string;
|
|
38
|
-
/**
|
|
39
|
-
* Human-readable explanation of the error suitable for client logging.
|
|
40
|
-
* @type {string}
|
|
41
|
-
* @memberof Errorbody
|
|
42
|
-
*/
|
|
43
|
-
'message'?: string;
|
|
44
|
-
}
|
|
45
26
|
/**
|
|
46
27
|
*
|
|
47
28
|
* @export
|
|
@@ -459,7 +440,7 @@ export interface Intelidentityaggregate {
|
|
|
459
440
|
* @type {boolean}
|
|
460
441
|
* @memberof Intelidentityaggregate
|
|
461
442
|
*/
|
|
462
|
-
'isManager'
|
|
443
|
+
'isManager'?: boolean;
|
|
463
444
|
/**
|
|
464
445
|
* First page of accounts for the identity.
|
|
465
446
|
* @type {Intelaccountsslice}
|
|
@@ -499,83 +480,6 @@ export const IntelidentityaggregateSubtypeEnum = {
|
|
|
499
480
|
|
|
500
481
|
export type IntelidentityaggregateSubtypeEnum = typeof IntelidentityaggregateSubtypeEnum[keyof typeof IntelidentityaggregateSubtypeEnum];
|
|
501
482
|
|
|
502
|
-
/**
|
|
503
|
-
*
|
|
504
|
-
* @export
|
|
505
|
-
* @interface Intelidentityambiguousbody
|
|
506
|
-
*/
|
|
507
|
-
export interface Intelidentityambiguousbody {
|
|
508
|
-
/**
|
|
509
|
-
* Constant detail code indicating that more than one identity matched the filter.
|
|
510
|
-
* @type {string}
|
|
511
|
-
* @memberof Intelidentityambiguousbody
|
|
512
|
-
*/
|
|
513
|
-
'detailCode': IntelidentityambiguousbodyDetailCodeEnum;
|
|
514
|
-
/**
|
|
515
|
-
* Optional explanatory text describing why the filter was considered ambiguous.
|
|
516
|
-
* @type {string}
|
|
517
|
-
* @memberof Intelidentityambiguousbody
|
|
518
|
-
*/
|
|
519
|
-
'message'?: string;
|
|
520
|
-
/**
|
|
521
|
-
* Collection of identities that matched the ambiguous filter expression.
|
|
522
|
-
* @type {Array<Intelidentityambiguouscandidate>}
|
|
523
|
-
* @memberof Intelidentityambiguousbody
|
|
524
|
-
*/
|
|
525
|
-
'candidates': Array<Intelidentityambiguouscandidate>;
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
export const IntelidentityambiguousbodyDetailCodeEnum = {
|
|
529
|
-
IdcIdentityAmbiguous: 'IDC_IDENTITY_AMBIGUOUS'
|
|
530
|
-
} as const;
|
|
531
|
-
|
|
532
|
-
export type IntelidentityambiguousbodyDetailCodeEnum = typeof IntelidentityambiguousbodyDetailCodeEnum[keyof typeof IntelidentityambiguousbodyDetailCodeEnum];
|
|
533
|
-
|
|
534
|
-
/**
|
|
535
|
-
*
|
|
536
|
-
* @export
|
|
537
|
-
* @interface Intelidentityambiguouscandidate
|
|
538
|
-
*/
|
|
539
|
-
export interface Intelidentityambiguouscandidate {
|
|
540
|
-
/**
|
|
541
|
-
* Identity identifier for one of the ambiguous matching identities.
|
|
542
|
-
* @type {string}
|
|
543
|
-
* @memberof Intelidentityambiguouscandidate
|
|
544
|
-
*/
|
|
545
|
-
'id': string;
|
|
546
|
-
/**
|
|
547
|
-
* Display name for the ambiguous matching identity when available.
|
|
548
|
-
* @type {string}
|
|
549
|
-
* @memberof Intelidentityambiguouscandidate
|
|
550
|
-
*/
|
|
551
|
-
'displayName'?: string;
|
|
552
|
-
}
|
|
553
|
-
/**
|
|
554
|
-
*
|
|
555
|
-
* @export
|
|
556
|
-
* @interface Intelidentitynotfoundbody
|
|
557
|
-
*/
|
|
558
|
-
export interface Intelidentitynotfoundbody {
|
|
559
|
-
/**
|
|
560
|
-
* Constant detail code indicating that no identity matched the supplied filter.
|
|
561
|
-
* @type {string}
|
|
562
|
-
* @memberof Intelidentitynotfoundbody
|
|
563
|
-
*/
|
|
564
|
-
'detailCode': IntelidentitynotfoundbodyDetailCodeEnum;
|
|
565
|
-
/**
|
|
566
|
-
* Optional explanatory text describing why no identity was found.
|
|
567
|
-
* @type {string}
|
|
568
|
-
* @memberof Intelidentitynotfoundbody
|
|
569
|
-
*/
|
|
570
|
-
'message'?: string;
|
|
571
|
-
}
|
|
572
|
-
|
|
573
|
-
export const IntelidentitynotfoundbodyDetailCodeEnum = {
|
|
574
|
-
IdcIdentityNotFound: 'IDC_IDENTITY_NOT_FOUND'
|
|
575
|
-
} as const;
|
|
576
|
-
|
|
577
|
-
export type IntelidentitynotfoundbodyDetailCodeEnum = typeof IntelidentitynotfoundbodyDetailCodeEnum[keyof typeof IntelidentitynotfoundbodyDetailCodeEnum];
|
|
578
|
-
|
|
579
483
|
/**
|
|
580
484
|
* One outlier access-item row.
|
|
581
485
|
* @export
|
|
@@ -760,7 +664,7 @@ export type Localeorigin = typeof Localeorigin[keyof typeof Localeorigin];
|
|
|
760
664
|
export const IntelligenceApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
761
665
|
return {
|
|
762
666
|
/**
|
|
763
|
-
* Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
|
|
667
|
+
* Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
|
|
764
668
|
* @summary Get identity by filter
|
|
765
669
|
* @param {string} filters Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq* **email**: *eq*
|
|
766
670
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -983,7 +887,7 @@ export const IntelligenceApiFp = function(configuration?: Configuration) {
|
|
|
983
887
|
const localVarAxiosParamCreator = IntelligenceApiAxiosParamCreator(configuration)
|
|
984
888
|
return {
|
|
985
889
|
/**
|
|
986
|
-
* Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
|
|
890
|
+
* Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
|
|
987
891
|
* @summary Get identity by filter
|
|
988
892
|
* @param {string} filters Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq* **email**: *eq*
|
|
989
893
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -1066,7 +970,7 @@ export const IntelligenceApiFactory = function (configuration?: Configuration, b
|
|
|
1066
970
|
const localVarFp = IntelligenceApiFp(configuration)
|
|
1067
971
|
return {
|
|
1068
972
|
/**
|
|
1069
|
-
* Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
|
|
973
|
+
* Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
|
|
1070
974
|
* @summary Get identity by filter
|
|
1071
975
|
* @param {IntelligenceApiGetIdentityIntelligenceV1Request} requestParameters Request parameters.
|
|
1072
976
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -1252,7 +1156,7 @@ export interface IntelligenceApiGetIntelIdentityRareAccessV1Request {
|
|
|
1252
1156
|
*/
|
|
1253
1157
|
export class IntelligenceApi extends BaseAPI {
|
|
1254
1158
|
/**
|
|
1255
|
-
* Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
|
|
1159
|
+
* Requires tenant license idn:response-and-remediation. Resolves exactly one identity by SCIM-style filters expression and returns the Intelligence envelope. Supported queryable fields are id and email only. The response embeds the first page of accounts, rare access, access-history access items, and access-history certifications. Paged slices include a next link only when more results exist. The privilegedAccess slice contains the full result and is not paged. The outliers slice is omitted when the tenant lacks the IDA-outliers license.
|
|
1256
1160
|
* @summary Get identity by filter
|
|
1257
1161
|
* @param {IntelligenceApiGetIdentityIntelligenceV1Request} requestParameters Request parameters.
|
|
1258
1162
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -37,12 +37,6 @@ access-history certifications. Paged slices include a next link only when more r
|
|
|
37
37
|
The privilegedAccess slice contains the full result and is not paged.
|
|
38
38
|
The outliers slice is omitted when the tenant lacks the IDA-outliers license.
|
|
39
39
|
|
|
40
|
-
A single match returns HTTP 200 with IntelIdentityAggregate.
|
|
41
|
-
|
|
42
|
-
Zero matches returns HTTP 404 with detailCode IDC_IDENTITY_NOT_FOUND.
|
|
43
|
-
|
|
44
|
-
Multiple matches returns HTTP 409 with detailCode IDC_IDENTITY_AMBIGUOUS and candidates listing each match.
|
|
45
|
-
|
|
46
40
|
|
|
47
41
|
[API Spec](https://developer.sailpoint.com/docs/api/get-identity-intelligence-v-1)
|
|
48
42
|
|
|
@@ -27,7 +27,7 @@ Name | Type | Description | Notes
|
|
|
27
27
|
**alias** | **(optional)** `string` | Primary login or account alias for the identity. | [default to undefined]
|
|
28
28
|
**email** | **(optional)** `string` | Primary business email address for the identity. | [default to undefined]
|
|
29
29
|
**identityStatus** | **(optional)** `string` | Current identity lifecycle status label from Identity Security Cloud. | [default to undefined]
|
|
30
|
-
**isManager** | `boolean` | True when the identity is flagged as a people manager in the organization. | [default to
|
|
30
|
+
**isManager** | **(optional)** `boolean` | True when the identity is flagged as a people manager in the organization. | [default to false]
|
|
31
31
|
**accounts** | `Intelaccountsslice` | First page of accounts for the identity. | [default to undefined]
|
|
32
32
|
**privilegedAccess** | `Intelprivilegedaccessslice` | Full privileged access result for the identity. | [default to undefined]
|
|
33
33
|
**outliers** | **(optional)** `Inteloutliersslice` | Rare access slice; omitted when the tenant lacks the IDA-outliers license. | [default to undefined]
|
package/nerm/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## sailpoint-nerm-sdk@2.0.
|
|
1
|
+
## sailpoint-nerm-sdk@2.0.6
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install sailpoint-nerm-sdk@2.0.
|
|
39
|
+
npm install sailpoint-nerm-sdk@2.0.6 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/nerm/common.ts
CHANGED
|
@@ -144,7 +144,7 @@ export const toPathString = function (url: URL) {
|
|
|
144
144
|
*/
|
|
145
145
|
export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
|
|
146
146
|
return async <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
|
|
147
|
-
let userAgent = `SailPoint-SDK-TypeScript/2.0.
|
|
147
|
+
let userAgent = `SailPoint-SDK-TypeScript/2.0.6`;
|
|
148
148
|
if (configuration?.consumerIdentifier && configuration?.consumerVersion) {
|
|
149
149
|
userAgent += ` (${configuration.consumerIdentifier}/${configuration.consumerVersion})`;
|
|
150
150
|
}
|
|
@@ -152,7 +152,7 @@ export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxi
|
|
|
152
152
|
const headers = {
|
|
153
153
|
...{'Accept': 'application/json'},
|
|
154
154
|
...axiosArgs.axiosOptions.headers,
|
|
155
|
-
...{'X-SailPoint-SDK':'typescript-2.0.
|
|
155
|
+
...{'X-SailPoint-SDK':'typescript-2.0.6'},
|
|
156
156
|
...{'User-Agent': userAgent},
|
|
157
157
|
}
|
|
158
158
|
|
package/nerm/package.json
CHANGED
package/nermv2025/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## sailpoint-nerm-sdk@2.0.
|
|
1
|
+
## sailpoint-nerm-sdk@2.0.6
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install sailpoint-nerm-sdk@2.0.
|
|
39
|
+
npm install sailpoint-nerm-sdk@2.0.6 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/nermv2025/common.ts
CHANGED
|
@@ -144,7 +144,7 @@ export const toPathString = function (url: URL) {
|
|
|
144
144
|
*/
|
|
145
145
|
export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
|
|
146
146
|
return async <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
|
|
147
|
-
let userAgent = `SailPoint-SDK-TypeScript/2.0.
|
|
147
|
+
let userAgent = `SailPoint-SDK-TypeScript/2.0.6`;
|
|
148
148
|
if (configuration?.consumerIdentifier && configuration?.consumerVersion) {
|
|
149
149
|
userAgent += ` (${configuration.consumerIdentifier}/${configuration.consumerVersion})`;
|
|
150
150
|
}
|
|
@@ -152,7 +152,7 @@ export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxi
|
|
|
152
152
|
const headers = {
|
|
153
153
|
...{'Accept': 'application/json'},
|
|
154
154
|
...axiosArgs.axiosOptions.headers,
|
|
155
|
-
...{'X-SailPoint-SDK':'typescript-2.0.
|
|
155
|
+
...{'X-SailPoint-SDK':'typescript-2.0.6'},
|
|
156
156
|
...{'User-Agent': userAgent},
|
|
157
157
|
}
|
|
158
158
|
|
package/nermv2025/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: v1-errorbody
|
|
3
|
-
title: Errorbody
|
|
4
|
-
pagination_label: Errorbody
|
|
5
|
-
sidebar_label: Errorbody
|
|
6
|
-
sidebar_class_name: typescriptsdk
|
|
7
|
-
keywords: ['typescript', 'TypeScript', 'sdk', 'Errorbody', 'v1Errorbody']
|
|
8
|
-
slug: /tools/sdk/typescript/intelligence/models/errorbody
|
|
9
|
-
tags: ['SDK', 'Software Development Kit', 'Errorbody', 'v1Errorbody']
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
# Errorbody
|
|
13
|
-
|
|
14
|
-
## Properties
|
|
15
|
-
|
|
16
|
-
Name | Type | Description | Notes
|
|
17
|
-
------------ | ------------- | ------------- | -------------
|
|
18
|
-
**detailCode** | **(optional)** `string` | Machine-readable error code returned by the Intelligence service. | [default to undefined]
|
|
19
|
-
**message** | **(optional)** `string` | Human-readable explanation of the error suitable for client logging. | [default to undefined]
|
|
20
|
-
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: v1-intelidentityambiguousbody
|
|
3
|
-
title: Intelidentityambiguousbody
|
|
4
|
-
pagination_label: Intelidentityambiguousbody
|
|
5
|
-
sidebar_label: Intelidentityambiguousbody
|
|
6
|
-
sidebar_class_name: typescriptsdk
|
|
7
|
-
keywords: ['typescript', 'TypeScript', 'sdk', 'Intelidentityambiguousbody', 'v1Intelidentityambiguousbody']
|
|
8
|
-
slug: /tools/sdk/typescript/intelligence/models/intelidentityambiguousbody
|
|
9
|
-
tags: ['SDK', 'Software Development Kit', 'Intelidentityambiguousbody', 'v1Intelidentityambiguousbody']
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
# Intelidentityambiguousbody
|
|
13
|
-
|
|
14
|
-
## Properties
|
|
15
|
-
|
|
16
|
-
Name | Type | Description | Notes
|
|
17
|
-
------------ | ------------- | ------------- | -------------
|
|
18
|
-
**detailCode** | `string` | Constant detail code indicating that more than one identity matched the filter. | [default to undefined]
|
|
19
|
-
**message** | **(optional)** `string` | Optional explanatory text describing why the filter was considered ambiguous. | [default to undefined]
|
|
20
|
-
**candidates** | `Array<Intelidentityambiguouscandidate>` | Collection of identities that matched the ambiguous filter expression. | [default to undefined]
|
|
21
|
-
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: v1-intelidentityambiguouscandidate
|
|
3
|
-
title: Intelidentityambiguouscandidate
|
|
4
|
-
pagination_label: Intelidentityambiguouscandidate
|
|
5
|
-
sidebar_label: Intelidentityambiguouscandidate
|
|
6
|
-
sidebar_class_name: typescriptsdk
|
|
7
|
-
keywords: ['typescript', 'TypeScript', 'sdk', 'Intelidentityambiguouscandidate', 'v1Intelidentityambiguouscandidate']
|
|
8
|
-
slug: /tools/sdk/typescript/intelligence/models/intelidentityambiguouscandidate
|
|
9
|
-
tags: ['SDK', 'Software Development Kit', 'Intelidentityambiguouscandidate', 'v1Intelidentityambiguouscandidate']
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
# Intelidentityambiguouscandidate
|
|
13
|
-
|
|
14
|
-
## Properties
|
|
15
|
-
|
|
16
|
-
Name | Type | Description | Notes
|
|
17
|
-
------------ | ------------- | ------------- | -------------
|
|
18
|
-
**id** | `string` | Identity identifier for one of the ambiguous matching identities. | [default to undefined]
|
|
19
|
-
**displayName** | **(optional)** `string` | Display name for the ambiguous matching identity when available. | [default to undefined]
|
|
20
|
-
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: v1-intelidentitynotfoundbody
|
|
3
|
-
title: Intelidentitynotfoundbody
|
|
4
|
-
pagination_label: Intelidentitynotfoundbody
|
|
5
|
-
sidebar_label: Intelidentitynotfoundbody
|
|
6
|
-
sidebar_class_name: typescriptsdk
|
|
7
|
-
keywords: ['typescript', 'TypeScript', 'sdk', 'Intelidentitynotfoundbody', 'v1Intelidentitynotfoundbody']
|
|
8
|
-
slug: /tools/sdk/typescript/intelligence/models/intelidentitynotfoundbody
|
|
9
|
-
tags: ['SDK', 'Software Development Kit', 'Intelidentitynotfoundbody', 'v1Intelidentitynotfoundbody']
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
# Intelidentitynotfoundbody
|
|
13
|
-
|
|
14
|
-
## Properties
|
|
15
|
-
|
|
16
|
-
Name | Type | Description | Notes
|
|
17
|
-
------------ | ------------- | ------------- | -------------
|
|
18
|
-
**detailCode** | `string` | Constant detail code indicating that no identity matched the supplied filter. | [default to undefined]
|
|
19
|
-
**message** | **(optional)** `string` | Optional explanatory text describing why no identity was found. | [default to undefined]
|
|
20
|
-
|