sailpoint-api-client 1.8.42 → 1.8.52

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.
@@ -250,12 +250,12 @@ var createRequestFunction = function (axiosArgs, globalAxios, BASE_PATH, configu
250
250
  if (axios === void 0) { axios = globalAxios; }
251
251
  if (basePath === void 0) { basePath = BASE_PATH; }
252
252
  (0, axios_retry_1.default)(axios, configuration.retriesConfig);
253
- var userAgent = "SailPoint-SDK-TypeScript/1.8.42";
253
+ var userAgent = "SailPoint-SDK-TypeScript/1.8.52";
254
254
  if ((configuration === null || configuration === void 0 ? void 0 : configuration.consumerIdentifier) && (configuration === null || configuration === void 0 ? void 0 : configuration.consumerVersion)) {
255
255
  userAgent += " (".concat(configuration.consumerIdentifier, "/").concat(configuration.consumerVersion, ")");
256
256
  }
257
257
  userAgent += " (".concat(process.platform, "; ").concat(process.arch, ") Node/").concat(process.versions.node, " (openapi-generator/7.12.0)");
258
- var headers = __assign(__assign(__assign({}, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.42' }), { 'User-Agent': userAgent });
258
+ var headers = __assign(__assign(__assign({}, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.52' }), { 'User-Agent': userAgent });
259
259
  if (!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
260
260
  throw new Error("You are using Experimental APIs. Set configuration.experimental = True to enable these APIs in the SDK.");
261
261
  }
@@ -250,12 +250,12 @@ var createRequestFunction = function (axiosArgs, globalAxios, BASE_PATH, configu
250
250
  if (axios === void 0) { axios = globalAxios; }
251
251
  if (basePath === void 0) { basePath = BASE_PATH; }
252
252
  (0, axios_retry_1.default)(axios, configuration.retriesConfig);
253
- var userAgent = "SailPoint-SDK-TypeScript/1.8.42";
253
+ var userAgent = "SailPoint-SDK-TypeScript/1.8.52";
254
254
  if ((configuration === null || configuration === void 0 ? void 0 : configuration.consumerIdentifier) && (configuration === null || configuration === void 0 ? void 0 : configuration.consumerVersion)) {
255
255
  userAgent += " (".concat(configuration.consumerIdentifier, "/").concat(configuration.consumerVersion, ")");
256
256
  }
257
257
  userAgent += " (".concat(process.platform, "; ").concat(process.arch, ") Node/").concat(process.versions.node, " (openapi-generator/7.12.0)");
258
- var headers = __assign(__assign(__assign({ 'Accept': 'application/json' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.42' }), { 'User-Agent': userAgent });
258
+ var headers = __assign(__assign(__assign({ 'Accept': 'application/json' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.52' }), { 'User-Agent': userAgent });
259
259
  if (!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
260
260
  throw new Error("You are using Experimental APIs. Set configuration.experimental = True to enable these APIs in the SDK.");
261
261
  }
@@ -250,12 +250,12 @@ var createRequestFunction = function (axiosArgs, globalAxios, BASE_PATH, configu
250
250
  if (axios === void 0) { axios = globalAxios; }
251
251
  if (basePath === void 0) { basePath = BASE_PATH; }
252
252
  (0, axios_retry_1.default)(axios, configuration.retriesConfig);
253
- var userAgent = "SailPoint-SDK-TypeScript/1.8.42";
253
+ var userAgent = "SailPoint-SDK-TypeScript/1.8.52";
254
254
  if ((configuration === null || configuration === void 0 ? void 0 : configuration.consumerIdentifier) && (configuration === null || configuration === void 0 ? void 0 : configuration.consumerVersion)) {
255
255
  userAgent += " (".concat(configuration.consumerIdentifier, "/").concat(configuration.consumerVersion, ")");
256
256
  }
257
257
  userAgent += " (".concat(process.platform, "; ").concat(process.arch, ") Node/").concat(process.versions.node, " (openapi-generator/7.12.0)");
258
- var headers = __assign(__assign(__assign({ 'Accept': 'application/json' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.42' }), { 'User-Agent': userAgent });
258
+ var headers = __assign(__assign(__assign({ 'Accept': 'application/json' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.52' }), { 'User-Agent': userAgent });
259
259
  if (!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
260
260
  throw new Error("You are using Experimental APIs. Set configuration.experimental = True to enable these APIs in the SDK.");
261
261
  }
@@ -262,6 +262,12 @@ export interface AccessItemAccessProfileResponseV2024 {
262
262
  * @memberof AccessItemAccessProfileResponseV2024
263
263
  */
264
264
  'appRefs': Array<AccessItemAccessProfileResponseAppRefsInnerV2024>;
265
+ /**
266
+ * the date the access profile will be assigned to the specified identity, in case requested with a future start date
267
+ * @type {string}
268
+ * @memberof AccessItemAccessProfileResponseV2024
269
+ */
270
+ 'startDate'?: string | null;
265
271
  /**
266
272
  * the date the access profile is no longer assigned to the specified identity
267
273
  * @type {string}
@@ -486,6 +492,12 @@ export interface AccessItemAssociatedAccessItemV2024 {
486
492
  * @memberof AccessItemAssociatedAccessItemV2024
487
493
  */
488
494
  'appRefs': Array<AccessItemAccessProfileResponseAppRefsInnerV2024>;
495
+ /**
496
+ * the date the access profile will be assigned to the specified identity, in case requested with a future start date
497
+ * @type {string}
498
+ * @memberof AccessItemAssociatedAccessItemV2024
499
+ */
500
+ 'startDate'?: string | null;
489
501
  /**
490
502
  * the date the role is no longer assigned to the specified identity
491
503
  * @type {string}
@@ -934,6 +946,12 @@ export interface AccessItemRoleResponseV2024 {
934
946
  * @memberof AccessItemRoleResponseV2024
935
947
  */
936
948
  'description'?: string;
949
+ /**
950
+ * the date the access profile will be assigned to the specified identity, in case requested with a future start date
951
+ * @type {string}
952
+ * @memberof AccessItemRoleResponseV2024
953
+ */
954
+ 'startDate'?: string | null;
937
955
  /**
938
956
  * the date the role is no longer assigned to the specified identity
939
957
  * @type {string}
@@ -22084,6 +22102,12 @@ export interface ListIdentityAccessItems200ResponseInnerV2024 {
22084
22102
  * @memberof ListIdentityAccessItems200ResponseInnerV2024
22085
22103
  */
22086
22104
  'appRefs': Array<AccessItemAccessProfileResponseAppRefsInnerV2024>;
22105
+ /**
22106
+ * the date the access profile will be assigned to the specified identity, in case requested with a future start date
22107
+ * @type {string}
22108
+ * @memberof ListIdentityAccessItems200ResponseInnerV2024
22109
+ */
22110
+ 'startDate'?: string | null;
22087
22111
  /**
22088
22112
  * the date the role is no longer assigned to the specified identity
22089
22113
  * @type {string}
@@ -39737,7 +39761,7 @@ export interface SpConfigExportJobStatusV2024 {
39737
39761
  * @type {string}
39738
39762
  * @memberof SpConfigExportJobStatusV2024
39739
39763
  */
39740
- 'expiration': string;
39764
+ 'expiration'?: string;
39741
39765
  /**
39742
39766
  * The time the job was started.
39743
39767
  * @type {string}
@@ -39805,7 +39829,7 @@ export interface SpConfigExportJobV2024 {
39805
39829
  * @type {string}
39806
39830
  * @memberof SpConfigExportJobV2024
39807
39831
  */
39808
- 'expiration': string;
39832
+ 'expiration'?: string;
39809
39833
  /**
39810
39834
  * The time the job was started.
39811
39835
  * @type {string}
@@ -39910,7 +39934,7 @@ export interface SpConfigImportJobStatusV2024 {
39910
39934
  * @type {string}
39911
39935
  * @memberof SpConfigImportJobStatusV2024
39912
39936
  */
39913
- 'expiration': string;
39937
+ 'expiration'?: string;
39914
39938
  /**
39915
39939
  * The time the job was started.
39916
39940
  * @type {string}
@@ -39999,7 +40023,7 @@ export interface SpConfigJobV2024 {
39999
40023
  * @type {string}
40000
40024
  * @memberof SpConfigJobV2024
40001
40025
  */
40002
- 'expiration': string;
40026
+ 'expiration'?: string;
40003
40027
  /**
40004
40028
  * The time the job was started.
40005
40029
  * @type {string}
@@ -41331,7 +41355,7 @@ export interface TaskStatusV2024 {
41331
41355
  * @type {string}
41332
41356
  * @memberof TaskStatusV2024
41333
41357
  */
41334
- 'modified': string;
41358
+ 'modified': string | null;
41335
41359
  /**
41336
41360
  * Launch date of the task this TaskStatus represents
41337
41361
  * @type {string}
@@ -80496,11 +80520,12 @@ export declare const SourcesV2024ApiAxiosParamCreator: (configuration?: Configur
80496
80520
  /**
80497
80521
  * This API gets the current entitlement request configuration for a source. This source-level configuration should apply for all the entitlements in the source. Access request to any entitlements in the source should follow this configuration unless a separate entitlement-level configuration is defined. - During access request, this source-level entitlement request configuration overrides the global organization-level configuration. - However, the entitlement-level configuration (if defined) overrides this source-level configuration.
80498
80522
  * @summary Get source entitlement request configuration
80523
+ * @param {string} id The Source id
80499
80524
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
80500
80525
  * @param {*} [axiosOptions] Override http request option.
80501
80526
  * @throws {RequiredError}
80502
80527
  */
80503
- getSourceEntitlementRequestConfig: (xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
80528
+ getSourceEntitlementRequestConfig: (id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
80504
80529
  /**
80505
80530
  * This endpoint fetches source health by source\'s id
80506
80531
  * @summary Fetches source health by id
@@ -80762,12 +80787,13 @@ export declare const SourcesV2024ApiAxiosParamCreator: (configuration?: Configur
80762
80787
  /**
80763
80788
  * This API replaces the current entitlement request configuration for a source. This source-level configuration should apply for all the entitlements in the source. Access request to any entitlements in the source should follow this configuration unless a separate entitlement-level configuration is defined. - During access request, this source-level entitlement request configuration overrides the global organization-level configuration. - However, the entitlement-level configuration (if defined) overrides this source-level configuration.
80764
80789
  * @summary Update source entitlement request configuration
80790
+ * @param {string} id The Source id
80765
80791
  * @param {SourceEntitlementRequestConfigV2024} sourceEntitlementRequestConfigV2024
80766
80792
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
80767
80793
  * @param {*} [axiosOptions] Override http request option.
80768
80794
  * @throws {RequiredError}
80769
80795
  */
80770
- updateSourceEntitlementRequestConfig: (sourceEntitlementRequestConfigV2024: SourceEntitlementRequestConfigV2024, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
80796
+ updateSourceEntitlementRequestConfig: (id: string, sourceEntitlementRequestConfigV2024: SourceEntitlementRequestConfigV2024, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
80771
80797
  /**
80772
80798
  * Use this API to selectively update an existing Schedule using a JSONPatch payload. The following schedule fields are immutable and cannot be updated: - type
80773
80799
  * @summary Update source schedule (partial)
@@ -80960,11 +80986,12 @@ export declare const SourcesV2024ApiFp: (configuration?: Configuration) => {
80960
80986
  /**
80961
80987
  * This API gets the current entitlement request configuration for a source. This source-level configuration should apply for all the entitlements in the source. Access request to any entitlements in the source should follow this configuration unless a separate entitlement-level configuration is defined. - During access request, this source-level entitlement request configuration overrides the global organization-level configuration. - However, the entitlement-level configuration (if defined) overrides this source-level configuration.
80962
80988
  * @summary Get source entitlement request configuration
80989
+ * @param {string} id The Source id
80963
80990
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
80964
80991
  * @param {*} [axiosOptions] Override http request option.
80965
80992
  * @throws {RequiredError}
80966
80993
  */
80967
- getSourceEntitlementRequestConfig(xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceEntitlementRequestConfigV2024>>;
80994
+ getSourceEntitlementRequestConfig(id: string, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceEntitlementRequestConfigV2024>>;
80968
80995
  /**
80969
80996
  * This endpoint fetches source health by source\'s id
80970
80997
  * @summary Fetches source health by id
@@ -81226,12 +81253,13 @@ export declare const SourcesV2024ApiFp: (configuration?: Configuration) => {
81226
81253
  /**
81227
81254
  * This API replaces the current entitlement request configuration for a source. This source-level configuration should apply for all the entitlements in the source. Access request to any entitlements in the source should follow this configuration unless a separate entitlement-level configuration is defined. - During access request, this source-level entitlement request configuration overrides the global organization-level configuration. - However, the entitlement-level configuration (if defined) overrides this source-level configuration.
81228
81255
  * @summary Update source entitlement request configuration
81256
+ * @param {string} id The Source id
81229
81257
  * @param {SourceEntitlementRequestConfigV2024} sourceEntitlementRequestConfigV2024
81230
81258
  * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
81231
81259
  * @param {*} [axiosOptions] Override http request option.
81232
81260
  * @throws {RequiredError}
81233
81261
  */
81234
- updateSourceEntitlementRequestConfig(sourceEntitlementRequestConfigV2024: SourceEntitlementRequestConfigV2024, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceEntitlementRequestConfigV2024>>;
81262
+ updateSourceEntitlementRequestConfig(id: string, sourceEntitlementRequestConfigV2024: SourceEntitlementRequestConfigV2024, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SourceEntitlementRequestConfigV2024>>;
81235
81263
  /**
81236
81264
  * Use this API to selectively update an existing Schedule using a JSONPatch payload. The following schedule fields are immutable and cannot be updated: - type
81237
81265
  * @summary Update source schedule (partial)
@@ -81417,7 +81445,7 @@ export declare const SourcesV2024ApiFactory: (configuration?: Configuration, bas
81417
81445
  * @param {*} [axiosOptions] Override http request option.
81418
81446
  * @throws {RequiredError}
81419
81447
  */
81420
- getSourceEntitlementRequestConfig(requestParameters?: SourcesV2024ApiGetSourceEntitlementRequestConfigRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SourceEntitlementRequestConfigV2024>;
81448
+ getSourceEntitlementRequestConfig(requestParameters: SourcesV2024ApiGetSourceEntitlementRequestConfigRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<SourceEntitlementRequestConfigV2024>;
81421
81449
  /**
81422
81450
  * This endpoint fetches source health by source\'s id
81423
81451
  * @summary Fetches source health by id
@@ -81986,6 +82014,12 @@ export interface SourcesV2024ApiGetSourceConnectionsRequest {
81986
82014
  * @interface SourcesV2024ApiGetSourceEntitlementRequestConfigRequest
81987
82015
  */
81988
82016
  export interface SourcesV2024ApiGetSourceEntitlementRequestConfigRequest {
82017
+ /**
82018
+ * The Source id
82019
+ * @type {string}
82020
+ * @memberof SourcesV2024ApiGetSourceEntitlementRequestConfig
82021
+ */
82022
+ readonly id: string;
81989
82023
  /**
81990
82024
  * Use this header to enable this experimental API.
81991
82025
  * @type {string}
@@ -82567,6 +82601,12 @@ export interface SourcesV2024ApiUpdateSourceRequest {
82567
82601
  * @interface SourcesV2024ApiUpdateSourceEntitlementRequestConfigRequest
82568
82602
  */
82569
82603
  export interface SourcesV2024ApiUpdateSourceEntitlementRequestConfigRequest {
82604
+ /**
82605
+ * The Source id
82606
+ * @type {string}
82607
+ * @memberof SourcesV2024ApiUpdateSourceEntitlementRequestConfig
82608
+ */
82609
+ readonly id: string;
82570
82610
  /**
82571
82611
  *
82572
82612
  * @type {SourceEntitlementRequestConfigV2024}
@@ -82816,7 +82856,7 @@ export declare class SourcesV2024Api extends BaseAPI {
82816
82856
  * @throws {RequiredError}
82817
82857
  * @memberof SourcesV2024Api
82818
82858
  */
82819
- getSourceEntitlementRequestConfig(requestParameters?: SourcesV2024ApiGetSourceEntitlementRequestConfigRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SourceEntitlementRequestConfigV2024, any>>;
82859
+ getSourceEntitlementRequestConfig(requestParameters: SourcesV2024ApiGetSourceEntitlementRequestConfigRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SourceEntitlementRequestConfigV2024, any>>;
82820
82860
  /**
82821
82861
  * This endpoint fetches source health by source\'s id
82822
82862
  * @summary Fetches source health by id
@@ -84775,22 +84815,20 @@ export declare class TenantV2024Api extends BaseAPI {
84775
84815
  */
84776
84816
  export declare const TenantContextV2024ApiAxiosParamCreator: (configuration?: Configuration) => {
84777
84817
  /**
84778
- * Returns a list of key-value pairs representing the current state of the tenant\'s context.
84818
+ * Returns all key-value pairs representing the current state of the tenant\'s context. Each tenant is limited to a maximum of 100 key-value pairs.
84779
84819
  * @summary Retrieve tenant context
84780
- * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
84781
84820
  * @param {*} [axiosOptions] Override http request option.
84782
84821
  * @throws {RequiredError}
84783
84822
  */
84784
- getTenantContext: (xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
84823
+ getTenantContext: (axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
84785
84824
  /**
84786
84825
  * Allows the user to make incremental updates to tenant context records using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. This endpoint is specifically designed to modify the `/Key/_*` field, supporting operations such as `add`, `remove`, or `replace` to manage key-value pairs. Note that each tenant is limited to a maximum of 100 key-value pairs.
84787
84826
  * @summary Update tenant context
84788
84827
  * @param {JsonPatchOperationV2024} jsonPatchOperationV2024
84789
- * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
84790
84828
  * @param {*} [axiosOptions] Override http request option.
84791
84829
  * @throws {RequiredError}
84792
84830
  */
84793
- patchTenantContext: (jsonPatchOperationV2024: JsonPatchOperationV2024, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
84831
+ patchTenantContext: (jsonPatchOperationV2024: JsonPatchOperationV2024, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
84794
84832
  };
84795
84833
  /**
84796
84834
  * TenantContextV2024Api - functional programming interface
@@ -84798,22 +84836,20 @@ export declare const TenantContextV2024ApiAxiosParamCreator: (configuration?: Co
84798
84836
  */
84799
84837
  export declare const TenantContextV2024ApiFp: (configuration?: Configuration) => {
84800
84838
  /**
84801
- * Returns a list of key-value pairs representing the current state of the tenant\'s context.
84839
+ * Returns all key-value pairs representing the current state of the tenant\'s context. Each tenant is limited to a maximum of 100 key-value pairs.
84802
84840
  * @summary Retrieve tenant context
84803
- * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
84804
84841
  * @param {*} [axiosOptions] Override http request option.
84805
84842
  * @throws {RequiredError}
84806
84843
  */
84807
- getTenantContext(xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<GetTenantContext200ResponseInnerV2024>>>;
84844
+ getTenantContext(axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<GetTenantContext200ResponseInnerV2024>>>;
84808
84845
  /**
84809
84846
  * Allows the user to make incremental updates to tenant context records using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. This endpoint is specifically designed to modify the `/Key/_*` field, supporting operations such as `add`, `remove`, or `replace` to manage key-value pairs. Note that each tenant is limited to a maximum of 100 key-value pairs.
84810
84847
  * @summary Update tenant context
84811
84848
  * @param {JsonPatchOperationV2024} jsonPatchOperationV2024
84812
- * @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
84813
84849
  * @param {*} [axiosOptions] Override http request option.
84814
84850
  * @throws {RequiredError}
84815
84851
  */
84816
- patchTenantContext(jsonPatchOperationV2024: JsonPatchOperationV2024, xSailPointExperimental?: string, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
84852
+ patchTenantContext(jsonPatchOperationV2024: JsonPatchOperationV2024, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
84817
84853
  };
84818
84854
  /**
84819
84855
  * TenantContextV2024Api - factory interface
@@ -84821,13 +84857,12 @@ export declare const TenantContextV2024ApiFp: (configuration?: Configuration) =>
84821
84857
  */
84822
84858
  export declare const TenantContextV2024ApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
84823
84859
  /**
84824
- * Returns a list of key-value pairs representing the current state of the tenant\'s context.
84860
+ * Returns all key-value pairs representing the current state of the tenant\'s context. Each tenant is limited to a maximum of 100 key-value pairs.
84825
84861
  * @summary Retrieve tenant context
84826
- * @param {TenantContextV2024ApiGetTenantContextRequest} requestParameters Request parameters.
84827
84862
  * @param {*} [axiosOptions] Override http request option.
84828
84863
  * @throws {RequiredError}
84829
84864
  */
84830
- getTenantContext(requestParameters?: TenantContextV2024ApiGetTenantContextRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<GetTenantContext200ResponseInnerV2024>>;
84865
+ getTenantContext(axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<GetTenantContext200ResponseInnerV2024>>;
84831
84866
  /**
84832
84867
  * Allows the user to make incremental updates to tenant context records using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. This endpoint is specifically designed to modify the `/Key/_*` field, supporting operations such as `add`, `remove`, or `replace` to manage key-value pairs. Note that each tenant is limited to a maximum of 100 key-value pairs.
84833
84868
  * @summary Update tenant context
@@ -84837,19 +84872,6 @@ export declare const TenantContextV2024ApiFactory: (configuration?: Configuratio
84837
84872
  */
84838
84873
  patchTenantContext(requestParameters: TenantContextV2024ApiPatchTenantContextRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<void>;
84839
84874
  };
84840
- /**
84841
- * Request parameters for getTenantContext operation in TenantContextV2024Api.
84842
- * @export
84843
- * @interface TenantContextV2024ApiGetTenantContextRequest
84844
- */
84845
- export interface TenantContextV2024ApiGetTenantContextRequest {
84846
- /**
84847
- * Use this header to enable this experimental API.
84848
- * @type {string}
84849
- * @memberof TenantContextV2024ApiGetTenantContext
84850
- */
84851
- readonly xSailPointExperimental?: string;
84852
- }
84853
84875
  /**
84854
84876
  * Request parameters for patchTenantContext operation in TenantContextV2024Api.
84855
84877
  * @export
@@ -84862,12 +84884,6 @@ export interface TenantContextV2024ApiPatchTenantContextRequest {
84862
84884
  * @memberof TenantContextV2024ApiPatchTenantContext
84863
84885
  */
84864
84886
  readonly jsonPatchOperationV2024: JsonPatchOperationV2024;
84865
- /**
84866
- * Use this header to enable this experimental API.
84867
- * @type {string}
84868
- * @memberof TenantContextV2024ApiPatchTenantContext
84869
- */
84870
- readonly xSailPointExperimental?: string;
84871
84887
  }
84872
84888
  /**
84873
84889
  * TenantContextV2024Api - object-oriented interface
@@ -84877,14 +84893,13 @@ export interface TenantContextV2024ApiPatchTenantContextRequest {
84877
84893
  */
84878
84894
  export declare class TenantContextV2024Api extends BaseAPI {
84879
84895
  /**
84880
- * Returns a list of key-value pairs representing the current state of the tenant\'s context.
84896
+ * Returns all key-value pairs representing the current state of the tenant\'s context. Each tenant is limited to a maximum of 100 key-value pairs.
84881
84897
  * @summary Retrieve tenant context
84882
- * @param {TenantContextV2024ApiGetTenantContextRequest} requestParameters Request parameters.
84883
84898
  * @param {*} [axiosOptions] Override http request option.
84884
84899
  * @throws {RequiredError}
84885
84900
  * @memberof TenantContextV2024Api
84886
84901
  */
84887
- getTenantContext(requestParameters?: TenantContextV2024ApiGetTenantContextRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetTenantContext200ResponseInnerV2024[], any>>;
84902
+ getTenantContext(axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetTenantContext200ResponseInnerV2024[], any>>;
84888
84903
  /**
84889
84904
  * Allows the user to make incremental updates to tenant context records using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. This endpoint is specifically designed to modify the `/Key/_*` field, supporting operations such as `add`, `remove`, or `replace` to manage key-value pairs. Note that each tenant is limited to a maximum of 100 key-value pairs.
84890
84905
  * @summary Update tenant context