sailpoint-api-client 1.3.5 → 1.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/beta/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## sailpoint-sdk@1.3.5
1
+ ## sailpoint-sdk@1.3.6
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install sailpoint-sdk@1.3.5 --save
39
+ npm install sailpoint-sdk@1.3.6 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/beta/api.ts CHANGED
@@ -26461,13 +26461,13 @@ export interface SodViolationContextConflictingAccessCriteriaLeftCriteriaBeta {
26461
26461
  */
26462
26462
  export interface Source1Beta {
26463
26463
  /**
26464
- * Source type.
26464
+ * Attribute mapping type.
26465
26465
  * @type {string}
26466
26466
  * @memberof Source1Beta
26467
26467
  */
26468
26468
  'type'?: string;
26469
26469
  /**
26470
- * Source properties.
26470
+ * Attribute mapping properties.
26471
26471
  * @type {object}
26472
26472
  * @memberof Source1Beta
26473
26473
  */
@@ -54071,7 +54071,7 @@ export class IdentitiesBetaApi extends BaseAPI {
54071
54071
  export const IdentityAttributesBetaApiAxiosParamCreator = function (configuration?: Configuration) {
54072
54072
  return {
54073
54073
  /**
54074
- * Use this API to create a new identity attribute.
54074
+ * Use this API to create a new identity attribute. A token with ORG_ADMIN authority is required to call this API.
54075
54075
  * @summary Create Identity Attribute
54076
54076
  * @param {IdentityAttributeBeta} identityAttributeBeta
54077
54077
  * @param {*} [axiosOptions] Override http request option.
@@ -54115,7 +54115,7 @@ export const IdentityAttributesBetaApiAxiosParamCreator = function (configuratio
54115
54115
  };
54116
54116
  },
54117
54117
  /**
54118
- * This deletes an identity attribute with the given name. The `system` and `standard` properties must be set to false before you can delete an identity attribute.
54118
+ * This deletes an identity attribute with the given name. The `system` and `standard` properties must be set to false before you can delete an identity attribute. A token with ORG_ADMIN authority is required to call this API.
54119
54119
  * @summary Delete Identity Attribute
54120
54120
  * @param {string} name The attribute\'s technical name.
54121
54121
  * @param {*} [axiosOptions] Override http request option.
@@ -54157,7 +54157,7 @@ export const IdentityAttributesBetaApiAxiosParamCreator = function (configuratio
54157
54157
  };
54158
54158
  },
54159
54159
  /**
54160
- * Use this API to bulk delete identity attributes for a given set of names. Attributes that are currently mapped in an identity profile cannot be deleted. The `system` and `standard` properties must be set to \'false\' before you can delete an identity attribute.
54160
+ * Use this API to bulk delete identity attributes for a given set of names. Attributes that are currently mapped in an identity profile cannot be deleted. The `system` and `standard` properties must be set to \'false\' before you can delete an identity attribute. A token with ORG_ADMIN authority is required to call this API.
54161
54161
  * @summary Bulk delete Identity Attributes
54162
54162
  * @param {IdentityAttributeNamesBeta} identityAttributeNamesBeta
54163
54163
  * @param {*} [axiosOptions] Override http request option.
@@ -54301,7 +54301,7 @@ export const IdentityAttributesBetaApiAxiosParamCreator = function (configuratio
54301
54301
  };
54302
54302
  },
54303
54303
  /**
54304
- * This updates an existing identity attribute. Making an attribute searchable requires that the `system`, `standard`, and `multi` properties be set to false.
54304
+ * This updates an existing identity attribute. Making an attribute searchable requires that the `system`, `standard`, and `multi` properties be set to false. A token with ORG_ADMIN authority is required to call this API.
54305
54305
  * @summary Update Identity Attribute
54306
54306
  * @param {string} name The attribute\'s technical name.
54307
54307
  * @param {IdentityAttributeBeta} identityAttributeBeta
@@ -54359,7 +54359,7 @@ export const IdentityAttributesBetaApiFp = function(configuration?: Configuratio
54359
54359
  const localVarAxiosParamCreator = IdentityAttributesBetaApiAxiosParamCreator(configuration)
54360
54360
  return {
54361
54361
  /**
54362
- * Use this API to create a new identity attribute.
54362
+ * Use this API to create a new identity attribute. A token with ORG_ADMIN authority is required to call this API.
54363
54363
  * @summary Create Identity Attribute
54364
54364
  * @param {IdentityAttributeBeta} identityAttributeBeta
54365
54365
  * @param {*} [axiosOptions] Override http request option.
@@ -54370,7 +54370,7 @@ export const IdentityAttributesBetaApiFp = function(configuration?: Configuratio
54370
54370
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
54371
54371
  },
54372
54372
  /**
54373
- * This deletes an identity attribute with the given name. The `system` and `standard` properties must be set to false before you can delete an identity attribute.
54373
+ * This deletes an identity attribute with the given name. The `system` and `standard` properties must be set to false before you can delete an identity attribute. A token with ORG_ADMIN authority is required to call this API.
54374
54374
  * @summary Delete Identity Attribute
54375
54375
  * @param {string} name The attribute\'s technical name.
54376
54376
  * @param {*} [axiosOptions] Override http request option.
@@ -54381,7 +54381,7 @@ export const IdentityAttributesBetaApiFp = function(configuration?: Configuratio
54381
54381
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
54382
54382
  },
54383
54383
  /**
54384
- * Use this API to bulk delete identity attributes for a given set of names. Attributes that are currently mapped in an identity profile cannot be deleted. The `system` and `standard` properties must be set to \'false\' before you can delete an identity attribute.
54384
+ * Use this API to bulk delete identity attributes for a given set of names. Attributes that are currently mapped in an identity profile cannot be deleted. The `system` and `standard` properties must be set to \'false\' before you can delete an identity attribute. A token with ORG_ADMIN authority is required to call this API.
54385
54385
  * @summary Bulk delete Identity Attributes
54386
54386
  * @param {IdentityAttributeNamesBeta} identityAttributeNamesBeta
54387
54387
  * @param {*} [axiosOptions] Override http request option.
@@ -54417,7 +54417,7 @@ export const IdentityAttributesBetaApiFp = function(configuration?: Configuratio
54417
54417
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
54418
54418
  },
54419
54419
  /**
54420
- * This updates an existing identity attribute. Making an attribute searchable requires that the `system`, `standard`, and `multi` properties be set to false.
54420
+ * This updates an existing identity attribute. Making an attribute searchable requires that the `system`, `standard`, and `multi` properties be set to false. A token with ORG_ADMIN authority is required to call this API.
54421
54421
  * @summary Update Identity Attribute
54422
54422
  * @param {string} name The attribute\'s technical name.
54423
54423
  * @param {IdentityAttributeBeta} identityAttributeBeta
@@ -54439,7 +54439,7 @@ export const IdentityAttributesBetaApiFactory = function (configuration?: Config
54439
54439
  const localVarFp = IdentityAttributesBetaApiFp(configuration)
54440
54440
  return {
54441
54441
  /**
54442
- * Use this API to create a new identity attribute.
54442
+ * Use this API to create a new identity attribute. A token with ORG_ADMIN authority is required to call this API.
54443
54443
  * @summary Create Identity Attribute
54444
54444
  * @param {IdentityAttributeBeta} identityAttributeBeta
54445
54445
  * @param {*} [axiosOptions] Override http request option.
@@ -54449,7 +54449,7 @@ export const IdentityAttributesBetaApiFactory = function (configuration?: Config
54449
54449
  return localVarFp.createIdentityAttribute(identityAttributeBeta, axiosOptions).then((request) => request(axios, basePath));
54450
54450
  },
54451
54451
  /**
54452
- * This deletes an identity attribute with the given name. The `system` and `standard` properties must be set to false before you can delete an identity attribute.
54452
+ * This deletes an identity attribute with the given name. The `system` and `standard` properties must be set to false before you can delete an identity attribute. A token with ORG_ADMIN authority is required to call this API.
54453
54453
  * @summary Delete Identity Attribute
54454
54454
  * @param {string} name The attribute\'s technical name.
54455
54455
  * @param {*} [axiosOptions] Override http request option.
@@ -54459,7 +54459,7 @@ export const IdentityAttributesBetaApiFactory = function (configuration?: Config
54459
54459
  return localVarFp.deleteIdentityAttribute(name, axiosOptions).then((request) => request(axios, basePath));
54460
54460
  },
54461
54461
  /**
54462
- * Use this API to bulk delete identity attributes for a given set of names. Attributes that are currently mapped in an identity profile cannot be deleted. The `system` and `standard` properties must be set to \'false\' before you can delete an identity attribute.
54462
+ * Use this API to bulk delete identity attributes for a given set of names. Attributes that are currently mapped in an identity profile cannot be deleted. The `system` and `standard` properties must be set to \'false\' before you can delete an identity attribute. A token with ORG_ADMIN authority is required to call this API.
54463
54463
  * @summary Bulk delete Identity Attributes
54464
54464
  * @param {IdentityAttributeNamesBeta} identityAttributeNamesBeta
54465
54465
  * @param {*} [axiosOptions] Override http request option.
@@ -54492,7 +54492,7 @@ export const IdentityAttributesBetaApiFactory = function (configuration?: Config
54492
54492
  return localVarFp.listIdentityAttributes(includeSystem, includeSilent, searchableOnly, count, axiosOptions).then((request) => request(axios, basePath));
54493
54493
  },
54494
54494
  /**
54495
- * This updates an existing identity attribute. Making an attribute searchable requires that the `system`, `standard`, and `multi` properties be set to false.
54495
+ * This updates an existing identity attribute. Making an attribute searchable requires that the `system`, `standard`, and `multi` properties be set to false. A token with ORG_ADMIN authority is required to call this API.
54496
54496
  * @summary Update Identity Attribute
54497
54497
  * @param {string} name The attribute\'s technical name.
54498
54498
  * @param {IdentityAttributeBeta} identityAttributeBeta
@@ -54625,7 +54625,7 @@ export interface IdentityAttributesBetaApiPutIdentityAttributeRequest {
54625
54625
  */
54626
54626
  export class IdentityAttributesBetaApi extends BaseAPI {
54627
54627
  /**
54628
- * Use this API to create a new identity attribute.
54628
+ * Use this API to create a new identity attribute. A token with ORG_ADMIN authority is required to call this API.
54629
54629
  * @summary Create Identity Attribute
54630
54630
  * @param {IdentityAttributesBetaApiCreateIdentityAttributeRequest} requestParameters Request parameters.
54631
54631
  * @param {*} [axiosOptions] Override http request option.
@@ -54637,7 +54637,7 @@ export class IdentityAttributesBetaApi extends BaseAPI {
54637
54637
  }
54638
54638
 
54639
54639
  /**
54640
- * This deletes an identity attribute with the given name. The `system` and `standard` properties must be set to false before you can delete an identity attribute.
54640
+ * This deletes an identity attribute with the given name. The `system` and `standard` properties must be set to false before you can delete an identity attribute. A token with ORG_ADMIN authority is required to call this API.
54641
54641
  * @summary Delete Identity Attribute
54642
54642
  * @param {IdentityAttributesBetaApiDeleteIdentityAttributeRequest} requestParameters Request parameters.
54643
54643
  * @param {*} [axiosOptions] Override http request option.
@@ -54649,7 +54649,7 @@ export class IdentityAttributesBetaApi extends BaseAPI {
54649
54649
  }
54650
54650
 
54651
54651
  /**
54652
- * Use this API to bulk delete identity attributes for a given set of names. Attributes that are currently mapped in an identity profile cannot be deleted. The `system` and `standard` properties must be set to \'false\' before you can delete an identity attribute.
54652
+ * Use this API to bulk delete identity attributes for a given set of names. Attributes that are currently mapped in an identity profile cannot be deleted. The `system` and `standard` properties must be set to \'false\' before you can delete an identity attribute. A token with ORG_ADMIN authority is required to call this API.
54653
54653
  * @summary Bulk delete Identity Attributes
54654
54654
  * @param {IdentityAttributesBetaApiDeleteIdentityAttributesInBulkRequest} requestParameters Request parameters.
54655
54655
  * @param {*} [axiosOptions] Override http request option.
@@ -54685,7 +54685,7 @@ export class IdentityAttributesBetaApi extends BaseAPI {
54685
54685
  }
54686
54686
 
54687
54687
  /**
54688
- * This updates an existing identity attribute. Making an attribute searchable requires that the `system`, `standard`, and `multi` properties be set to false.
54688
+ * This updates an existing identity attribute. Making an attribute searchable requires that the `system`, `standard`, and `multi` properties be set to false. A token with ORG_ADMIN authority is required to call this API.
54689
54689
  * @summary Update Identity Attribute
54690
54690
  * @param {IdentityAttributesBetaApiPutIdentityAttributeRequest} requestParameters Request parameters.
54691
54691
  * @param {*} [axiosOptions] Override http request option.
@@ -55237,11 +55237,11 @@ export const IdentityHistoryBetaApiAxiosParamCreator = function (configuration?:
55237
55237
  };
55238
55238
  },
55239
55239
  /**
55240
- * This method retrieves the list of identity access items at a given date filterd by item type Requires authorization scope of \'idn:identity-history:read\'
55241
- * @summary Gets the list of identity access items at a given date filterd by item type
55242
- * @param {string} id The identity id
55243
- * @param {string} date The specified date
55244
- * @param {string} [type] The access item type
55240
+ * Use this API to get a list of identity access items at a specified date, filtered by item type.
55241
+ * @summary Get Identity Access Items Snapshot
55242
+ * @param {string} id Identity ID.
55243
+ * @param {string} date Specified date.
55244
+ * @param {string} [type] Access item type.
55245
55245
  * @param {*} [axiosOptions] Override http request option.
55246
55246
  * @throws {RequiredError}
55247
55247
  */
@@ -55495,11 +55495,11 @@ export const IdentityHistoryBetaApiFp = function(configuration?: Configuration)
55495
55495
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
55496
55496
  },
55497
55497
  /**
55498
- * This method retrieves the list of identity access items at a given date filterd by item type Requires authorization scope of \'idn:identity-history:read\'
55499
- * @summary Gets the list of identity access items at a given date filterd by item type
55500
- * @param {string} id The identity id
55501
- * @param {string} date The specified date
55502
- * @param {string} [type] The access item type
55498
+ * Use this API to get a list of identity access items at a specified date, filtered by item type.
55499
+ * @summary Get Identity Access Items Snapshot
55500
+ * @param {string} id Identity ID.
55501
+ * @param {string} date Specified date.
55502
+ * @param {string} [type] Access item type.
55503
55503
  * @param {*} [axiosOptions] Override http request option.
55504
55504
  * @throws {RequiredError}
55505
55505
  */
@@ -55655,11 +55655,11 @@ export const IdentityHistoryBetaApiFactory = function (configuration?: Configura
55655
55655
  return localVarFp.listIdentityAccessItems(id, type, axiosOptions).then((request) => request(axios, basePath));
55656
55656
  },
55657
55657
  /**
55658
- * This method retrieves the list of identity access items at a given date filterd by item type Requires authorization scope of \'idn:identity-history:read\'
55659
- * @summary Gets the list of identity access items at a given date filterd by item type
55660
- * @param {string} id The identity id
55661
- * @param {string} date The specified date
55662
- * @param {string} [type] The access item type
55658
+ * Use this API to get a list of identity access items at a specified date, filtered by item type.
55659
+ * @summary Get Identity Access Items Snapshot
55660
+ * @param {string} id Identity ID.
55661
+ * @param {string} date Specified date.
55662
+ * @param {string} [type] Access item type.
55663
55663
  * @param {*} [axiosOptions] Override http request option.
55664
55664
  * @throws {RequiredError}
55665
55665
  */
@@ -56034,21 +56034,21 @@ export interface IdentityHistoryBetaApiListIdentityAccessItemsRequest {
56034
56034
  */
56035
56035
  export interface IdentityHistoryBetaApiListIdentitySnapshotAccessItemsRequest {
56036
56036
  /**
56037
- * The identity id
56037
+ * Identity ID.
56038
56038
  * @type {string}
56039
56039
  * @memberof IdentityHistoryBetaApiListIdentitySnapshotAccessItems
56040
56040
  */
56041
56041
  readonly id: string
56042
56042
 
56043
56043
  /**
56044
- * The specified date
56044
+ * Specified date.
56045
56045
  * @type {string}
56046
56046
  * @memberof IdentityHistoryBetaApiListIdentitySnapshotAccessItems
56047
56047
  */
56048
56048
  readonly date: string
56049
56049
 
56050
56050
  /**
56051
- * The access item type
56051
+ * Access item type.
56052
56052
  * @type {string}
56053
56053
  * @memberof IdentityHistoryBetaApiListIdentitySnapshotAccessItems
56054
56054
  */
@@ -56220,8 +56220,8 @@ export class IdentityHistoryBetaApi extends BaseAPI {
56220
56220
  }
56221
56221
 
56222
56222
  /**
56223
- * This method retrieves the list of identity access items at a given date filterd by item type Requires authorization scope of \'idn:identity-history:read\'
56224
- * @summary Gets the list of identity access items at a given date filterd by item type
56223
+ * Use this API to get a list of identity access items at a specified date, filtered by item type.
56224
+ * @summary Get Identity Access Items Snapshot
56225
56225
  * @param {IdentityHistoryBetaApiListIdentitySnapshotAccessItemsRequest} requestParameters Request parameters.
56226
56226
  * @param {*} [axiosOptions] Override http request option.
56227
56227
  * @throws {RequiredError}
package/beta/common.ts CHANGED
@@ -135,9 +135,9 @@ export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxi
135
135
  return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
136
136
  axiosRetry(globalAxios, configuration.retriesConfig)
137
137
  const headers = {
138
- ...{'User-Agent':'OpenAPI-Generator/1.3.5/ts'},
138
+ ...{'User-Agent':'OpenAPI-Generator/1.3.6/ts'},
139
139
  ...axiosArgs.axiosOptions.headers,
140
- ...{'X-SailPoint-SDK':'typescript-1.3.5'}
140
+ ...{'X-SailPoint-SDK':'typescript-1.3.6'}
141
141
  }
142
142
  axiosArgs.axiosOptions.headers = headers
143
143
  const axiosRequestArgs = {...axiosArgs.axiosOptions, url: (configuration?.basePath + "/beta" || basePath) + axiosArgs.url};
package/beta/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sailpoint-sdk",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "description": "OpenAPI client for sailpoint-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -25747,13 +25747,13 @@ export interface SodViolationContextConflictingAccessCriteriaLeftCriteriaBeta {
25747
25747
  */
25748
25748
  export interface Source1Beta {
25749
25749
  /**
25750
- * Source type.
25750
+ * Attribute mapping type.
25751
25751
  * @type {string}
25752
25752
  * @memberof Source1Beta
25753
25753
  */
25754
25754
  'type'?: string;
25755
25755
  /**
25756
- * Source properties.
25756
+ * Attribute mapping properties.
25757
25757
  * @type {object}
25758
25758
  * @memberof Source1Beta
25759
25759
  */
@@ -43172,7 +43172,7 @@ export declare class IdentitiesBetaApi extends BaseAPI {
43172
43172
  */
43173
43173
  export declare const IdentityAttributesBetaApiAxiosParamCreator: (configuration?: Configuration) => {
43174
43174
  /**
43175
- * Use this API to create a new identity attribute.
43175
+ * Use this API to create a new identity attribute. A token with ORG_ADMIN authority is required to call this API.
43176
43176
  * @summary Create Identity Attribute
43177
43177
  * @param {IdentityAttributeBeta} identityAttributeBeta
43178
43178
  * @param {*} [axiosOptions] Override http request option.
@@ -43180,7 +43180,7 @@ export declare const IdentityAttributesBetaApiAxiosParamCreator: (configuration?
43180
43180
  */
43181
43181
  createIdentityAttribute: (identityAttributeBeta: IdentityAttributeBeta, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
43182
43182
  /**
43183
- * This deletes an identity attribute with the given name. The `system` and `standard` properties must be set to false before you can delete an identity attribute.
43183
+ * This deletes an identity attribute with the given name. The `system` and `standard` properties must be set to false before you can delete an identity attribute. A token with ORG_ADMIN authority is required to call this API.
43184
43184
  * @summary Delete Identity Attribute
43185
43185
  * @param {string} name The attribute\&#39;s technical name.
43186
43186
  * @param {*} [axiosOptions] Override http request option.
@@ -43188,7 +43188,7 @@ export declare const IdentityAttributesBetaApiAxiosParamCreator: (configuration?
43188
43188
  */
43189
43189
  deleteIdentityAttribute: (name: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
43190
43190
  /**
43191
- * Use this API to bulk delete identity attributes for a given set of names. Attributes that are currently mapped in an identity profile cannot be deleted. The `system` and `standard` properties must be set to \'false\' before you can delete an identity attribute.
43191
+ * Use this API to bulk delete identity attributes for a given set of names. Attributes that are currently mapped in an identity profile cannot be deleted. The `system` and `standard` properties must be set to \'false\' before you can delete an identity attribute. A token with ORG_ADMIN authority is required to call this API.
43192
43192
  * @summary Bulk delete Identity Attributes
43193
43193
  * @param {IdentityAttributeNamesBeta} identityAttributeNamesBeta
43194
43194
  * @param {*} [axiosOptions] Override http request option.
@@ -43215,7 +43215,7 @@ export declare const IdentityAttributesBetaApiAxiosParamCreator: (configuration?
43215
43215
  */
43216
43216
  listIdentityAttributes: (includeSystem?: boolean, includeSilent?: boolean, searchableOnly?: boolean, count?: boolean, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
43217
43217
  /**
43218
- * This updates an existing identity attribute. Making an attribute searchable requires that the `system`, `standard`, and `multi` properties be set to false.
43218
+ * This updates an existing identity attribute. Making an attribute searchable requires that the `system`, `standard`, and `multi` properties be set to false. A token with ORG_ADMIN authority is required to call this API.
43219
43219
  * @summary Update Identity Attribute
43220
43220
  * @param {string} name The attribute\&#39;s technical name.
43221
43221
  * @param {IdentityAttributeBeta} identityAttributeBeta
@@ -43230,7 +43230,7 @@ export declare const IdentityAttributesBetaApiAxiosParamCreator: (configuration?
43230
43230
  */
43231
43231
  export declare const IdentityAttributesBetaApiFp: (configuration?: Configuration) => {
43232
43232
  /**
43233
- * Use this API to create a new identity attribute.
43233
+ * Use this API to create a new identity attribute. A token with ORG_ADMIN authority is required to call this API.
43234
43234
  * @summary Create Identity Attribute
43235
43235
  * @param {IdentityAttributeBeta} identityAttributeBeta
43236
43236
  * @param {*} [axiosOptions] Override http request option.
@@ -43238,7 +43238,7 @@ export declare const IdentityAttributesBetaApiFp: (configuration?: Configuration
43238
43238
  */
43239
43239
  createIdentityAttribute(identityAttributeBeta: IdentityAttributeBeta, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IdentityAttributeBeta>>;
43240
43240
  /**
43241
- * This deletes an identity attribute with the given name. The `system` and `standard` properties must be set to false before you can delete an identity attribute.
43241
+ * This deletes an identity attribute with the given name. The `system` and `standard` properties must be set to false before you can delete an identity attribute. A token with ORG_ADMIN authority is required to call this API.
43242
43242
  * @summary Delete Identity Attribute
43243
43243
  * @param {string} name The attribute\&#39;s technical name.
43244
43244
  * @param {*} [axiosOptions] Override http request option.
@@ -43246,7 +43246,7 @@ export declare const IdentityAttributesBetaApiFp: (configuration?: Configuration
43246
43246
  */
43247
43247
  deleteIdentityAttribute(name: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
43248
43248
  /**
43249
- * Use this API to bulk delete identity attributes for a given set of names. Attributes that are currently mapped in an identity profile cannot be deleted. The `system` and `standard` properties must be set to \'false\' before you can delete an identity attribute.
43249
+ * Use this API to bulk delete identity attributes for a given set of names. Attributes that are currently mapped in an identity profile cannot be deleted. The `system` and `standard` properties must be set to \'false\' before you can delete an identity attribute. A token with ORG_ADMIN authority is required to call this API.
43250
43250
  * @summary Bulk delete Identity Attributes
43251
43251
  * @param {IdentityAttributeNamesBeta} identityAttributeNamesBeta
43252
43252
  * @param {*} [axiosOptions] Override http request option.
@@ -43273,7 +43273,7 @@ export declare const IdentityAttributesBetaApiFp: (configuration?: Configuration
43273
43273
  */
43274
43274
  listIdentityAttributes(includeSystem?: boolean, includeSilent?: boolean, searchableOnly?: boolean, count?: boolean, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<IdentityAttributeBeta>>>;
43275
43275
  /**
43276
- * This updates an existing identity attribute. Making an attribute searchable requires that the `system`, `standard`, and `multi` properties be set to false.
43276
+ * This updates an existing identity attribute. Making an attribute searchable requires that the `system`, `standard`, and `multi` properties be set to false. A token with ORG_ADMIN authority is required to call this API.
43277
43277
  * @summary Update Identity Attribute
43278
43278
  * @param {string} name The attribute\&#39;s technical name.
43279
43279
  * @param {IdentityAttributeBeta} identityAttributeBeta
@@ -43288,7 +43288,7 @@ export declare const IdentityAttributesBetaApiFp: (configuration?: Configuration
43288
43288
  */
43289
43289
  export declare const IdentityAttributesBetaApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
43290
43290
  /**
43291
- * Use this API to create a new identity attribute.
43291
+ * Use this API to create a new identity attribute. A token with ORG_ADMIN authority is required to call this API.
43292
43292
  * @summary Create Identity Attribute
43293
43293
  * @param {IdentityAttributeBeta} identityAttributeBeta
43294
43294
  * @param {*} [axiosOptions] Override http request option.
@@ -43296,7 +43296,7 @@ export declare const IdentityAttributesBetaApiFactory: (configuration?: Configur
43296
43296
  */
43297
43297
  createIdentityAttribute(identityAttributeBeta: IdentityAttributeBeta, axiosOptions?: any): AxiosPromise<IdentityAttributeBeta>;
43298
43298
  /**
43299
- * This deletes an identity attribute with the given name. The `system` and `standard` properties must be set to false before you can delete an identity attribute.
43299
+ * This deletes an identity attribute with the given name. The `system` and `standard` properties must be set to false before you can delete an identity attribute. A token with ORG_ADMIN authority is required to call this API.
43300
43300
  * @summary Delete Identity Attribute
43301
43301
  * @param {string} name The attribute\&#39;s technical name.
43302
43302
  * @param {*} [axiosOptions] Override http request option.
@@ -43304,7 +43304,7 @@ export declare const IdentityAttributesBetaApiFactory: (configuration?: Configur
43304
43304
  */
43305
43305
  deleteIdentityAttribute(name: string, axiosOptions?: any): AxiosPromise<void>;
43306
43306
  /**
43307
- * Use this API to bulk delete identity attributes for a given set of names. Attributes that are currently mapped in an identity profile cannot be deleted. The `system` and `standard` properties must be set to \'false\' before you can delete an identity attribute.
43307
+ * Use this API to bulk delete identity attributes for a given set of names. Attributes that are currently mapped in an identity profile cannot be deleted. The `system` and `standard` properties must be set to \'false\' before you can delete an identity attribute. A token with ORG_ADMIN authority is required to call this API.
43308
43308
  * @summary Bulk delete Identity Attributes
43309
43309
  * @param {IdentityAttributeNamesBeta} identityAttributeNamesBeta
43310
43310
  * @param {*} [axiosOptions] Override http request option.
@@ -43331,7 +43331,7 @@ export declare const IdentityAttributesBetaApiFactory: (configuration?: Configur
43331
43331
  */
43332
43332
  listIdentityAttributes(includeSystem?: boolean, includeSilent?: boolean, searchableOnly?: boolean, count?: boolean, axiosOptions?: any): AxiosPromise<Array<IdentityAttributeBeta>>;
43333
43333
  /**
43334
- * This updates an existing identity attribute. Making an attribute searchable requires that the `system`, `standard`, and `multi` properties be set to false.
43334
+ * This updates an existing identity attribute. Making an attribute searchable requires that the `system`, `standard`, and `multi` properties be set to false. A token with ORG_ADMIN authority is required to call this API.
43335
43335
  * @summary Update Identity Attribute
43336
43336
  * @param {string} name The attribute\&#39;s technical name.
43337
43337
  * @param {IdentityAttributeBeta} identityAttributeBeta
@@ -43450,7 +43450,7 @@ export interface IdentityAttributesBetaApiPutIdentityAttributeRequest {
43450
43450
  */
43451
43451
  export declare class IdentityAttributesBetaApi extends BaseAPI {
43452
43452
  /**
43453
- * Use this API to create a new identity attribute.
43453
+ * Use this API to create a new identity attribute. A token with ORG_ADMIN authority is required to call this API.
43454
43454
  * @summary Create Identity Attribute
43455
43455
  * @param {IdentityAttributesBetaApiCreateIdentityAttributeRequest} requestParameters Request parameters.
43456
43456
  * @param {*} [axiosOptions] Override http request option.
@@ -43459,7 +43459,7 @@ export declare class IdentityAttributesBetaApi extends BaseAPI {
43459
43459
  */
43460
43460
  createIdentityAttribute(requestParameters: IdentityAttributesBetaApiCreateIdentityAttributeRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<IdentityAttributeBeta, any>>;
43461
43461
  /**
43462
- * This deletes an identity attribute with the given name. The `system` and `standard` properties must be set to false before you can delete an identity attribute.
43462
+ * This deletes an identity attribute with the given name. The `system` and `standard` properties must be set to false before you can delete an identity attribute. A token with ORG_ADMIN authority is required to call this API.
43463
43463
  * @summary Delete Identity Attribute
43464
43464
  * @param {IdentityAttributesBetaApiDeleteIdentityAttributeRequest} requestParameters Request parameters.
43465
43465
  * @param {*} [axiosOptions] Override http request option.
@@ -43468,7 +43468,7 @@ export declare class IdentityAttributesBetaApi extends BaseAPI {
43468
43468
  */
43469
43469
  deleteIdentityAttribute(requestParameters: IdentityAttributesBetaApiDeleteIdentityAttributeRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
43470
43470
  /**
43471
- * Use this API to bulk delete identity attributes for a given set of names. Attributes that are currently mapped in an identity profile cannot be deleted. The `system` and `standard` properties must be set to \'false\' before you can delete an identity attribute.
43471
+ * Use this API to bulk delete identity attributes for a given set of names. Attributes that are currently mapped in an identity profile cannot be deleted. The `system` and `standard` properties must be set to \'false\' before you can delete an identity attribute. A token with ORG_ADMIN authority is required to call this API.
43472
43472
  * @summary Bulk delete Identity Attributes
43473
43473
  * @param {IdentityAttributesBetaApiDeleteIdentityAttributesInBulkRequest} requestParameters Request parameters.
43474
43474
  * @param {*} [axiosOptions] Override http request option.
@@ -43495,7 +43495,7 @@ export declare class IdentityAttributesBetaApi extends BaseAPI {
43495
43495
  */
43496
43496
  listIdentityAttributes(requestParameters?: IdentityAttributesBetaApiListIdentityAttributesRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<IdentityAttributeBeta[], any>>;
43497
43497
  /**
43498
- * This updates an existing identity attribute. Making an attribute searchable requires that the `system`, `standard`, and `multi` properties be set to false.
43498
+ * This updates an existing identity attribute. Making an attribute searchable requires that the `system`, `standard`, and `multi` properties be set to false. A token with ORG_ADMIN authority is required to call this API.
43499
43499
  * @summary Update Identity Attribute
43500
43500
  * @param {IdentityAttributesBetaApiPutIdentityAttributeRequest} requestParameters Request parameters.
43501
43501
  * @param {*} [axiosOptions] Override http request option.
@@ -43613,11 +43613,11 @@ export declare const IdentityHistoryBetaApiAxiosParamCreator: (configuration?: C
43613
43613
  */
43614
43614
  listIdentityAccessItems: (id: string, type?: string, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
43615
43615
  /**
43616
- * This method retrieves the list of identity access items at a given date filterd by item type Requires authorization scope of \'idn:identity-history:read\'
43617
- * @summary Gets the list of identity access items at a given date filterd by item type
43618
- * @param {string} id The identity id
43619
- * @param {string} date The specified date
43620
- * @param {string} [type] The access item type
43616
+ * Use this API to get a list of identity access items at a specified date, filtered by item type.
43617
+ * @summary Get Identity Access Items Snapshot
43618
+ * @param {string} id Identity ID.
43619
+ * @param {string} date Specified date.
43620
+ * @param {string} [type] Access item type.
43621
43621
  * @param {*} [axiosOptions] Override http request option.
43622
43622
  * @throws {RequiredError}
43623
43623
  */
@@ -43745,11 +43745,11 @@ export declare const IdentityHistoryBetaApiFp: (configuration?: Configuration) =
43745
43745
  */
43746
43746
  listIdentityAccessItems(id: string, type?: string, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ListIdentityAccessItems200ResponseInnerBeta>>>;
43747
43747
  /**
43748
- * This method retrieves the list of identity access items at a given date filterd by item type Requires authorization scope of \'idn:identity-history:read\'
43749
- * @summary Gets the list of identity access items at a given date filterd by item type
43750
- * @param {string} id The identity id
43751
- * @param {string} date The specified date
43752
- * @param {string} [type] The access item type
43748
+ * Use this API to get a list of identity access items at a specified date, filtered by item type.
43749
+ * @summary Get Identity Access Items Snapshot
43750
+ * @param {string} id Identity ID.
43751
+ * @param {string} date Specified date.
43752
+ * @param {string} [type] Access item type.
43753
43753
  * @param {*} [axiosOptions] Override http request option.
43754
43754
  * @throws {RequiredError}
43755
43755
  */
@@ -43877,11 +43877,11 @@ export declare const IdentityHistoryBetaApiFactory: (configuration?: Configurati
43877
43877
  */
43878
43878
  listIdentityAccessItems(id: string, type?: string, axiosOptions?: any): AxiosPromise<Array<ListIdentityAccessItems200ResponseInnerBeta>>;
43879
43879
  /**
43880
- * This method retrieves the list of identity access items at a given date filterd by item type Requires authorization scope of \'idn:identity-history:read\'
43881
- * @summary Gets the list of identity access items at a given date filterd by item type
43882
- * @param {string} id The identity id
43883
- * @param {string} date The specified date
43884
- * @param {string} [type] The access item type
43880
+ * Use this API to get a list of identity access items at a specified date, filtered by item type.
43881
+ * @summary Get Identity Access Items Snapshot
43882
+ * @param {string} id Identity ID.
43883
+ * @param {string} date Specified date.
43884
+ * @param {string} [type] Access item type.
43885
43885
  * @param {*} [axiosOptions] Override http request option.
43886
43886
  * @throws {RequiredError}
43887
43887
  */
@@ -44210,19 +44210,19 @@ export interface IdentityHistoryBetaApiListIdentityAccessItemsRequest {
44210
44210
  */
44211
44211
  export interface IdentityHistoryBetaApiListIdentitySnapshotAccessItemsRequest {
44212
44212
  /**
44213
- * The identity id
44213
+ * Identity ID.
44214
44214
  * @type {string}
44215
44215
  * @memberof IdentityHistoryBetaApiListIdentitySnapshotAccessItems
44216
44216
  */
44217
44217
  readonly id: string;
44218
44218
  /**
44219
- * The specified date
44219
+ * Specified date.
44220
44220
  * @type {string}
44221
44221
  * @memberof IdentityHistoryBetaApiListIdentitySnapshotAccessItems
44222
44222
  */
44223
44223
  readonly date: string;
44224
44224
  /**
44225
- * The access item type
44225
+ * Access item type.
44226
44226
  * @type {string}
44227
44227
  * @memberof IdentityHistoryBetaApiListIdentitySnapshotAccessItems
44228
44228
  */
@@ -44360,8 +44360,8 @@ export declare class IdentityHistoryBetaApi extends BaseAPI {
44360
44360
  */
44361
44361
  listIdentityAccessItems(requestParameters: IdentityHistoryBetaApiListIdentityAccessItemsRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListIdentityAccessItems200ResponseInnerBeta[], any>>;
44362
44362
  /**
44363
- * This method retrieves the list of identity access items at a given date filterd by item type Requires authorization scope of \'idn:identity-history:read\'
44364
- * @summary Gets the list of identity access items at a given date filterd by item type
44363
+ * Use this API to get a list of identity access items at a specified date, filtered by item type.
44364
+ * @summary Get Identity Access Items Snapshot
44365
44365
  * @param {IdentityHistoryBetaApiListIdentitySnapshotAccessItemsRequest} requestParameters Request parameters.
44366
44366
  * @param {*} [axiosOptions] Override http request option.
44367
44367
  * @throws {RequiredError}