sailpoint-api-client 1.8.60 → 1.8.61
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/common.ts +2 -2
- package/beta/package.json +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/common.js +2 -2
- package/dist/v2025/api.d.ts +5 -3
- package/dist/v2025/api.js +6 -4
- package/dist/v2025/api.js.map +1 -1
- package/dist/v2025/common.js +2 -2
- package/dist/v2026/api.d.ts +0 -1005
- package/dist/v2026/api.js +16 -638
- package/dist/v2026/api.js.map +1 -1
- 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/common.ts +2 -2
- package/v2024/package.json +1 -1
- package/v2025/README.md +2 -2
- package/v2025/api.ts +7 -5
- package/v2025/common.ts +2 -2
- package/v2025/package.json +1 -1
- package/v2026/README.md +2 -2
- package/v2026/api.ts +0 -1296
- 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/v2026/api.ts
CHANGED
|
@@ -20314,25 +20314,6 @@ export interface EntityCreatedByDTOV2026 {
|
|
|
20314
20314
|
*/
|
|
20315
20315
|
'displayName'?: string;
|
|
20316
20316
|
}
|
|
20317
|
-
/**
|
|
20318
|
-
*
|
|
20319
|
-
* @export
|
|
20320
|
-
* @interface ErrorBodyV2026
|
|
20321
|
-
*/
|
|
20322
|
-
export interface ErrorBodyV2026 {
|
|
20323
|
-
/**
|
|
20324
|
-
* Machine-readable error code returned by the Intelligence Package service.
|
|
20325
|
-
* @type {string}
|
|
20326
|
-
* @memberof ErrorBodyV2026
|
|
20327
|
-
*/
|
|
20328
|
-
'detailCode'?: string;
|
|
20329
|
-
/**
|
|
20330
|
-
* Human-readable explanation of the error suitable for client logging.
|
|
20331
|
-
* @type {string}
|
|
20332
|
-
* @memberof ErrorBodyV2026
|
|
20333
|
-
*/
|
|
20334
|
-
'message'?: string;
|
|
20335
|
-
}
|
|
20336
20317
|
/**
|
|
20337
20318
|
*
|
|
20338
20319
|
* @export
|
|
@@ -26684,701 +26665,6 @@ export interface Int64StringKeyValuePairV2026 {
|
|
|
26684
26665
|
*/
|
|
26685
26666
|
'value'?: string | null;
|
|
26686
26667
|
}
|
|
26687
|
-
/**
|
|
26688
|
-
*
|
|
26689
|
-
* @export
|
|
26690
|
-
* @interface IntelAccessAccountWireV2026
|
|
26691
|
-
*/
|
|
26692
|
-
export interface IntelAccessAccountWireV2026 {
|
|
26693
|
-
/**
|
|
26694
|
-
* Unique account identifier in Identity Security Cloud.
|
|
26695
|
-
* @type {string}
|
|
26696
|
-
* @memberof IntelAccessAccountWireV2026
|
|
26697
|
-
*/
|
|
26698
|
-
'id': string;
|
|
26699
|
-
/**
|
|
26700
|
-
* Account name or login value on the correlated source.
|
|
26701
|
-
* @type {string}
|
|
26702
|
-
* @memberof IntelAccessAccountWireV2026
|
|
26703
|
-
*/
|
|
26704
|
-
'name': string;
|
|
26705
|
-
/**
|
|
26706
|
-
* Source metadata for the account as returned by List Accounts wire format.
|
|
26707
|
-
* @type {IntelAccessSourceWireV2026}
|
|
26708
|
-
* @memberof IntelAccessAccountWireV2026
|
|
26709
|
-
*/
|
|
26710
|
-
'source'?: IntelAccessSourceWireV2026;
|
|
26711
|
-
/**
|
|
26712
|
-
* True when the account is administratively disabled on the source.
|
|
26713
|
-
* @type {boolean}
|
|
26714
|
-
* @memberof IntelAccessAccountWireV2026
|
|
26715
|
-
*/
|
|
26716
|
-
'disabled': boolean;
|
|
26717
|
-
/**
|
|
26718
|
-
* True when the account is locked from interactive sign-in on the source.
|
|
26719
|
-
* @type {boolean}
|
|
26720
|
-
* @memberof IntelAccessAccountWireV2026
|
|
26721
|
-
*/
|
|
26722
|
-
'locked': boolean;
|
|
26723
|
-
/**
|
|
26724
|
-
* True when the account is not correlated to an authoritative identity.
|
|
26725
|
-
* @type {boolean}
|
|
26726
|
-
* @memberof IntelAccessAccountWireV2026
|
|
26727
|
-
*/
|
|
26728
|
-
'uncorrelated': boolean;
|
|
26729
|
-
/**
|
|
26730
|
-
* True when the account is treated as authoritative for attribute synchronization.
|
|
26731
|
-
* @type {boolean}
|
|
26732
|
-
* @memberof IntelAccessAccountWireV2026
|
|
26733
|
-
*/
|
|
26734
|
-
'authoritative': boolean;
|
|
26735
|
-
/**
|
|
26736
|
-
* True when the account represents a non-interactive or system principal.
|
|
26737
|
-
* @type {boolean}
|
|
26738
|
-
* @memberof IntelAccessAccountWireV2026
|
|
26739
|
-
*/
|
|
26740
|
-
'systemAccount': boolean;
|
|
26741
|
-
/**
|
|
26742
|
-
* True when the account belongs to a machine or service identity.
|
|
26743
|
-
* @type {boolean}
|
|
26744
|
-
* @memberof IntelAccessAccountWireV2026
|
|
26745
|
-
*/
|
|
26746
|
-
'isMachine': boolean;
|
|
26747
|
-
/**
|
|
26748
|
-
* True when the account currently has one or more entitlements assigned.
|
|
26749
|
-
* @type {boolean}
|
|
26750
|
-
* @memberof IntelAccessAccountWireV2026
|
|
26751
|
-
*/
|
|
26752
|
-
'hasEntitlements': boolean;
|
|
26753
|
-
/**
|
|
26754
|
-
* True when an administrator manually correlated the account to an identity.
|
|
26755
|
-
* @type {boolean}
|
|
26756
|
-
* @memberof IntelAccessAccountWireV2026
|
|
26757
|
-
*/
|
|
26758
|
-
'manuallyCorrelated': boolean;
|
|
26759
|
-
/**
|
|
26760
|
-
* Connector connection type identifier for the backing source system.
|
|
26761
|
-
* @type {string}
|
|
26762
|
-
* @memberof IntelAccessAccountWireV2026
|
|
26763
|
-
*/
|
|
26764
|
-
'connectionType': string;
|
|
26765
|
-
/**
|
|
26766
|
-
* Native identifier string on the source directory or application.
|
|
26767
|
-
* @type {string}
|
|
26768
|
-
* @memberof IntelAccessAccountWireV2026
|
|
26769
|
-
*/
|
|
26770
|
-
'nativeIdentity'?: string | null;
|
|
26771
|
-
/**
|
|
26772
|
-
* Timestamp when the account record was created in Identity Security Cloud.
|
|
26773
|
-
* @type {string}
|
|
26774
|
-
* @memberof IntelAccessAccountWireV2026
|
|
26775
|
-
*/
|
|
26776
|
-
'created': string;
|
|
26777
|
-
/**
|
|
26778
|
-
* Timestamp when the account record was last modified in Identity Security Cloud.
|
|
26779
|
-
* @type {string}
|
|
26780
|
-
* @memberof IntelAccessAccountWireV2026
|
|
26781
|
-
*/
|
|
26782
|
-
'modified': string;
|
|
26783
|
-
}
|
|
26784
|
-
/**
|
|
26785
|
-
*
|
|
26786
|
-
* @export
|
|
26787
|
-
* @interface IntelAccessSourceWireV2026
|
|
26788
|
-
*/
|
|
26789
|
-
export interface IntelAccessSourceWireV2026 {
|
|
26790
|
-
/**
|
|
26791
|
-
* Source identifier referenced by the account wire object.
|
|
26792
|
-
* @type {string}
|
|
26793
|
-
* @memberof IntelAccessSourceWireV2026
|
|
26794
|
-
*/
|
|
26795
|
-
'id'?: string;
|
|
26796
|
-
/**
|
|
26797
|
-
* Human-readable source name shown in administrative consoles.
|
|
26798
|
-
* @type {string}
|
|
26799
|
-
* @memberof IntelAccessSourceWireV2026
|
|
26800
|
-
*/
|
|
26801
|
-
'name'?: string;
|
|
26802
|
-
}
|
|
26803
|
-
/**
|
|
26804
|
-
*
|
|
26805
|
-
* @export
|
|
26806
|
-
* @interface IntelHrefV2026
|
|
26807
|
-
*/
|
|
26808
|
-
export interface IntelHrefV2026 {
|
|
26809
|
-
/**
|
|
26810
|
-
* Target URI for the related Intelligence Package sub-resource or operation.
|
|
26811
|
-
* @type {string}
|
|
26812
|
-
* @memberof IntelHrefV2026
|
|
26813
|
-
*/
|
|
26814
|
-
'href': string;
|
|
26815
|
-
}
|
|
26816
|
-
/**
|
|
26817
|
-
*
|
|
26818
|
-
* @export
|
|
26819
|
-
* @interface IntelHumanV2026
|
|
26820
|
-
*/
|
|
26821
|
-
export interface IntelHumanV2026 {
|
|
26822
|
-
/**
|
|
26823
|
-
* Primary login or account alias for the human identity.
|
|
26824
|
-
* @type {string}
|
|
26825
|
-
* @memberof IntelHumanV2026
|
|
26826
|
-
*/
|
|
26827
|
-
'alias': string;
|
|
26828
|
-
/**
|
|
26829
|
-
* Primary business email address for the human identity.
|
|
26830
|
-
* @type {string}
|
|
26831
|
-
* @memberof IntelHumanV2026
|
|
26832
|
-
*/
|
|
26833
|
-
'email': string;
|
|
26834
|
-
/**
|
|
26835
|
-
* Current identity lifecycle status label from Identity Security Cloud.
|
|
26836
|
-
* @type {string}
|
|
26837
|
-
* @memberof IntelHumanV2026
|
|
26838
|
-
*/
|
|
26839
|
-
'identityStatus': string;
|
|
26840
|
-
/**
|
|
26841
|
-
* Lifecycle state name assigned through provisioning policy when present.
|
|
26842
|
-
* @type {string}
|
|
26843
|
-
* @memberof IntelHumanV2026
|
|
26844
|
-
*/
|
|
26845
|
-
'lifecycleState'?: string | null;
|
|
26846
|
-
/**
|
|
26847
|
-
* Processing state for outstanding identity change operations when present.
|
|
26848
|
-
* @type {string}
|
|
26849
|
-
* @memberof IntelHumanV2026
|
|
26850
|
-
*/
|
|
26851
|
-
'processingState'?: string | null;
|
|
26852
|
-
/**
|
|
26853
|
-
* True when the identity is marked protected from automated changes.
|
|
26854
|
-
* @type {boolean}
|
|
26855
|
-
* @memberof IntelHumanV2026
|
|
26856
|
-
*/
|
|
26857
|
-
'isProtected': boolean;
|
|
26858
|
-
/**
|
|
26859
|
-
* Legacy manager identity identifier or display reference when assigned.
|
|
26860
|
-
* @type {string}
|
|
26861
|
-
* @memberof IntelHumanV2026
|
|
26862
|
-
*/
|
|
26863
|
-
'manager'?: string | null;
|
|
26864
|
-
/**
|
|
26865
|
-
* Manager identity identifier when correlated in Identity Security Cloud.
|
|
26866
|
-
* @type {string}
|
|
26867
|
-
* @memberof IntelHumanV2026
|
|
26868
|
-
*/
|
|
26869
|
-
'managerId'?: string | null;
|
|
26870
|
-
/**
|
|
26871
|
-
* Manager display name when available from identity services.
|
|
26872
|
-
* @type {string}
|
|
26873
|
-
* @memberof IntelHumanV2026
|
|
26874
|
-
*/
|
|
26875
|
-
'managerName'?: string | null;
|
|
26876
|
-
/**
|
|
26877
|
-
* True when the identity is flagged as a people manager in the organization.
|
|
26878
|
-
* @type {boolean}
|
|
26879
|
-
* @memberof IntelHumanV2026
|
|
26880
|
-
*/
|
|
26881
|
-
'isManager': boolean;
|
|
26882
|
-
/**
|
|
26883
|
-
* Timestamp of the last successful identity refresh from sources when known.
|
|
26884
|
-
* @type {string}
|
|
26885
|
-
* @memberof IntelHumanV2026
|
|
26886
|
-
*/
|
|
26887
|
-
'lastRefreshAt'?: string | null;
|
|
26888
|
-
}
|
|
26889
|
-
/**
|
|
26890
|
-
*
|
|
26891
|
-
* @export
|
|
26892
|
-
* @interface IntelIdentityAccessBodyV2026
|
|
26893
|
-
*/
|
|
26894
|
-
export interface IntelIdentityAccessBodyV2026 {
|
|
26895
|
-
/**
|
|
26896
|
-
* Accounts for the identity in camelCase wire format from Shelby List Accounts.
|
|
26897
|
-
* @type {Array<IntelAccessAccountWireV2026>}
|
|
26898
|
-
* @memberof IntelIdentityAccessBodyV2026
|
|
26899
|
-
*/
|
|
26900
|
-
'accounts': Array<IntelAccessAccountWireV2026>;
|
|
26901
|
-
/**
|
|
26902
|
-
* Privileged access items for the identity returned by SDS Search.
|
|
26903
|
-
* @type {Array<IntelPrivilegedAccessItemWireV2026>}
|
|
26904
|
-
* @memberof IntelIdentityAccessBodyV2026
|
|
26905
|
-
*/
|
|
26906
|
-
'privilegedAccessItems': Array<IntelPrivilegedAccessItemWireV2026>;
|
|
26907
|
-
}
|
|
26908
|
-
/**
|
|
26909
|
-
*
|
|
26910
|
-
* @export
|
|
26911
|
-
* @interface IntelIdentityAccessHistoryBodyV2026
|
|
26912
|
-
*/
|
|
26913
|
-
export interface IntelIdentityAccessHistoryBodyV2026 {
|
|
26914
|
-
/**
|
|
26915
|
-
* Each event is relayed from identity-history. Schema varies by event type; consumers should treat unknown fields as opaque using additionalProperties.
|
|
26916
|
-
* @type {Array<{ [key: string]: any; }>}
|
|
26917
|
-
* @memberof IntelIdentityAccessHistoryBodyV2026
|
|
26918
|
-
*/
|
|
26919
|
-
'events': Array<{ [key: string]: any; }>;
|
|
26920
|
-
}
|
|
26921
|
-
/**
|
|
26922
|
-
*
|
|
26923
|
-
* @export
|
|
26924
|
-
* @interface IntelIdentityAmbiguousBodyV2026
|
|
26925
|
-
*/
|
|
26926
|
-
export interface IntelIdentityAmbiguousBodyV2026 {
|
|
26927
|
-
/**
|
|
26928
|
-
* Constant detail code indicating that more than one identity matched the filter.
|
|
26929
|
-
* @type {string}
|
|
26930
|
-
* @memberof IntelIdentityAmbiguousBodyV2026
|
|
26931
|
-
*/
|
|
26932
|
-
'detailCode': IntelIdentityAmbiguousBodyV2026DetailCodeV2026;
|
|
26933
|
-
/**
|
|
26934
|
-
* Optional explanatory text describing why the filter was considered ambiguous.
|
|
26935
|
-
* @type {string}
|
|
26936
|
-
* @memberof IntelIdentityAmbiguousBodyV2026
|
|
26937
|
-
*/
|
|
26938
|
-
'message'?: string;
|
|
26939
|
-
/**
|
|
26940
|
-
* Collection of identities that matched the ambiguous filter expression.
|
|
26941
|
-
* @type {Array<IntelIdentityAmbiguousCandidateV2026>}
|
|
26942
|
-
* @memberof IntelIdentityAmbiguousBodyV2026
|
|
26943
|
-
*/
|
|
26944
|
-
'candidates': Array<IntelIdentityAmbiguousCandidateV2026>;
|
|
26945
|
-
}
|
|
26946
|
-
|
|
26947
|
-
export const IntelIdentityAmbiguousBodyV2026DetailCodeV2026 = {
|
|
26948
|
-
IdcIdentityAmbiguous: 'IDC_IDENTITY_AMBIGUOUS'
|
|
26949
|
-
} as const;
|
|
26950
|
-
|
|
26951
|
-
export type IntelIdentityAmbiguousBodyV2026DetailCodeV2026 = typeof IntelIdentityAmbiguousBodyV2026DetailCodeV2026[keyof typeof IntelIdentityAmbiguousBodyV2026DetailCodeV2026];
|
|
26952
|
-
|
|
26953
|
-
/**
|
|
26954
|
-
*
|
|
26955
|
-
* @export
|
|
26956
|
-
* @interface IntelIdentityAmbiguousCandidateV2026
|
|
26957
|
-
*/
|
|
26958
|
-
export interface IntelIdentityAmbiguousCandidateV2026 {
|
|
26959
|
-
/**
|
|
26960
|
-
* Identity identifier for one of the ambiguous matching identities.
|
|
26961
|
-
* @type {string}
|
|
26962
|
-
* @memberof IntelIdentityAmbiguousCandidateV2026
|
|
26963
|
-
*/
|
|
26964
|
-
'id': string;
|
|
26965
|
-
/**
|
|
26966
|
-
* Display name for the ambiguous matching identity when available.
|
|
26967
|
-
* @type {string}
|
|
26968
|
-
* @memberof IntelIdentityAmbiguousCandidateV2026
|
|
26969
|
-
*/
|
|
26970
|
-
'displayName'?: string;
|
|
26971
|
-
}
|
|
26972
|
-
/**
|
|
26973
|
-
*
|
|
26974
|
-
* @export
|
|
26975
|
-
* @interface IntelIdentityLinksV2026
|
|
26976
|
-
*/
|
|
26977
|
-
export interface IntelIdentityLinksV2026 {
|
|
26978
|
-
/**
|
|
26979
|
-
* Hyperlink to the Intelligence Package access document for this identity.
|
|
26980
|
-
* @type {IntelHrefV2026}
|
|
26981
|
-
* @memberof IntelIdentityLinksV2026
|
|
26982
|
-
*/
|
|
26983
|
-
'access': IntelHrefV2026;
|
|
26984
|
-
/**
|
|
26985
|
-
* Hyperlink to the Intelligence Package risk document for this identity.
|
|
26986
|
-
* @type {IntelHrefV2026}
|
|
26987
|
-
* @memberof IntelIdentityLinksV2026
|
|
26988
|
-
*/
|
|
26989
|
-
'risk': IntelHrefV2026;
|
|
26990
|
-
/**
|
|
26991
|
-
* Hyperlink to the Intelligence Package access history document for this identity.
|
|
26992
|
-
* @type {IntelHrefV2026}
|
|
26993
|
-
* @memberof IntelIdentityLinksV2026
|
|
26994
|
-
*/
|
|
26995
|
-
'accessHistory': IntelHrefV2026;
|
|
26996
|
-
}
|
|
26997
|
-
/**
|
|
26998
|
-
*
|
|
26999
|
-
* @export
|
|
27000
|
-
* @interface IntelIdentityNotFoundBodyV2026
|
|
27001
|
-
*/
|
|
27002
|
-
export interface IntelIdentityNotFoundBodyV2026 {
|
|
27003
|
-
/**
|
|
27004
|
-
* Constant detail code indicating that no identity matched the supplied filter.
|
|
27005
|
-
* @type {string}
|
|
27006
|
-
* @memberof IntelIdentityNotFoundBodyV2026
|
|
27007
|
-
*/
|
|
27008
|
-
'detailCode': IntelIdentityNotFoundBodyV2026DetailCodeV2026;
|
|
27009
|
-
/**
|
|
27010
|
-
* Optional explanatory text describing why no identity was found.
|
|
27011
|
-
* @type {string}
|
|
27012
|
-
* @memberof IntelIdentityNotFoundBodyV2026
|
|
27013
|
-
*/
|
|
27014
|
-
'message'?: string;
|
|
27015
|
-
}
|
|
27016
|
-
|
|
27017
|
-
export const IntelIdentityNotFoundBodyV2026DetailCodeV2026 = {
|
|
27018
|
-
IdcIdentityNotFound: 'IDC_IDENTITY_NOT_FOUND'
|
|
27019
|
-
} as const;
|
|
27020
|
-
|
|
27021
|
-
export type IntelIdentityNotFoundBodyV2026DetailCodeV2026 = typeof IntelIdentityNotFoundBodyV2026DetailCodeV2026[keyof typeof IntelIdentityNotFoundBodyV2026DetailCodeV2026];
|
|
27022
|
-
|
|
27023
|
-
/**
|
|
27024
|
-
* HUMAN responses include human, top-level subtype (NERM classification: Employee, Non Employee, or Cannot Determine), and _links (access, risk, and accessHistory). MACHINE responses include machine and top-level subtype (connector subtype string); _links is omitted.
|
|
27025
|
-
* @export
|
|
27026
|
-
* @interface IntelIdentityResponseV2026
|
|
27027
|
-
*/
|
|
27028
|
-
export interface IntelIdentityResponseV2026 {
|
|
27029
|
-
/**
|
|
27030
|
-
* Identity Security Cloud identifier for this identity.
|
|
27031
|
-
* @type {string}
|
|
27032
|
-
* @memberof IntelIdentityResponseV2026
|
|
27033
|
-
*/
|
|
27034
|
-
'id': string;
|
|
27035
|
-
/**
|
|
27036
|
-
* Discriminator indicating whether this identity is human or machine backed.
|
|
27037
|
-
* @type {string}
|
|
27038
|
-
* @memberof IntelIdentityResponseV2026
|
|
27039
|
-
*/
|
|
27040
|
-
'type': IntelIdentityResponseV2026TypeV2026;
|
|
27041
|
-
/**
|
|
27042
|
-
* Preferred display name for the identity across administrative experiences.
|
|
27043
|
-
* @type {string}
|
|
27044
|
-
* @memberof IntelIdentityResponseV2026
|
|
27045
|
-
*/
|
|
27046
|
-
'displayName'?: string;
|
|
27047
|
-
/**
|
|
27048
|
-
* Optional free-text description assigned to the identity profile when present.
|
|
27049
|
-
* @type {string}
|
|
27050
|
-
* @memberof IntelIdentityResponseV2026
|
|
27051
|
-
*/
|
|
27052
|
-
'description'?: string | null;
|
|
27053
|
-
/**
|
|
27054
|
-
* For HUMAN identities, NERM classification (Employee, Non Employee, or Cannot Determine). For MACHINE identities, connector subtype string from the authoritative source.
|
|
27055
|
-
* @type {string}
|
|
27056
|
-
* @memberof IntelIdentityResponseV2026
|
|
27057
|
-
*/
|
|
27058
|
-
'subtype'?: string | null;
|
|
27059
|
-
/**
|
|
27060
|
-
* Serialized owner reference information when populated by upstream identity services.
|
|
27061
|
-
* @type {string}
|
|
27062
|
-
* @memberof IntelIdentityResponseV2026
|
|
27063
|
-
*/
|
|
27064
|
-
'owners'?: string | null;
|
|
27065
|
-
/**
|
|
27066
|
-
* Arbitrary SCIM-style attribute bag returned for the identity context view.
|
|
27067
|
-
* @type {{ [key: string]: any; }}
|
|
27068
|
-
* @memberof IntelIdentityResponseV2026
|
|
27069
|
-
*/
|
|
27070
|
-
'attributes'?: { [key: string]: any; };
|
|
27071
|
-
/**
|
|
27072
|
-
* Created and modified timestamps for the identity record in Identity Security Cloud.
|
|
27073
|
-
* @type {IntelIdentityTimestampsV2026}
|
|
27074
|
-
* @memberof IntelIdentityResponseV2026
|
|
27075
|
-
*/
|
|
27076
|
-
'timestamps': IntelIdentityTimestampsV2026;
|
|
27077
|
-
/**
|
|
27078
|
-
* Human identity extension payload when type is HUMAN.
|
|
27079
|
-
* @type {IntelHumanV2026}
|
|
27080
|
-
* @memberof IntelIdentityResponseV2026
|
|
27081
|
-
*/
|
|
27082
|
-
'human'?: IntelHumanV2026 | null;
|
|
27083
|
-
/**
|
|
27084
|
-
* Machine identity extension payload when type is MACHINE.
|
|
27085
|
-
* @type {IntelMachineV2026}
|
|
27086
|
-
* @memberof IntelIdentityResponseV2026
|
|
27087
|
-
*/
|
|
27088
|
-
'machine'?: IntelMachineV2026 | null;
|
|
27089
|
-
/**
|
|
27090
|
-
* Hyperlinks to related Intelligence Package sub-resources; present for HUMAN only.
|
|
27091
|
-
* @type {IntelIdentityLinksV2026}
|
|
27092
|
-
* @memberof IntelIdentityResponseV2026
|
|
27093
|
-
*/
|
|
27094
|
-
'_links'?: IntelIdentityLinksV2026 | null;
|
|
27095
|
-
}
|
|
27096
|
-
|
|
27097
|
-
export const IntelIdentityResponseV2026TypeV2026 = {
|
|
27098
|
-
Human: 'HUMAN',
|
|
27099
|
-
Machine: 'MACHINE'
|
|
27100
|
-
} as const;
|
|
27101
|
-
|
|
27102
|
-
export type IntelIdentityResponseV2026TypeV2026 = typeof IntelIdentityResponseV2026TypeV2026[keyof typeof IntelIdentityResponseV2026TypeV2026];
|
|
27103
|
-
|
|
27104
|
-
/**
|
|
27105
|
-
* Shared response envelope for risk endpoints.
|
|
27106
|
-
* @export
|
|
27107
|
-
* @interface IntelIdentityRiskBodyV2026
|
|
27108
|
-
*/
|
|
27109
|
-
export interface IntelIdentityRiskBodyV2026 {
|
|
27110
|
-
/**
|
|
27111
|
-
* Page of outlier access-items associated with the resolved identity outlier.
|
|
27112
|
-
* @type {Array<IntelOutlierAccessItemV2026>}
|
|
27113
|
-
* @memberof IntelIdentityRiskBodyV2026
|
|
27114
|
-
*/
|
|
27115
|
-
'outliers': Array<IntelOutlierAccessItemV2026>;
|
|
27116
|
-
/**
|
|
27117
|
-
* Total available outlier access-item count from upstream.
|
|
27118
|
-
* @type {number}
|
|
27119
|
-
* @memberof IntelIdentityRiskBodyV2026
|
|
27120
|
-
*/
|
|
27121
|
-
'outliersTotal': number | null;
|
|
27122
|
-
/**
|
|
27123
|
-
* Continuation links map; omitted when no additional page exists.
|
|
27124
|
-
* @type {IntelRiskLinksV2026}
|
|
27125
|
-
* @memberof IntelIdentityRiskBodyV2026
|
|
27126
|
-
*/
|
|
27127
|
-
'_links'?: IntelRiskLinksV2026 | null;
|
|
27128
|
-
}
|
|
27129
|
-
/**
|
|
27130
|
-
*
|
|
27131
|
-
* @export
|
|
27132
|
-
* @interface IntelIdentityTimestampsV2026
|
|
27133
|
-
*/
|
|
27134
|
-
export interface IntelIdentityTimestampsV2026 {
|
|
27135
|
-
/**
|
|
27136
|
-
* Timestamp when the identity record was first created in Identity Security Cloud.
|
|
27137
|
-
* @type {string}
|
|
27138
|
-
* @memberof IntelIdentityTimestampsV2026
|
|
27139
|
-
*/
|
|
27140
|
-
'createdAt': string;
|
|
27141
|
-
/**
|
|
27142
|
-
* Timestamp when the identity record was last modified in Identity Security Cloud.
|
|
27143
|
-
* @type {string}
|
|
27144
|
-
* @memberof IntelIdentityTimestampsV2026
|
|
27145
|
-
*/
|
|
27146
|
-
'modifiedAt': string;
|
|
27147
|
-
}
|
|
27148
|
-
/**
|
|
27149
|
-
*
|
|
27150
|
-
* @export
|
|
27151
|
-
* @interface IntelMachineSourceV2026
|
|
27152
|
-
*/
|
|
27153
|
-
export interface IntelMachineSourceV2026 {
|
|
27154
|
-
/**
|
|
27155
|
-
* Unique identifier of the correlated source in Identity Security Cloud.
|
|
27156
|
-
* @type {string}
|
|
27157
|
-
* @memberof IntelMachineSourceV2026
|
|
27158
|
-
*/
|
|
27159
|
-
'id'?: string;
|
|
27160
|
-
/**
|
|
27161
|
-
* Display name of the source as configured in Identity Security Cloud.
|
|
27162
|
-
* @type {string}
|
|
27163
|
-
* @memberof IntelMachineSourceV2026
|
|
27164
|
-
*/
|
|
27165
|
-
'name'?: string;
|
|
27166
|
-
/**
|
|
27167
|
-
* Connector or source type classification for the backing system.
|
|
27168
|
-
* @type {string}
|
|
27169
|
-
* @memberof IntelMachineSourceV2026
|
|
27170
|
-
*/
|
|
27171
|
-
'type'?: string;
|
|
27172
|
-
}
|
|
27173
|
-
/**
|
|
27174
|
-
* MACHINE-specific block; subtype is only on the top-level IntelIdentityResponse.
|
|
27175
|
-
* @export
|
|
27176
|
-
* @interface IntelMachineV2026
|
|
27177
|
-
*/
|
|
27178
|
-
export interface IntelMachineV2026 {
|
|
27179
|
-
/**
|
|
27180
|
-
* Business application name associated with the non-human identity.
|
|
27181
|
-
* @type {string}
|
|
27182
|
-
* @memberof IntelMachineV2026
|
|
27183
|
-
*/
|
|
27184
|
-
'businessApplication'?: string;
|
|
27185
|
-
/**
|
|
27186
|
-
* Native identifier value on the authoritative source for the machine identity.
|
|
27187
|
-
* @type {string}
|
|
27188
|
-
* @memberof IntelMachineV2026
|
|
27189
|
-
*/
|
|
27190
|
-
'nativeIdentity'?: string;
|
|
27191
|
-
/**
|
|
27192
|
-
* Optional globally unique identifier for the machine identity when assigned.
|
|
27193
|
-
* @type {string}
|
|
27194
|
-
* @memberof IntelMachineV2026
|
|
27195
|
-
*/
|
|
27196
|
-
'uuid'?: string | null;
|
|
27197
|
-
/**
|
|
27198
|
-
* Identifier of the correlated source for this machine identity.
|
|
27199
|
-
* @type {string}
|
|
27200
|
-
* @memberof IntelMachineV2026
|
|
27201
|
-
*/
|
|
27202
|
-
'sourceId'?: string;
|
|
27203
|
-
/**
|
|
27204
|
-
* Correlated source summary for the machine identity when available.
|
|
27205
|
-
* @type {IntelMachineSourceV2026}
|
|
27206
|
-
* @memberof IntelMachineV2026
|
|
27207
|
-
*/
|
|
27208
|
-
'source'?: IntelMachineSourceV2026;
|
|
27209
|
-
/**
|
|
27210
|
-
* Dataset identifier used by machine identity correlation logic.
|
|
27211
|
-
* @type {string}
|
|
27212
|
-
* @memberof IntelMachineV2026
|
|
27213
|
-
*/
|
|
27214
|
-
'datasetId'?: string;
|
|
27215
|
-
/**
|
|
27216
|
-
* True when a matching account still exists on the connected source.
|
|
27217
|
-
* @type {boolean}
|
|
27218
|
-
* @memberof IntelMachineV2026
|
|
27219
|
-
*/
|
|
27220
|
-
'existsOnSource'?: boolean;
|
|
27221
|
-
/**
|
|
27222
|
-
* True when the machine identity was created through a manual administrative action.
|
|
27223
|
-
* @type {boolean}
|
|
27224
|
-
* @memberof IntelMachineV2026
|
|
27225
|
-
*/
|
|
27226
|
-
'manuallyCreated'?: boolean;
|
|
27227
|
-
/**
|
|
27228
|
-
* True when the machine identity attributes were manually edited after creation.
|
|
27229
|
-
* @type {boolean}
|
|
27230
|
-
* @memberof IntelMachineV2026
|
|
27231
|
-
*/
|
|
27232
|
-
'manuallyEdited'?: boolean;
|
|
27233
|
-
/**
|
|
27234
|
-
* Structured owner references for the machine identity when populated by the service.
|
|
27235
|
-
* @type {object}
|
|
27236
|
-
* @memberof IntelMachineV2026
|
|
27237
|
-
*/
|
|
27238
|
-
'owners'?: object;
|
|
27239
|
-
/**
|
|
27240
|
-
* Entitlements or fine-grained rights linked to the machine identity when available.
|
|
27241
|
-
* @type {Array<object>}
|
|
27242
|
-
* @memberof IntelMachineV2026
|
|
27243
|
-
*/
|
|
27244
|
-
'userEntitlements'?: Array<object>;
|
|
27245
|
-
}
|
|
27246
|
-
/**
|
|
27247
|
-
* One outlier access-item row.
|
|
27248
|
-
* @export
|
|
27249
|
-
* @interface IntelOutlierAccessItemV2026
|
|
27250
|
-
*/
|
|
27251
|
-
export interface IntelOutlierAccessItemV2026 {
|
|
27252
|
-
/**
|
|
27253
|
-
* Stable identifier of the outlier access-item row.
|
|
27254
|
-
* @type {string}
|
|
27255
|
-
* @memberof IntelOutlierAccessItemV2026
|
|
27256
|
-
*/
|
|
27257
|
-
'id': string;
|
|
27258
|
-
/**
|
|
27259
|
-
* Display label of the risky access item.
|
|
27260
|
-
* @type {string}
|
|
27261
|
-
* @memberof IntelOutlierAccessItemV2026
|
|
27262
|
-
*/
|
|
27263
|
-
'displayName': string;
|
|
27264
|
-
/**
|
|
27265
|
-
* Optional descriptive text for the risky access item.
|
|
27266
|
-
* @type {string}
|
|
27267
|
-
* @memberof IntelOutlierAccessItemV2026
|
|
27268
|
-
*/
|
|
27269
|
-
'description'?: string | null;
|
|
27270
|
-
/**
|
|
27271
|
-
* Access item type (for example ENTITLEMENT, ROLE, ACCESS_PROFILE, ACCOUNT, or APP).
|
|
27272
|
-
* @type {string}
|
|
27273
|
-
* @memberof IntelOutlierAccessItemV2026
|
|
27274
|
-
*/
|
|
27275
|
-
'accessType': string;
|
|
27276
|
-
/**
|
|
27277
|
-
* Source name where the risky access item exists.
|
|
27278
|
-
* @type {string}
|
|
27279
|
-
* @memberof IntelOutlierAccessItemV2026
|
|
27280
|
-
*/
|
|
27281
|
-
'sourceName': string;
|
|
27282
|
-
/**
|
|
27283
|
-
* Indicates whether analytics marked this item as extremely rare.
|
|
27284
|
-
* @type {boolean}
|
|
27285
|
-
* @memberof IntelOutlierAccessItemV2026
|
|
27286
|
-
*/
|
|
27287
|
-
'extremelyRare': boolean;
|
|
27288
|
-
}
|
|
27289
|
-
/**
|
|
27290
|
-
* Source metadata associated with the privileged access item when present.
|
|
27291
|
-
* @export
|
|
27292
|
-
* @interface IntelPrivilegedAccessItemWireSourceV2026
|
|
27293
|
-
*/
|
|
27294
|
-
export interface IntelPrivilegedAccessItemWireSourceV2026 {
|
|
27295
|
-
/**
|
|
27296
|
-
* Human-readable source name for the privileged access item.
|
|
27297
|
-
* @type {string}
|
|
27298
|
-
* @memberof IntelPrivilegedAccessItemWireSourceV2026
|
|
27299
|
-
*/
|
|
27300
|
-
'name'?: string;
|
|
27301
|
-
/**
|
|
27302
|
-
* Source identifier for the privileged access item.
|
|
27303
|
-
* @type {string}
|
|
27304
|
-
* @memberof IntelPrivilegedAccessItemWireSourceV2026
|
|
27305
|
-
*/
|
|
27306
|
-
'id'?: string;
|
|
27307
|
-
}
|
|
27308
|
-
/**
|
|
27309
|
-
*
|
|
27310
|
-
* @export
|
|
27311
|
-
* @interface IntelPrivilegedAccessItemWireV2026
|
|
27312
|
-
*/
|
|
27313
|
-
export interface IntelPrivilegedAccessItemWireV2026 {
|
|
27314
|
-
/**
|
|
27315
|
-
* True when SDS Search classifies this item as privileged access for the identity.
|
|
27316
|
-
* @type {boolean}
|
|
27317
|
-
* @memberof IntelPrivilegedAccessItemWireV2026
|
|
27318
|
-
*/
|
|
27319
|
-
'privileged': boolean;
|
|
27320
|
-
/**
|
|
27321
|
-
* Display label for the privileged access item in administrative experiences.
|
|
27322
|
-
* @type {string}
|
|
27323
|
-
* @memberof IntelPrivilegedAccessItemWireV2026
|
|
27324
|
-
*/
|
|
27325
|
-
'displayName'?: string;
|
|
27326
|
-
/**
|
|
27327
|
-
* Technical name of the privileged access item from SDS Search.
|
|
27328
|
-
* @type {string}
|
|
27329
|
-
* @memberof IntelPrivilegedAccessItemWireV2026
|
|
27330
|
-
*/
|
|
27331
|
-
'name'?: string;
|
|
27332
|
-
/**
|
|
27333
|
-
* True when the privileged item is modeled as a standalone entitlement or access object.
|
|
27334
|
-
* @type {boolean}
|
|
27335
|
-
* @memberof IntelPrivilegedAccessItemWireV2026
|
|
27336
|
-
*/
|
|
27337
|
-
'standalone'?: boolean;
|
|
27338
|
-
/**
|
|
27339
|
-
* Identifier of the privileged access item returned by SDS Search.
|
|
27340
|
-
* @type {string}
|
|
27341
|
-
* @memberof IntelPrivilegedAccessItemWireV2026
|
|
27342
|
-
*/
|
|
27343
|
-
'id': string;
|
|
27344
|
-
/**
|
|
27345
|
-
*
|
|
27346
|
-
* @type {IntelPrivilegedAccessItemWireSourceV2026}
|
|
27347
|
-
* @memberof IntelPrivilegedAccessItemWireV2026
|
|
27348
|
-
*/
|
|
27349
|
-
'source'?: IntelPrivilegedAccessItemWireSourceV2026;
|
|
27350
|
-
/**
|
|
27351
|
-
* Source attribute name that carries the privileged value when applicable.
|
|
27352
|
-
* @type {string}
|
|
27353
|
-
* @memberof IntelPrivilegedAccessItemWireV2026
|
|
27354
|
-
*/
|
|
27355
|
-
'attribute'?: string;
|
|
27356
|
-
/**
|
|
27357
|
-
* Object type classification from SDS Search (for example ENTITLEMENT).
|
|
27358
|
-
* @type {string}
|
|
27359
|
-
* @memberof IntelPrivilegedAccessItemWireV2026
|
|
27360
|
-
*/
|
|
27361
|
-
'type': string;
|
|
27362
|
-
/**
|
|
27363
|
-
* Privileged value on the source attribute when applicable.
|
|
27364
|
-
* @type {string}
|
|
27365
|
-
* @memberof IntelPrivilegedAccessItemWireV2026
|
|
27366
|
-
*/
|
|
27367
|
-
'value'?: string;
|
|
27368
|
-
}
|
|
27369
|
-
/**
|
|
27370
|
-
* Continuation links for risk responses.
|
|
27371
|
-
* @export
|
|
27372
|
-
* @interface IntelRiskLinksV2026
|
|
27373
|
-
*/
|
|
27374
|
-
export interface IntelRiskLinksV2026 {
|
|
27375
|
-
/**
|
|
27376
|
-
* Link to fetch the next outlier page for the same identity.
|
|
27377
|
-
* @type {IntelHrefV2026}
|
|
27378
|
-
* @memberof IntelRiskLinksV2026
|
|
27379
|
-
*/
|
|
27380
|
-
'outliers'?: IntelHrefV2026;
|
|
27381
|
-
}
|
|
27382
26668
|
/**
|
|
27383
26669
|
*
|
|
27384
26670
|
* @export
|
|
@@ -103590,588 +102876,6 @@ export class IdentityProfilesV2026Api extends BaseAPI {
|
|
|
103590
102876
|
|
|
103591
102877
|
|
|
103592
102878
|
|
|
103593
|
-
/**
|
|
103594
|
-
* IntelligencePackageV2026Api - axios parameter creator
|
|
103595
|
-
* @export
|
|
103596
|
-
*/
|
|
103597
|
-
export const IntelligencePackageV2026ApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
103598
|
-
return {
|
|
103599
|
-
/**
|
|
103600
|
-
* Requires tenant license idn:response-and-remediation. Client-facing pagination (limit, offset, count) is not supported on this route. The service issues one Shelby List Accounts request at the upstream maximum page size and one SDS Search request per identity.
|
|
103601
|
-
* @summary Accounts merged with privileged data
|
|
103602
|
-
* @param {string} identityID Non-empty identity id path segment for Intelligence Package sub-resources.
|
|
103603
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
103604
|
-
* @throws {RequiredError}
|
|
103605
|
-
*/
|
|
103606
|
-
getIntelIdentityAccess: async (identityID: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
103607
|
-
// verify required parameter 'identityID' is not null or undefined
|
|
103608
|
-
assertParamExists('getIntelIdentityAccess', 'identityID', identityID)
|
|
103609
|
-
const localVarPath = `/intelligence/identities/{identityID}/access`
|
|
103610
|
-
.replace(`{${"identityID"}}`, encodeURIComponent(String(identityID)));
|
|
103611
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
103612
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
103613
|
-
let baseOptions;
|
|
103614
|
-
if (configuration) {
|
|
103615
|
-
baseOptions = configuration.baseOptions;
|
|
103616
|
-
}
|
|
103617
|
-
|
|
103618
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...axiosOptions};
|
|
103619
|
-
const localVarHeaderParameter = {} as any;
|
|
103620
|
-
const localVarQueryParameter = {} as any;
|
|
103621
|
-
|
|
103622
|
-
// authentication userAuth required
|
|
103623
|
-
// oauth required
|
|
103624
|
-
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
103625
|
-
|
|
103626
|
-
// authentication userAuth required
|
|
103627
|
-
// oauth required
|
|
103628
|
-
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
103629
|
-
|
|
103630
|
-
// authentication applicationAuth required
|
|
103631
|
-
// oauth required
|
|
103632
|
-
await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
103633
|
-
|
|
103634
|
-
|
|
103635
|
-
|
|
103636
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
103637
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
103638
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
103639
|
-
|
|
103640
|
-
return {
|
|
103641
|
-
url: toPathString(localVarUrlObj),
|
|
103642
|
-
axiosOptions: localVarRequestOptions,
|
|
103643
|
-
};
|
|
103644
|
-
},
|
|
103645
|
-
/**
|
|
103646
|
-
* Requires tenant license idn:response-and-remediation. Events are relayed from identity-history; optional limit, offset, and count are forwarded to the upstream when supplied.
|
|
103647
|
-
* @summary Return identity access-history events
|
|
103648
|
-
* @param {string} identityID Non-empty identity id path segment for Intelligence Package sub-resources.
|
|
103649
|
-
* @param {number} [limit] Maximum number of historical events to return in this page of results.
|
|
103650
|
-
* @param {number} [offset] Zero-based index of the first event row to return for pagination.
|
|
103651
|
-
* @param {boolean} [count] When true, the service may include total count metadata alongside the result list.
|
|
103652
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
103653
|
-
* @throws {RequiredError}
|
|
103654
|
-
*/
|
|
103655
|
-
getIntelIdentityAccessHistory: async (identityID: string, limit?: number, offset?: number, count?: boolean, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
103656
|
-
// verify required parameter 'identityID' is not null or undefined
|
|
103657
|
-
assertParamExists('getIntelIdentityAccessHistory', 'identityID', identityID)
|
|
103658
|
-
const localVarPath = `/intelligence/identities/{identityID}/access-history`
|
|
103659
|
-
.replace(`{${"identityID"}}`, encodeURIComponent(String(identityID)));
|
|
103660
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
103661
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
103662
|
-
let baseOptions;
|
|
103663
|
-
if (configuration) {
|
|
103664
|
-
baseOptions = configuration.baseOptions;
|
|
103665
|
-
}
|
|
103666
|
-
|
|
103667
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...axiosOptions};
|
|
103668
|
-
const localVarHeaderParameter = {} as any;
|
|
103669
|
-
const localVarQueryParameter = {} as any;
|
|
103670
|
-
|
|
103671
|
-
// authentication userAuth required
|
|
103672
|
-
// oauth required
|
|
103673
|
-
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
103674
|
-
|
|
103675
|
-
// authentication userAuth required
|
|
103676
|
-
// oauth required
|
|
103677
|
-
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
103678
|
-
|
|
103679
|
-
// authentication applicationAuth required
|
|
103680
|
-
// oauth required
|
|
103681
|
-
await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
103682
|
-
|
|
103683
|
-
if (limit !== undefined) {
|
|
103684
|
-
localVarQueryParameter['limit'] = limit;
|
|
103685
|
-
}
|
|
103686
|
-
|
|
103687
|
-
if (offset !== undefined) {
|
|
103688
|
-
localVarQueryParameter['offset'] = offset;
|
|
103689
|
-
}
|
|
103690
|
-
|
|
103691
|
-
if (count !== undefined) {
|
|
103692
|
-
localVarQueryParameter['count'] = count;
|
|
103693
|
-
}
|
|
103694
|
-
|
|
103695
|
-
|
|
103696
|
-
|
|
103697
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
103698
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
103699
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
103700
|
-
|
|
103701
|
-
return {
|
|
103702
|
-
url: toPathString(localVarUrlObj),
|
|
103703
|
-
axiosOptions: localVarRequestOptions,
|
|
103704
|
-
};
|
|
103705
|
-
},
|
|
103706
|
-
/**
|
|
103707
|
-
* Risk snapshot envelope for the identity. The service resolves the first matching outlier for identityID and returns one page of access-items plus an optional continuation link for additional pages. Clients should continue paging using _links.outliers.href when provided. Requires tenant license idn:response-and-remediation.
|
|
103708
|
-
* @summary Identity risk snapshot
|
|
103709
|
-
* @param {string} identityID Non-empty identity id path segment for Intelligence Package sub-resources.
|
|
103710
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
103711
|
-
* @throws {RequiredError}
|
|
103712
|
-
*/
|
|
103713
|
-
getIntelIdentityRisk: async (identityID: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
103714
|
-
// verify required parameter 'identityID' is not null or undefined
|
|
103715
|
-
assertParamExists('getIntelIdentityRisk', 'identityID', identityID)
|
|
103716
|
-
const localVarPath = `/intelligence/identities/{identityID}/risk`
|
|
103717
|
-
.replace(`{${"identityID"}}`, encodeURIComponent(String(identityID)));
|
|
103718
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
103719
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
103720
|
-
let baseOptions;
|
|
103721
|
-
if (configuration) {
|
|
103722
|
-
baseOptions = configuration.baseOptions;
|
|
103723
|
-
}
|
|
103724
|
-
|
|
103725
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...axiosOptions};
|
|
103726
|
-
const localVarHeaderParameter = {} as any;
|
|
103727
|
-
const localVarQueryParameter = {} as any;
|
|
103728
|
-
|
|
103729
|
-
// authentication userAuth required
|
|
103730
|
-
// oauth required
|
|
103731
|
-
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
103732
|
-
|
|
103733
|
-
// authentication userAuth required
|
|
103734
|
-
// oauth required
|
|
103735
|
-
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
103736
|
-
|
|
103737
|
-
// authentication applicationAuth required
|
|
103738
|
-
// oauth required
|
|
103739
|
-
await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
103740
|
-
|
|
103741
|
-
|
|
103742
|
-
|
|
103743
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
103744
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
103745
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
103746
|
-
|
|
103747
|
-
return {
|
|
103748
|
-
url: toPathString(localVarUrlObj),
|
|
103749
|
-
axiosOptions: localVarRequestOptions,
|
|
103750
|
-
};
|
|
103751
|
-
},
|
|
103752
|
-
/**
|
|
103753
|
-
* Continuation endpoint for risk outlier access-items. Returns one page based on the supplied limit and offset values and includes an optional continuation link when more rows remain. Requires tenant license idn:response-and-remediation.
|
|
103754
|
-
* @summary Risk outliers continuation paging
|
|
103755
|
-
* @param {string} identityID Non-empty identity id path segment for Intelligence Package sub-resources.
|
|
103756
|
-
* @param {number} [limit] Maximum number of outlier rows to return for this page.
|
|
103757
|
-
* @param {number} [offset] Zero-based row index for the first returned outlier item.
|
|
103758
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
103759
|
-
* @throws {RequiredError}
|
|
103760
|
-
*/
|
|
103761
|
-
getIntelIdentityRiskOutliers: async (identityID: string, limit?: number, offset?: number, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
103762
|
-
// verify required parameter 'identityID' is not null or undefined
|
|
103763
|
-
assertParamExists('getIntelIdentityRiskOutliers', 'identityID', identityID)
|
|
103764
|
-
const localVarPath = `/intelligence/identities/{identityID}/risk/outliers`
|
|
103765
|
-
.replace(`{${"identityID"}}`, encodeURIComponent(String(identityID)));
|
|
103766
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
103767
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
103768
|
-
let baseOptions;
|
|
103769
|
-
if (configuration) {
|
|
103770
|
-
baseOptions = configuration.baseOptions;
|
|
103771
|
-
}
|
|
103772
|
-
|
|
103773
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...axiosOptions};
|
|
103774
|
-
const localVarHeaderParameter = {} as any;
|
|
103775
|
-
const localVarQueryParameter = {} as any;
|
|
103776
|
-
|
|
103777
|
-
// authentication userAuth required
|
|
103778
|
-
// oauth required
|
|
103779
|
-
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
103780
|
-
|
|
103781
|
-
// authentication userAuth required
|
|
103782
|
-
// oauth required
|
|
103783
|
-
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
103784
|
-
|
|
103785
|
-
// authentication applicationAuth required
|
|
103786
|
-
// oauth required
|
|
103787
|
-
await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
103788
|
-
|
|
103789
|
-
if (limit !== undefined) {
|
|
103790
|
-
localVarQueryParameter['limit'] = limit;
|
|
103791
|
-
}
|
|
103792
|
-
|
|
103793
|
-
if (offset !== undefined) {
|
|
103794
|
-
localVarQueryParameter['offset'] = offset;
|
|
103795
|
-
}
|
|
103796
|
-
|
|
103797
|
-
|
|
103798
|
-
|
|
103799
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
103800
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
103801
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
103802
|
-
|
|
103803
|
-
return {
|
|
103804
|
-
url: toPathString(localVarUrlObj),
|
|
103805
|
-
axiosOptions: localVarRequestOptions,
|
|
103806
|
-
};
|
|
103807
|
-
},
|
|
103808
|
-
/**
|
|
103809
|
-
* Requires tenant license idn:response-and-remediation. Returns the Intelligence Package envelope for the identity that matches the SCIM-style filters expression. Supported queryable fields are id and email only. A single match returns HTTP 200 with IntelIdentityResponse. Zero matches returns HTTP 404 with detailCode IDC_IDENTITY_NOT_FOUND. Multiple matches returns HTTP 409 with detailCode IDC_IDENTITY_AMBIGUOUS and candidates listing each match.
|
|
103810
|
-
* @summary Resolve one identity by filter
|
|
103811
|
-
* @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*
|
|
103812
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
103813
|
-
* @throws {RequiredError}
|
|
103814
|
-
*/
|
|
103815
|
-
searchIntelIdentities: async (filters: string, axiosOptions: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
103816
|
-
// verify required parameter 'filters' is not null or undefined
|
|
103817
|
-
assertParamExists('searchIntelIdentities', 'filters', filters)
|
|
103818
|
-
const localVarPath = `/intelligence/identities`;
|
|
103819
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
103820
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
103821
|
-
let baseOptions;
|
|
103822
|
-
if (configuration) {
|
|
103823
|
-
baseOptions = configuration.baseOptions;
|
|
103824
|
-
}
|
|
103825
|
-
|
|
103826
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...axiosOptions};
|
|
103827
|
-
const localVarHeaderParameter = {} as any;
|
|
103828
|
-
const localVarQueryParameter = {} as any;
|
|
103829
|
-
|
|
103830
|
-
// authentication userAuth required
|
|
103831
|
-
// oauth required
|
|
103832
|
-
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
103833
|
-
|
|
103834
|
-
// authentication userAuth required
|
|
103835
|
-
// oauth required
|
|
103836
|
-
await setOAuthToObject(localVarHeaderParameter, "userAuth", [], configuration)
|
|
103837
|
-
|
|
103838
|
-
// authentication applicationAuth required
|
|
103839
|
-
// oauth required
|
|
103840
|
-
await setOAuthToObject(localVarHeaderParameter, "applicationAuth", [], configuration)
|
|
103841
|
-
|
|
103842
|
-
if (filters !== undefined) {
|
|
103843
|
-
localVarQueryParameter['filters'] = filters;
|
|
103844
|
-
}
|
|
103845
|
-
|
|
103846
|
-
|
|
103847
|
-
|
|
103848
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
103849
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
103850
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...axiosOptions.headers};
|
|
103851
|
-
|
|
103852
|
-
return {
|
|
103853
|
-
url: toPathString(localVarUrlObj),
|
|
103854
|
-
axiosOptions: localVarRequestOptions,
|
|
103855
|
-
};
|
|
103856
|
-
},
|
|
103857
|
-
}
|
|
103858
|
-
};
|
|
103859
|
-
|
|
103860
|
-
/**
|
|
103861
|
-
* IntelligencePackageV2026Api - functional programming interface
|
|
103862
|
-
* @export
|
|
103863
|
-
*/
|
|
103864
|
-
export const IntelligencePackageV2026ApiFp = function(configuration?: Configuration) {
|
|
103865
|
-
const localVarAxiosParamCreator = IntelligencePackageV2026ApiAxiosParamCreator(configuration)
|
|
103866
|
-
return {
|
|
103867
|
-
/**
|
|
103868
|
-
* Requires tenant license idn:response-and-remediation. Client-facing pagination (limit, offset, count) is not supported on this route. The service issues one Shelby List Accounts request at the upstream maximum page size and one SDS Search request per identity.
|
|
103869
|
-
* @summary Accounts merged with privileged data
|
|
103870
|
-
* @param {string} identityID Non-empty identity id path segment for Intelligence Package sub-resources.
|
|
103871
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
103872
|
-
* @throws {RequiredError}
|
|
103873
|
-
*/
|
|
103874
|
-
async getIntelIdentityAccess(identityID: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IntelIdentityAccessBodyV2026>> {
|
|
103875
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getIntelIdentityAccess(identityID, axiosOptions);
|
|
103876
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
103877
|
-
const localVarOperationServerBasePath = operationServerMap['IntelligencePackageV2026Api.getIntelIdentityAccess']?.[localVarOperationServerIndex]?.url;
|
|
103878
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
103879
|
-
},
|
|
103880
|
-
/**
|
|
103881
|
-
* Requires tenant license idn:response-and-remediation. Events are relayed from identity-history; optional limit, offset, and count are forwarded to the upstream when supplied.
|
|
103882
|
-
* @summary Return identity access-history events
|
|
103883
|
-
* @param {string} identityID Non-empty identity id path segment for Intelligence Package sub-resources.
|
|
103884
|
-
* @param {number} [limit] Maximum number of historical events to return in this page of results.
|
|
103885
|
-
* @param {number} [offset] Zero-based index of the first event row to return for pagination.
|
|
103886
|
-
* @param {boolean} [count] When true, the service may include total count metadata alongside the result list.
|
|
103887
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
103888
|
-
* @throws {RequiredError}
|
|
103889
|
-
*/
|
|
103890
|
-
async getIntelIdentityAccessHistory(identityID: string, limit?: number, offset?: number, count?: boolean, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IntelIdentityAccessHistoryBodyV2026>> {
|
|
103891
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getIntelIdentityAccessHistory(identityID, limit, offset, count, axiosOptions);
|
|
103892
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
103893
|
-
const localVarOperationServerBasePath = operationServerMap['IntelligencePackageV2026Api.getIntelIdentityAccessHistory']?.[localVarOperationServerIndex]?.url;
|
|
103894
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
103895
|
-
},
|
|
103896
|
-
/**
|
|
103897
|
-
* Risk snapshot envelope for the identity. The service resolves the first matching outlier for identityID and returns one page of access-items plus an optional continuation link for additional pages. Clients should continue paging using _links.outliers.href when provided. Requires tenant license idn:response-and-remediation.
|
|
103898
|
-
* @summary Identity risk snapshot
|
|
103899
|
-
* @param {string} identityID Non-empty identity id path segment for Intelligence Package sub-resources.
|
|
103900
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
103901
|
-
* @throws {RequiredError}
|
|
103902
|
-
*/
|
|
103903
|
-
async getIntelIdentityRisk(identityID: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IntelIdentityRiskBodyV2026>> {
|
|
103904
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getIntelIdentityRisk(identityID, axiosOptions);
|
|
103905
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
103906
|
-
const localVarOperationServerBasePath = operationServerMap['IntelligencePackageV2026Api.getIntelIdentityRisk']?.[localVarOperationServerIndex]?.url;
|
|
103907
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
103908
|
-
},
|
|
103909
|
-
/**
|
|
103910
|
-
* Continuation endpoint for risk outlier access-items. Returns one page based on the supplied limit and offset values and includes an optional continuation link when more rows remain. Requires tenant license idn:response-and-remediation.
|
|
103911
|
-
* @summary Risk outliers continuation paging
|
|
103912
|
-
* @param {string} identityID Non-empty identity id path segment for Intelligence Package sub-resources.
|
|
103913
|
-
* @param {number} [limit] Maximum number of outlier rows to return for this page.
|
|
103914
|
-
* @param {number} [offset] Zero-based row index for the first returned outlier item.
|
|
103915
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
103916
|
-
* @throws {RequiredError}
|
|
103917
|
-
*/
|
|
103918
|
-
async getIntelIdentityRiskOutliers(identityID: string, limit?: number, offset?: number, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IntelIdentityRiskBodyV2026>> {
|
|
103919
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getIntelIdentityRiskOutliers(identityID, limit, offset, axiosOptions);
|
|
103920
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
103921
|
-
const localVarOperationServerBasePath = operationServerMap['IntelligencePackageV2026Api.getIntelIdentityRiskOutliers']?.[localVarOperationServerIndex]?.url;
|
|
103922
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
103923
|
-
},
|
|
103924
|
-
/**
|
|
103925
|
-
* Requires tenant license idn:response-and-remediation. Returns the Intelligence Package envelope for the identity that matches the SCIM-style filters expression. Supported queryable fields are id and email only. A single match returns HTTP 200 with IntelIdentityResponse. Zero matches returns HTTP 404 with detailCode IDC_IDENTITY_NOT_FOUND. Multiple matches returns HTTP 409 with detailCode IDC_IDENTITY_AMBIGUOUS and candidates listing each match.
|
|
103926
|
-
* @summary Resolve one identity by filter
|
|
103927
|
-
* @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*
|
|
103928
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
103929
|
-
* @throws {RequiredError}
|
|
103930
|
-
*/
|
|
103931
|
-
async searchIntelIdentities(filters: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IntelIdentityResponseV2026>> {
|
|
103932
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.searchIntelIdentities(filters, axiosOptions);
|
|
103933
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
103934
|
-
const localVarOperationServerBasePath = operationServerMap['IntelligencePackageV2026Api.searchIntelIdentities']?.[localVarOperationServerIndex]?.url;
|
|
103935
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
103936
|
-
},
|
|
103937
|
-
}
|
|
103938
|
-
};
|
|
103939
|
-
|
|
103940
|
-
/**
|
|
103941
|
-
* IntelligencePackageV2026Api - factory interface
|
|
103942
|
-
* @export
|
|
103943
|
-
*/
|
|
103944
|
-
export const IntelligencePackageV2026ApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
103945
|
-
const localVarFp = IntelligencePackageV2026ApiFp(configuration)
|
|
103946
|
-
return {
|
|
103947
|
-
/**
|
|
103948
|
-
* Requires tenant license idn:response-and-remediation. Client-facing pagination (limit, offset, count) is not supported on this route. The service issues one Shelby List Accounts request at the upstream maximum page size and one SDS Search request per identity.
|
|
103949
|
-
* @summary Accounts merged with privileged data
|
|
103950
|
-
* @param {IntelligencePackageV2026ApiGetIntelIdentityAccessRequest} requestParameters Request parameters.
|
|
103951
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
103952
|
-
* @throws {RequiredError}
|
|
103953
|
-
*/
|
|
103954
|
-
getIntelIdentityAccess(requestParameters: IntelligencePackageV2026ApiGetIntelIdentityAccessRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<IntelIdentityAccessBodyV2026> {
|
|
103955
|
-
return localVarFp.getIntelIdentityAccess(requestParameters.identityID, axiosOptions).then((request) => request(axios, basePath));
|
|
103956
|
-
},
|
|
103957
|
-
/**
|
|
103958
|
-
* Requires tenant license idn:response-and-remediation. Events are relayed from identity-history; optional limit, offset, and count are forwarded to the upstream when supplied.
|
|
103959
|
-
* @summary Return identity access-history events
|
|
103960
|
-
* @param {IntelligencePackageV2026ApiGetIntelIdentityAccessHistoryRequest} requestParameters Request parameters.
|
|
103961
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
103962
|
-
* @throws {RequiredError}
|
|
103963
|
-
*/
|
|
103964
|
-
getIntelIdentityAccessHistory(requestParameters: IntelligencePackageV2026ApiGetIntelIdentityAccessHistoryRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<IntelIdentityAccessHistoryBodyV2026> {
|
|
103965
|
-
return localVarFp.getIntelIdentityAccessHistory(requestParameters.identityID, requestParameters.limit, requestParameters.offset, requestParameters.count, axiosOptions).then((request) => request(axios, basePath));
|
|
103966
|
-
},
|
|
103967
|
-
/**
|
|
103968
|
-
* Risk snapshot envelope for the identity. The service resolves the first matching outlier for identityID and returns one page of access-items plus an optional continuation link for additional pages. Clients should continue paging using _links.outliers.href when provided. Requires tenant license idn:response-and-remediation.
|
|
103969
|
-
* @summary Identity risk snapshot
|
|
103970
|
-
* @param {IntelligencePackageV2026ApiGetIntelIdentityRiskRequest} requestParameters Request parameters.
|
|
103971
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
103972
|
-
* @throws {RequiredError}
|
|
103973
|
-
*/
|
|
103974
|
-
getIntelIdentityRisk(requestParameters: IntelligencePackageV2026ApiGetIntelIdentityRiskRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<IntelIdentityRiskBodyV2026> {
|
|
103975
|
-
return localVarFp.getIntelIdentityRisk(requestParameters.identityID, axiosOptions).then((request) => request(axios, basePath));
|
|
103976
|
-
},
|
|
103977
|
-
/**
|
|
103978
|
-
* Continuation endpoint for risk outlier access-items. Returns one page based on the supplied limit and offset values and includes an optional continuation link when more rows remain. Requires tenant license idn:response-and-remediation.
|
|
103979
|
-
* @summary Risk outliers continuation paging
|
|
103980
|
-
* @param {IntelligencePackageV2026ApiGetIntelIdentityRiskOutliersRequest} requestParameters Request parameters.
|
|
103981
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
103982
|
-
* @throws {RequiredError}
|
|
103983
|
-
*/
|
|
103984
|
-
getIntelIdentityRiskOutliers(requestParameters: IntelligencePackageV2026ApiGetIntelIdentityRiskOutliersRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<IntelIdentityRiskBodyV2026> {
|
|
103985
|
-
return localVarFp.getIntelIdentityRiskOutliers(requestParameters.identityID, requestParameters.limit, requestParameters.offset, axiosOptions).then((request) => request(axios, basePath));
|
|
103986
|
-
},
|
|
103987
|
-
/**
|
|
103988
|
-
* Requires tenant license idn:response-and-remediation. Returns the Intelligence Package envelope for the identity that matches the SCIM-style filters expression. Supported queryable fields are id and email only. A single match returns HTTP 200 with IntelIdentityResponse. Zero matches returns HTTP 404 with detailCode IDC_IDENTITY_NOT_FOUND. Multiple matches returns HTTP 409 with detailCode IDC_IDENTITY_AMBIGUOUS and candidates listing each match.
|
|
103989
|
-
* @summary Resolve one identity by filter
|
|
103990
|
-
* @param {IntelligencePackageV2026ApiSearchIntelIdentitiesRequest} requestParameters Request parameters.
|
|
103991
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
103992
|
-
* @throws {RequiredError}
|
|
103993
|
-
*/
|
|
103994
|
-
searchIntelIdentities(requestParameters: IntelligencePackageV2026ApiSearchIntelIdentitiesRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<IntelIdentityResponseV2026> {
|
|
103995
|
-
return localVarFp.searchIntelIdentities(requestParameters.filters, axiosOptions).then((request) => request(axios, basePath));
|
|
103996
|
-
},
|
|
103997
|
-
};
|
|
103998
|
-
};
|
|
103999
|
-
|
|
104000
|
-
/**
|
|
104001
|
-
* Request parameters for getIntelIdentityAccess operation in IntelligencePackageV2026Api.
|
|
104002
|
-
* @export
|
|
104003
|
-
* @interface IntelligencePackageV2026ApiGetIntelIdentityAccessRequest
|
|
104004
|
-
*/
|
|
104005
|
-
export interface IntelligencePackageV2026ApiGetIntelIdentityAccessRequest {
|
|
104006
|
-
/**
|
|
104007
|
-
* Non-empty identity id path segment for Intelligence Package sub-resources.
|
|
104008
|
-
* @type {string}
|
|
104009
|
-
* @memberof IntelligencePackageV2026ApiGetIntelIdentityAccess
|
|
104010
|
-
*/
|
|
104011
|
-
readonly identityID: string
|
|
104012
|
-
}
|
|
104013
|
-
|
|
104014
|
-
/**
|
|
104015
|
-
* Request parameters for getIntelIdentityAccessHistory operation in IntelligencePackageV2026Api.
|
|
104016
|
-
* @export
|
|
104017
|
-
* @interface IntelligencePackageV2026ApiGetIntelIdentityAccessHistoryRequest
|
|
104018
|
-
*/
|
|
104019
|
-
export interface IntelligencePackageV2026ApiGetIntelIdentityAccessHistoryRequest {
|
|
104020
|
-
/**
|
|
104021
|
-
* Non-empty identity id path segment for Intelligence Package sub-resources.
|
|
104022
|
-
* @type {string}
|
|
104023
|
-
* @memberof IntelligencePackageV2026ApiGetIntelIdentityAccessHistory
|
|
104024
|
-
*/
|
|
104025
|
-
readonly identityID: string
|
|
104026
|
-
|
|
104027
|
-
/**
|
|
104028
|
-
* Maximum number of historical events to return in this page of results.
|
|
104029
|
-
* @type {number}
|
|
104030
|
-
* @memberof IntelligencePackageV2026ApiGetIntelIdentityAccessHistory
|
|
104031
|
-
*/
|
|
104032
|
-
readonly limit?: number
|
|
104033
|
-
|
|
104034
|
-
/**
|
|
104035
|
-
* Zero-based index of the first event row to return for pagination.
|
|
104036
|
-
* @type {number}
|
|
104037
|
-
* @memberof IntelligencePackageV2026ApiGetIntelIdentityAccessHistory
|
|
104038
|
-
*/
|
|
104039
|
-
readonly offset?: number
|
|
104040
|
-
|
|
104041
|
-
/**
|
|
104042
|
-
* When true, the service may include total count metadata alongside the result list.
|
|
104043
|
-
* @type {boolean}
|
|
104044
|
-
* @memberof IntelligencePackageV2026ApiGetIntelIdentityAccessHistory
|
|
104045
|
-
*/
|
|
104046
|
-
readonly count?: boolean
|
|
104047
|
-
}
|
|
104048
|
-
|
|
104049
|
-
/**
|
|
104050
|
-
* Request parameters for getIntelIdentityRisk operation in IntelligencePackageV2026Api.
|
|
104051
|
-
* @export
|
|
104052
|
-
* @interface IntelligencePackageV2026ApiGetIntelIdentityRiskRequest
|
|
104053
|
-
*/
|
|
104054
|
-
export interface IntelligencePackageV2026ApiGetIntelIdentityRiskRequest {
|
|
104055
|
-
/**
|
|
104056
|
-
* Non-empty identity id path segment for Intelligence Package sub-resources.
|
|
104057
|
-
* @type {string}
|
|
104058
|
-
* @memberof IntelligencePackageV2026ApiGetIntelIdentityRisk
|
|
104059
|
-
*/
|
|
104060
|
-
readonly identityID: string
|
|
104061
|
-
}
|
|
104062
|
-
|
|
104063
|
-
/**
|
|
104064
|
-
* Request parameters for getIntelIdentityRiskOutliers operation in IntelligencePackageV2026Api.
|
|
104065
|
-
* @export
|
|
104066
|
-
* @interface IntelligencePackageV2026ApiGetIntelIdentityRiskOutliersRequest
|
|
104067
|
-
*/
|
|
104068
|
-
export interface IntelligencePackageV2026ApiGetIntelIdentityRiskOutliersRequest {
|
|
104069
|
-
/**
|
|
104070
|
-
* Non-empty identity id path segment for Intelligence Package sub-resources.
|
|
104071
|
-
* @type {string}
|
|
104072
|
-
* @memberof IntelligencePackageV2026ApiGetIntelIdentityRiskOutliers
|
|
104073
|
-
*/
|
|
104074
|
-
readonly identityID: string
|
|
104075
|
-
|
|
104076
|
-
/**
|
|
104077
|
-
* Maximum number of outlier rows to return for this page.
|
|
104078
|
-
* @type {number}
|
|
104079
|
-
* @memberof IntelligencePackageV2026ApiGetIntelIdentityRiskOutliers
|
|
104080
|
-
*/
|
|
104081
|
-
readonly limit?: number
|
|
104082
|
-
|
|
104083
|
-
/**
|
|
104084
|
-
* Zero-based row index for the first returned outlier item.
|
|
104085
|
-
* @type {number}
|
|
104086
|
-
* @memberof IntelligencePackageV2026ApiGetIntelIdentityRiskOutliers
|
|
104087
|
-
*/
|
|
104088
|
-
readonly offset?: number
|
|
104089
|
-
}
|
|
104090
|
-
|
|
104091
|
-
/**
|
|
104092
|
-
* Request parameters for searchIntelIdentities operation in IntelligencePackageV2026Api.
|
|
104093
|
-
* @export
|
|
104094
|
-
* @interface IntelligencePackageV2026ApiSearchIntelIdentitiesRequest
|
|
104095
|
-
*/
|
|
104096
|
-
export interface IntelligencePackageV2026ApiSearchIntelIdentitiesRequest {
|
|
104097
|
-
/**
|
|
104098
|
-
* 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*
|
|
104099
|
-
* @type {string}
|
|
104100
|
-
* @memberof IntelligencePackageV2026ApiSearchIntelIdentities
|
|
104101
|
-
*/
|
|
104102
|
-
readonly filters: string
|
|
104103
|
-
}
|
|
104104
|
-
|
|
104105
|
-
/**
|
|
104106
|
-
* IntelligencePackageV2026Api - object-oriented interface
|
|
104107
|
-
* @export
|
|
104108
|
-
* @class IntelligencePackageV2026Api
|
|
104109
|
-
* @extends {BaseAPI}
|
|
104110
|
-
*/
|
|
104111
|
-
export class IntelligencePackageV2026Api extends BaseAPI {
|
|
104112
|
-
/**
|
|
104113
|
-
* Requires tenant license idn:response-and-remediation. Client-facing pagination (limit, offset, count) is not supported on this route. The service issues one Shelby List Accounts request at the upstream maximum page size and one SDS Search request per identity.
|
|
104114
|
-
* @summary Accounts merged with privileged data
|
|
104115
|
-
* @param {IntelligencePackageV2026ApiGetIntelIdentityAccessRequest} requestParameters Request parameters.
|
|
104116
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
104117
|
-
* @throws {RequiredError}
|
|
104118
|
-
* @memberof IntelligencePackageV2026Api
|
|
104119
|
-
*/
|
|
104120
|
-
public getIntelIdentityAccess(requestParameters: IntelligencePackageV2026ApiGetIntelIdentityAccessRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
104121
|
-
return IntelligencePackageV2026ApiFp(this.configuration).getIntelIdentityAccess(requestParameters.identityID, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
104122
|
-
}
|
|
104123
|
-
|
|
104124
|
-
/**
|
|
104125
|
-
* Requires tenant license idn:response-and-remediation. Events are relayed from identity-history; optional limit, offset, and count are forwarded to the upstream when supplied.
|
|
104126
|
-
* @summary Return identity access-history events
|
|
104127
|
-
* @param {IntelligencePackageV2026ApiGetIntelIdentityAccessHistoryRequest} requestParameters Request parameters.
|
|
104128
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
104129
|
-
* @throws {RequiredError}
|
|
104130
|
-
* @memberof IntelligencePackageV2026Api
|
|
104131
|
-
*/
|
|
104132
|
-
public getIntelIdentityAccessHistory(requestParameters: IntelligencePackageV2026ApiGetIntelIdentityAccessHistoryRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
104133
|
-
return IntelligencePackageV2026ApiFp(this.configuration).getIntelIdentityAccessHistory(requestParameters.identityID, requestParameters.limit, requestParameters.offset, requestParameters.count, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
104134
|
-
}
|
|
104135
|
-
|
|
104136
|
-
/**
|
|
104137
|
-
* Risk snapshot envelope for the identity. The service resolves the first matching outlier for identityID and returns one page of access-items plus an optional continuation link for additional pages. Clients should continue paging using _links.outliers.href when provided. Requires tenant license idn:response-and-remediation.
|
|
104138
|
-
* @summary Identity risk snapshot
|
|
104139
|
-
* @param {IntelligencePackageV2026ApiGetIntelIdentityRiskRequest} requestParameters Request parameters.
|
|
104140
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
104141
|
-
* @throws {RequiredError}
|
|
104142
|
-
* @memberof IntelligencePackageV2026Api
|
|
104143
|
-
*/
|
|
104144
|
-
public getIntelIdentityRisk(requestParameters: IntelligencePackageV2026ApiGetIntelIdentityRiskRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
104145
|
-
return IntelligencePackageV2026ApiFp(this.configuration).getIntelIdentityRisk(requestParameters.identityID, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
104146
|
-
}
|
|
104147
|
-
|
|
104148
|
-
/**
|
|
104149
|
-
* Continuation endpoint for risk outlier access-items. Returns one page based on the supplied limit and offset values and includes an optional continuation link when more rows remain. Requires tenant license idn:response-and-remediation.
|
|
104150
|
-
* @summary Risk outliers continuation paging
|
|
104151
|
-
* @param {IntelligencePackageV2026ApiGetIntelIdentityRiskOutliersRequest} requestParameters Request parameters.
|
|
104152
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
104153
|
-
* @throws {RequiredError}
|
|
104154
|
-
* @memberof IntelligencePackageV2026Api
|
|
104155
|
-
*/
|
|
104156
|
-
public getIntelIdentityRiskOutliers(requestParameters: IntelligencePackageV2026ApiGetIntelIdentityRiskOutliersRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
104157
|
-
return IntelligencePackageV2026ApiFp(this.configuration).getIntelIdentityRiskOutliers(requestParameters.identityID, requestParameters.limit, requestParameters.offset, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
104158
|
-
}
|
|
104159
|
-
|
|
104160
|
-
/**
|
|
104161
|
-
* Requires tenant license idn:response-and-remediation. Returns the Intelligence Package envelope for the identity that matches the SCIM-style filters expression. Supported queryable fields are id and email only. A single match returns HTTP 200 with IntelIdentityResponse. Zero matches returns HTTP 404 with detailCode IDC_IDENTITY_NOT_FOUND. Multiple matches returns HTTP 409 with detailCode IDC_IDENTITY_AMBIGUOUS and candidates listing each match.
|
|
104162
|
-
* @summary Resolve one identity by filter
|
|
104163
|
-
* @param {IntelligencePackageV2026ApiSearchIntelIdentitiesRequest} requestParameters Request parameters.
|
|
104164
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
104165
|
-
* @throws {RequiredError}
|
|
104166
|
-
* @memberof IntelligencePackageV2026Api
|
|
104167
|
-
*/
|
|
104168
|
-
public searchIntelIdentities(requestParameters: IntelligencePackageV2026ApiSearchIntelIdentitiesRequest, axiosOptions?: RawAxiosRequestConfig) {
|
|
104169
|
-
return IntelligencePackageV2026ApiFp(this.configuration).searchIntelIdentities(requestParameters.filters, axiosOptions).then((request) => request(this.axios, this.basePath));
|
|
104170
|
-
}
|
|
104171
|
-
}
|
|
104172
|
-
|
|
104173
|
-
|
|
104174
|
-
|
|
104175
102879
|
/**
|
|
104176
102880
|
* JITAccessV2026Api - axios parameter creator
|
|
104177
102881
|
* @export
|