sailpoint-api-client 1.8.2 → 1.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/beta/README.md +2 -2
- package/beta/api.ts +50 -11
- package/beta/common.ts +2 -2
- package/beta/package.json +1 -1
- package/dist/beta/api.d.ts +47 -11
- package/dist/beta/api.js +26 -22
- package/dist/beta/api.js.map +1 -1
- package/dist/beta/common.js +2 -2
- package/dist/nerm/common.js +2 -2
- package/dist/nermv2025/common.js +2 -2
- package/dist/v2024/api.d.ts +47 -11
- package/dist/v2024/api.js +29 -25
- package/dist/v2024/api.js.map +1 -1
- package/dist/v2024/common.js +2 -2
- package/dist/v2025/api.d.ts +47 -11
- package/dist/v2025/api.js +31 -27
- package/dist/v2025/api.js.map +1 -1
- package/dist/v2025/common.js +2 -2
- package/dist/v2026/api.d.ts +691 -0
- package/dist/v2026/api.js +635 -2
- package/dist/v2026/api.js.map +1 -1
- package/dist/v2026/common.js +2 -2
- package/dist/v3/api.d.ts +47 -11
- package/dist/v3/api.js +22 -18
- package/dist/v3/api.js.map +1 -1
- package/dist/v3/common.js +2 -2
- package/nerm/README.md +2 -2
- package/nerm/common.ts +2 -2
- package/nerm/package.json +1 -1
- package/nermv2025/README.md +2 -2
- package/nermv2025/common.ts +2 -2
- package/nermv2025/package.json +1 -1
- package/package.json +1 -1
- package/v2024/README.md +2 -2
- package/v2024/api.ts +50 -11
- package/v2024/common.ts +2 -2
- package/v2024/package.json +1 -1
- package/v2025/README.md +2 -2
- package/v2025/api.ts +50 -11
- package/v2025/common.ts +2 -2
- package/v2025/package.json +1 -1
- package/v2026/README.md +2 -2
- package/v2026/api.ts +1010 -0
- package/v2026/common.ts +2 -2
- package/v2026/package.json +1 -1
- package/v3/README.md +2 -2
- package/v3/api.ts +50 -11
- package/v3/common.ts +2 -2
- package/v3/package.json +1 -1
package/dist/beta/common.js
CHANGED
|
@@ -250,12 +250,12 @@ var createRequestFunction = function (axiosArgs, globalAxios, BASE_PATH, configu
|
|
|
250
250
|
if (axios === void 0) { axios = globalAxios; }
|
|
251
251
|
if (basePath === void 0) { basePath = BASE_PATH; }
|
|
252
252
|
(0, axios_retry_1.default)(axios, configuration.retriesConfig);
|
|
253
|
-
var userAgent = "SailPoint-SDK-TypeScript/1.8.
|
|
253
|
+
var userAgent = "SailPoint-SDK-TypeScript/1.8.3";
|
|
254
254
|
if ((configuration === null || configuration === void 0 ? void 0 : configuration.consumerIdentifier) && (configuration === null || configuration === void 0 ? void 0 : configuration.consumerVersion)) {
|
|
255
255
|
userAgent += " (".concat(configuration.consumerIdentifier, "/").concat(configuration.consumerVersion, ")");
|
|
256
256
|
}
|
|
257
257
|
userAgent += " (".concat(process.platform, "; ").concat(process.arch, ") Node/").concat(process.versions.node, " (openapi-generator/7.12.0)");
|
|
258
|
-
var headers = __assign(__assign(__assign({}, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.
|
|
258
|
+
var headers = __assign(__assign(__assign({}, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.3' }), { 'User-Agent': userAgent });
|
|
259
259
|
if (!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
|
|
260
260
|
throw new Error("You are using Experimental APIs. Set configuration.experimental = True to enable these APIs in the SDK.");
|
|
261
261
|
}
|
package/dist/nerm/common.js
CHANGED
|
@@ -250,12 +250,12 @@ var createRequestFunction = function (axiosArgs, globalAxios, BASE_PATH, configu
|
|
|
250
250
|
if (axios === void 0) { axios = globalAxios; }
|
|
251
251
|
if (basePath === void 0) { basePath = BASE_PATH; }
|
|
252
252
|
(0, axios_retry_1.default)(axios, configuration.retriesConfig);
|
|
253
|
-
var userAgent = "SailPoint-SDK-TypeScript/1.8.
|
|
253
|
+
var userAgent = "SailPoint-SDK-TypeScript/1.8.3";
|
|
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.
|
|
258
|
+
var headers = __assign(__assign(__assign({ 'Accept': 'application/json' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.3' }), { 'User-Agent': userAgent });
|
|
259
259
|
if (!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
|
|
260
260
|
throw new Error("You are using Experimental APIs. Set configuration.experimental = True to enable these APIs in the SDK.");
|
|
261
261
|
}
|
package/dist/nermv2025/common.js
CHANGED
|
@@ -250,12 +250,12 @@ var createRequestFunction = function (axiosArgs, globalAxios, BASE_PATH, configu
|
|
|
250
250
|
if (axios === void 0) { axios = globalAxios; }
|
|
251
251
|
if (basePath === void 0) { basePath = BASE_PATH; }
|
|
252
252
|
(0, axios_retry_1.default)(axios, configuration.retriesConfig);
|
|
253
|
-
var userAgent = "SailPoint-SDK-TypeScript/1.8.
|
|
253
|
+
var userAgent = "SailPoint-SDK-TypeScript/1.8.3";
|
|
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.
|
|
258
|
+
var headers = __assign(__assign(__assign({ 'Accept': 'application/json' }, axiosArgs.axiosOptions.headers), { 'X-SailPoint-SDK': 'typescript-1.8.3' }), { 'User-Agent': userAgent });
|
|
259
259
|
if (!configuration.experimental && ("X-SailPoint-Experimental" in headers)) {
|
|
260
260
|
throw new Error("You are using Experimental APIs. Set configuration.experimental = True to enable these APIs in the SDK.");
|
|
261
261
|
}
|
package/dist/v2024/api.d.ts
CHANGED
|
@@ -1954,11 +1954,11 @@ export interface AccessProfileV2024 {
|
|
|
1954
1954
|
*/
|
|
1955
1955
|
'provisioningCriteria'?: ProvisioningCriteriaLevel1V2024 | null;
|
|
1956
1956
|
/**
|
|
1957
|
-
*
|
|
1958
|
-
* @type {Array<
|
|
1957
|
+
* List of additional owner references beyond the primary owner. Each entry may be an identity (IDENTITY) or a governance group (GOVERNANCE_GROUP).
|
|
1958
|
+
* @type {Array<AdditionalOwnerRefV2024>}
|
|
1959
1959
|
* @memberof AccessProfileV2024
|
|
1960
1960
|
*/
|
|
1961
|
-
'additionalOwners'?: Array<
|
|
1961
|
+
'additionalOwners'?: Array<AdditionalOwnerRefV2024> | null;
|
|
1962
1962
|
}
|
|
1963
1963
|
/**
|
|
1964
1964
|
*
|
|
@@ -5516,6 +5516,36 @@ export declare const ActivityInsightsV2024UsageDaysStateV2024: {
|
|
|
5516
5516
|
readonly Unknown: "UNKNOWN";
|
|
5517
5517
|
};
|
|
5518
5518
|
export type ActivityInsightsV2024UsageDaysStateV2024 = typeof ActivityInsightsV2024UsageDaysStateV2024[keyof typeof ActivityInsightsV2024UsageDaysStateV2024];
|
|
5519
|
+
/**
|
|
5520
|
+
* Reference to an additional owner (identity or governance group).
|
|
5521
|
+
* @export
|
|
5522
|
+
* @interface AdditionalOwnerRefV2024
|
|
5523
|
+
*/
|
|
5524
|
+
export interface AdditionalOwnerRefV2024 {
|
|
5525
|
+
/**
|
|
5526
|
+
* Type of the additional owner; IDENTITY for an identity, GOVERNANCE_GROUP for a governance group.
|
|
5527
|
+
* @type {string}
|
|
5528
|
+
* @memberof AdditionalOwnerRefV2024
|
|
5529
|
+
*/
|
|
5530
|
+
'type'?: AdditionalOwnerRefV2024TypeV2024;
|
|
5531
|
+
/**
|
|
5532
|
+
* ID of the identity or governance group.
|
|
5533
|
+
* @type {string}
|
|
5534
|
+
* @memberof AdditionalOwnerRefV2024
|
|
5535
|
+
*/
|
|
5536
|
+
'id'?: string;
|
|
5537
|
+
/**
|
|
5538
|
+
* Display name. It may be left null or omitted on input. If set, it must match the current display name of the identity or governance group, otherwise a 400 Bad Request error may result.
|
|
5539
|
+
* @type {string}
|
|
5540
|
+
* @memberof AdditionalOwnerRefV2024
|
|
5541
|
+
*/
|
|
5542
|
+
'name'?: string | null;
|
|
5543
|
+
}
|
|
5544
|
+
export declare const AdditionalOwnerRefV2024TypeV2024: {
|
|
5545
|
+
readonly Identity: "IDENTITY";
|
|
5546
|
+
readonly GovernanceGroup: "GOVERNANCE_GROUP";
|
|
5547
|
+
};
|
|
5548
|
+
export type AdditionalOwnerRefV2024TypeV2024 = typeof AdditionalOwnerRefV2024TypeV2024[keyof typeof AdditionalOwnerRefV2024TypeV2024];
|
|
5519
5549
|
/**
|
|
5520
5550
|
*
|
|
5521
5551
|
* @export
|
|
@@ -34300,6 +34330,12 @@ export interface RoleV2024 {
|
|
|
34300
34330
|
* @memberof RoleV2024
|
|
34301
34331
|
*/
|
|
34302
34332
|
'owner': OwnerReferenceV2024 | null;
|
|
34333
|
+
/**
|
|
34334
|
+
* List of additional owner references beyond the primary owner. Each entry may be an identity (IDENTITY) or a governance group (GOVERNANCE_GROUP).
|
|
34335
|
+
* @type {Array<AdditionalOwnerRefV2024>}
|
|
34336
|
+
* @memberof RoleV2024
|
|
34337
|
+
*/
|
|
34338
|
+
'additionalOwners'?: Array<AdditionalOwnerRefV2024> | null;
|
|
34303
34339
|
/**
|
|
34304
34340
|
*
|
|
34305
34341
|
* @type {Array<AccessProfileRefV2024>}
|
|
@@ -44985,7 +45021,7 @@ export declare const AccessProfilesV2024ApiAxiosParamCreator: (configuration?: C
|
|
|
44985
45021
|
*/
|
|
44986
45022
|
listAccessProfiles: (forSubadmin?: string, limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, forSegmentIds?: string, includeUnsegmented?: boolean, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
44987
45023
|
/**
|
|
44988
|
-
* This API updates an existing Access Profile. The following fields are patchable: **name** **description** **enabled** **owner** **requestable** **accessRequestConfig** **revokeRequestConfig** **segments** **entitlements** **provisioningCriteria** **source** (must be updated with entitlements belonging to new source in the same API call) If you need to change the `source` of the access profile, you can do so only if you update the `entitlements` in the same API call. The new entitlements can only come from the target source that you want to change to. Look for the example \"Replace Source\" in the examples dropdown. A user with SOURCE_SUBADMIN may only use this API to patch Access Profiles which are associated with Sources they are able to administer. > The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles, however, any new access profiles as well as any updates to existing descriptions will be limited to 2000 characters. > You can only add or replace **entitlements** that exist on the source that the access profile is attached to. You can use the **list entitlements** endpoint with the **filters** query parameter to get a list of available entitlements on the access profile\'s source.
|
|
45024
|
+
* This API updates an existing Access Profile. The following fields are patchable: **name** **description** **enabled** **owner** **additionalOwners** **requestable** **accessRequestConfig** **revokeRequestConfig** **segments** **entitlements** **provisioningCriteria** **source** (must be updated with entitlements belonging to new source in the same API call) If you need to change the `source` of the access profile, you can do so only if you update the `entitlements` in the same API call. The new entitlements can only come from the target source that you want to change to. Look for the example \"Replace Source\" in the examples dropdown. A user with SOURCE_SUBADMIN may only use this API to patch Access Profiles which are associated with Sources they are able to administer. > The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles, however, any new access profiles as well as any updates to existing descriptions will be limited to 2000 characters. > You can only add or replace **entitlements** that exist on the source that the access profile is attached to. You can use the **list entitlements** endpoint with the **filters** query parameter to get a list of available entitlements on the access profile\'s source.
|
|
44989
45025
|
* @summary Patch a specified access profile
|
|
44990
45026
|
* @param {string} id ID of the Access Profile to patch
|
|
44991
45027
|
* @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024
|
|
@@ -45069,7 +45105,7 @@ export declare const AccessProfilesV2024ApiFp: (configuration?: Configuration) =
|
|
|
45069
45105
|
*/
|
|
45070
45106
|
listAccessProfiles(forSubadmin?: string, limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, forSegmentIds?: string, includeUnsegmented?: boolean, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<AccessProfileV2024>>>;
|
|
45071
45107
|
/**
|
|
45072
|
-
* This API updates an existing Access Profile. The following fields are patchable: **name** **description** **enabled** **owner** **requestable** **accessRequestConfig** **revokeRequestConfig** **segments** **entitlements** **provisioningCriteria** **source** (must be updated with entitlements belonging to new source in the same API call) If you need to change the `source` of the access profile, you can do so only if you update the `entitlements` in the same API call. The new entitlements can only come from the target source that you want to change to. Look for the example \"Replace Source\" in the examples dropdown. A user with SOURCE_SUBADMIN may only use this API to patch Access Profiles which are associated with Sources they are able to administer. > The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles, however, any new access profiles as well as any updates to existing descriptions will be limited to 2000 characters. > You can only add or replace **entitlements** that exist on the source that the access profile is attached to. You can use the **list entitlements** endpoint with the **filters** query parameter to get a list of available entitlements on the access profile\'s source.
|
|
45108
|
+
* This API updates an existing Access Profile. The following fields are patchable: **name** **description** **enabled** **owner** **additionalOwners** **requestable** **accessRequestConfig** **revokeRequestConfig** **segments** **entitlements** **provisioningCriteria** **source** (must be updated with entitlements belonging to new source in the same API call) If you need to change the `source` of the access profile, you can do so only if you update the `entitlements` in the same API call. The new entitlements can only come from the target source that you want to change to. Look for the example \"Replace Source\" in the examples dropdown. A user with SOURCE_SUBADMIN may only use this API to patch Access Profiles which are associated with Sources they are able to administer. > The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles, however, any new access profiles as well as any updates to existing descriptions will be limited to 2000 characters. > You can only add or replace **entitlements** that exist on the source that the access profile is attached to. You can use the **list entitlements** endpoint with the **filters** query parameter to get a list of available entitlements on the access profile\'s source.
|
|
45073
45109
|
* @summary Patch a specified access profile
|
|
45074
45110
|
* @param {string} id ID of the Access Profile to patch
|
|
45075
45111
|
* @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024
|
|
@@ -45141,7 +45177,7 @@ export declare const AccessProfilesV2024ApiFactory: (configuration?: Configurati
|
|
|
45141
45177
|
*/
|
|
45142
45178
|
listAccessProfiles(requestParameters?: AccessProfilesV2024ApiListAccessProfilesRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<AccessProfileV2024>>;
|
|
45143
45179
|
/**
|
|
45144
|
-
* This API updates an existing Access Profile. The following fields are patchable: **name** **description** **enabled** **owner** **requestable** **accessRequestConfig** **revokeRequestConfig** **segments** **entitlements** **provisioningCriteria** **source** (must be updated with entitlements belonging to new source in the same API call) If you need to change the `source` of the access profile, you can do so only if you update the `entitlements` in the same API call. The new entitlements can only come from the target source that you want to change to. Look for the example \"Replace Source\" in the examples dropdown. A user with SOURCE_SUBADMIN may only use this API to patch Access Profiles which are associated with Sources they are able to administer. > The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles, however, any new access profiles as well as any updates to existing descriptions will be limited to 2000 characters. > You can only add or replace **entitlements** that exist on the source that the access profile is attached to. You can use the **list entitlements** endpoint with the **filters** query parameter to get a list of available entitlements on the access profile\'s source.
|
|
45180
|
+
* This API updates an existing Access Profile. The following fields are patchable: **name** **description** **enabled** **owner** **additionalOwners** **requestable** **accessRequestConfig** **revokeRequestConfig** **segments** **entitlements** **provisioningCriteria** **source** (must be updated with entitlements belonging to new source in the same API call) If you need to change the `source` of the access profile, you can do so only if you update the `entitlements` in the same API call. The new entitlements can only come from the target source that you want to change to. Look for the example \"Replace Source\" in the examples dropdown. A user with SOURCE_SUBADMIN may only use this API to patch Access Profiles which are associated with Sources they are able to administer. > The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles, however, any new access profiles as well as any updates to existing descriptions will be limited to 2000 characters. > You can only add or replace **entitlements** that exist on the source that the access profile is attached to. You can use the **list entitlements** endpoint with the **filters** query parameter to get a list of available entitlements on the access profile\'s source.
|
|
45145
45181
|
* @summary Patch a specified access profile
|
|
45146
45182
|
* @param {AccessProfilesV2024ApiPatchAccessProfileRequest} requestParameters Request parameters.
|
|
45147
45183
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -45407,7 +45443,7 @@ export declare class AccessProfilesV2024Api extends BaseAPI {
|
|
|
45407
45443
|
*/
|
|
45408
45444
|
listAccessProfiles(requestParameters?: AccessProfilesV2024ApiListAccessProfilesRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccessProfileV2024[], any>>;
|
|
45409
45445
|
/**
|
|
45410
|
-
* This API updates an existing Access Profile. The following fields are patchable: **name** **description** **enabled** **owner** **requestable** **accessRequestConfig** **revokeRequestConfig** **segments** **entitlements** **provisioningCriteria** **source** (must be updated with entitlements belonging to new source in the same API call) If you need to change the `source` of the access profile, you can do so only if you update the `entitlements` in the same API call. The new entitlements can only come from the target source that you want to change to. Look for the example \"Replace Source\" in the examples dropdown. A user with SOURCE_SUBADMIN may only use this API to patch Access Profiles which are associated with Sources they are able to administer. > The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles, however, any new access profiles as well as any updates to existing descriptions will be limited to 2000 characters. > You can only add or replace **entitlements** that exist on the source that the access profile is attached to. You can use the **list entitlements** endpoint with the **filters** query parameter to get a list of available entitlements on the access profile\'s source.
|
|
45446
|
+
* This API updates an existing Access Profile. The following fields are patchable: **name** **description** **enabled** **owner** **additionalOwners** **requestable** **accessRequestConfig** **revokeRequestConfig** **segments** **entitlements** **provisioningCriteria** **source** (must be updated with entitlements belonging to new source in the same API call) If you need to change the `source` of the access profile, you can do so only if you update the `entitlements` in the same API call. The new entitlements can only come from the target source that you want to change to. Look for the example \"Replace Source\" in the examples dropdown. A user with SOURCE_SUBADMIN may only use this API to patch Access Profiles which are associated with Sources they are able to administer. > The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles, however, any new access profiles as well as any updates to existing descriptions will be limited to 2000 characters. > You can only add or replace **entitlements** that exist on the source that the access profile is attached to. You can use the **list entitlements** endpoint with the **filters** query parameter to get a list of available entitlements on the access profile\'s source.
|
|
45411
45447
|
* @summary Patch a specified access profile
|
|
45412
45448
|
* @param {AccessProfilesV2024ApiPatchAccessProfileRequest} requestParameters Request parameters.
|
|
45413
45449
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -75390,7 +75426,7 @@ export declare const RolesV2024ApiAxiosParamCreator: (configuration?: Configurat
|
|
|
75390
75426
|
*/
|
|
75391
75427
|
listRoles: (forSubadmin?: string, limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, forSegmentIds?: string, includeUnsegmented?: boolean, axiosOptions?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
75392
75428
|
/**
|
|
75393
|
-
* This API updates an existing role using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: * name * description * enabled * owner * accessProfiles * entitlements * membership * requestable * accessRequestConfig * revokeRequestConfig * segments * accessModelMetadata A token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this API. In addition, a token with ROLE_SUBADMIN authority may only call this API if all access profiles included in the role are associated to Sources with management workgroups of which the ROLE_SUBADMIN is a member. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing roles, however, any new roles as well as any updates to existing descriptions will be limited to 2000 characters. When you use this API to modify a role\'s membership identities, you can only modify up to a limit of 500 membership identities at a time.
|
|
75429
|
+
* This API updates an existing role using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: * name * description * enabled * owner * additionalOwners * accessProfiles * entitlements * membership * requestable * accessRequestConfig * revokeRequestConfig * segments * accessModelMetadata A token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this API. In addition, a token with ROLE_SUBADMIN authority may only call this API if all access profiles included in the role are associated to Sources with management workgroups of which the ROLE_SUBADMIN is a member. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing roles, however, any new roles as well as any updates to existing descriptions will be limited to 2000 characters. When you use this API to modify a role\'s membership identities, you can only modify up to a limit of 500 membership identities at a time.
|
|
75394
75430
|
* @summary Patch a specified role
|
|
75395
75431
|
* @param {string} id ID of the Role to patch
|
|
75396
75432
|
* @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024
|
|
@@ -75553,7 +75589,7 @@ export declare const RolesV2024ApiFp: (configuration?: Configuration) => {
|
|
|
75553
75589
|
*/
|
|
75554
75590
|
listRoles(forSubadmin?: string, limit?: number, offset?: number, count?: boolean, filters?: string, sorters?: string, forSegmentIds?: string, includeUnsegmented?: boolean, axiosOptions?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<RoleV2024>>>;
|
|
75555
75591
|
/**
|
|
75556
|
-
* This API updates an existing role using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: * name * description * enabled * owner * accessProfiles * entitlements * membership * requestable * accessRequestConfig * revokeRequestConfig * segments * accessModelMetadata A token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this API. In addition, a token with ROLE_SUBADMIN authority may only call this API if all access profiles included in the role are associated to Sources with management workgroups of which the ROLE_SUBADMIN is a member. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing roles, however, any new roles as well as any updates to existing descriptions will be limited to 2000 characters. When you use this API to modify a role\'s membership identities, you can only modify up to a limit of 500 membership identities at a time.
|
|
75592
|
+
* This API updates an existing role using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: * name * description * enabled * owner * additionalOwners * accessProfiles * entitlements * membership * requestable * accessRequestConfig * revokeRequestConfig * segments * accessModelMetadata A token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this API. In addition, a token with ROLE_SUBADMIN authority may only call this API if all access profiles included in the role are associated to Sources with management workgroups of which the ROLE_SUBADMIN is a member. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing roles, however, any new roles as well as any updates to existing descriptions will be limited to 2000 characters. When you use this API to modify a role\'s membership identities, you can only modify up to a limit of 500 membership identities at a time.
|
|
75557
75593
|
* @summary Patch a specified role
|
|
75558
75594
|
* @param {string} id ID of the Role to patch
|
|
75559
75595
|
* @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024
|
|
@@ -75696,7 +75732,7 @@ export declare const RolesV2024ApiFactory: (configuration?: Configuration, baseP
|
|
|
75696
75732
|
*/
|
|
75697
75733
|
listRoles(requestParameters?: RolesV2024ApiListRolesRequest, axiosOptions?: RawAxiosRequestConfig): AxiosPromise<Array<RoleV2024>>;
|
|
75698
75734
|
/**
|
|
75699
|
-
* This API updates an existing role using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: * name * description * enabled * owner * accessProfiles * entitlements * membership * requestable * accessRequestConfig * revokeRequestConfig * segments * accessModelMetadata A token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this API. In addition, a token with ROLE_SUBADMIN authority may only call this API if all access profiles included in the role are associated to Sources with management workgroups of which the ROLE_SUBADMIN is a member. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing roles, however, any new roles as well as any updates to existing descriptions will be limited to 2000 characters. When you use this API to modify a role\'s membership identities, you can only modify up to a limit of 500 membership identities at a time.
|
|
75735
|
+
* This API updates an existing role using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: * name * description * enabled * owner * additionalOwners * accessProfiles * entitlements * membership * requestable * accessRequestConfig * revokeRequestConfig * segments * accessModelMetadata A token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this API. In addition, a token with ROLE_SUBADMIN authority may only call this API if all access profiles included in the role are associated to Sources with management workgroups of which the ROLE_SUBADMIN is a member. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing roles, however, any new roles as well as any updates to existing descriptions will be limited to 2000 characters. When you use this API to modify a role\'s membership identities, you can only modify up to a limit of 500 membership identities at a time.
|
|
75700
75736
|
* @summary Patch a specified role
|
|
75701
75737
|
* @param {RolesV2024ApiPatchRoleRequest} requestParameters Request parameters.
|
|
75702
75738
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -76216,7 +76252,7 @@ export declare class RolesV2024Api extends BaseAPI {
|
|
|
76216
76252
|
*/
|
|
76217
76253
|
listRoles(requestParameters?: RolesV2024ApiListRolesRequest, axiosOptions?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RoleV2024[], any>>;
|
|
76218
76254
|
/**
|
|
76219
|
-
* This API updates an existing role using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: * name * description * enabled * owner * accessProfiles * entitlements * membership * requestable * accessRequestConfig * revokeRequestConfig * segments * accessModelMetadata A token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this API. In addition, a token with ROLE_SUBADMIN authority may only call this API if all access profiles included in the role are associated to Sources with management workgroups of which the ROLE_SUBADMIN is a member. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing roles, however, any new roles as well as any updates to existing descriptions will be limited to 2000 characters. When you use this API to modify a role\'s membership identities, you can only modify up to a limit of 500 membership identities at a time.
|
|
76255
|
+
* This API updates an existing role using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: * name * description * enabled * owner * additionalOwners * accessProfiles * entitlements * membership * requestable * accessRequestConfig * revokeRequestConfig * segments * accessModelMetadata A token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this API. In addition, a token with ROLE_SUBADMIN authority may only call this API if all access profiles included in the role are associated to Sources with management workgroups of which the ROLE_SUBADMIN is a member. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing roles, however, any new roles as well as any updates to existing descriptions will be limited to 2000 characters. When you use this API to modify a role\'s membership identities, you can only modify up to a limit of 500 membership identities at a time.
|
|
76220
76256
|
* @summary Patch a specified role
|
|
76221
76257
|
* @param {RolesV2024ApiPatchRoleRequest} requestParameters Request parameters.
|
|
76222
76258
|
* @param {*} [axiosOptions] Override http request option.
|
package/dist/v2024/api.js
CHANGED
|
@@ -79,23 +79,23 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
79
79
|
};
|
|
80
80
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
81
81
|
exports.AccountAttributesChangedSourceV2024TypeV2024 = exports.AccountAttributesChangedIdentityV2024TypeV2024 = exports.AccountAttributesChangedAccountV2024TypeV2024 = exports.AccountAllOfSourceOwnerV2024TypeV2024 = exports.AccountAllOfRecommendationV2024MethodV2024 = exports.AccountAllOfRecommendationV2024TypeV2024 = exports.AccountAllOfIdentityV2024TypeV2024 = exports.AccountAggregationStatusV2024StatusV2024 = exports.AccountAggregationCompletedV2024StatusV2024 = exports.AccountAggregationCompletedSourceV2024TypeV2024 = exports.AccountActivityItemOperationV2024 = exports.AccountActivityApprovalStatusV2024 = exports.AccountActionV2024ActionV2024 = exports.AccessTypeV2024 = exports.AccessRequestedStatusChangeV2024NewStatusV2024 = exports.AccessRequestedStatusChangeV2024PreviousStatusV2024 = exports.AccessRequestTypeV2024 = exports.AccessRequestRecommendationItemTypeV2024 = exports.AccessRequestPreApprovalRequestedItemsInnerV2024OperationV2024 = exports.AccessRequestPreApprovalRequestedItemsInnerV2024TypeV2024 = exports.AccessRequestPostApprovalRequestedItemsStatusInnerV2024OperationV2024 = exports.AccessRequestPostApprovalRequestedItemsStatusInnerV2024TypeV2024 = exports.AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerV2024ApprovalDecisionV2024 = exports.AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApproverV2024TypeV2024 = exports.AccessRequestPhasesV2024ResultV2024 = exports.AccessRequestPhasesV2024StateV2024 = exports.AccessRequestItemV2024TypeV2024 = exports.AccessRequestDynamicApproverRequestedItemsInnerV2024OperationV2024 = exports.AccessRequestDynamicApproverRequestedItemsInnerV2024TypeV2024 = exports.AccessRequestDynamicApprover1V2024TypeV2024 = exports.AccessRequestAdminItemStatusV2024TypeV2024 = exports.AccessProfileUsageUsedByInnerV2024TypeV2024 = exports.AccessProfileSourceRefV2024TypeV2024 = exports.AccessProfileRefV2024TypeV2024 = exports.AccessProfileApprovalSchemeV2024ApproverTypeV2024 = exports.AccessItemReviewedByV2024TypeV2024 = exports.AccessItemRequesterV2024TypeV2024 = exports.AccessItemRequesterDtoV2024TypeV2024 = exports.AccessItemRequestedForV2024TypeV2024 = exports.AccessItemRequestedForDtoV2024TypeV2024 = exports.AccessItemRemovedV2024AccessItemTypeV2024 = exports.AccessItemRefV2024TypeV2024 = exports.AccessItemDiffV2024EventTypeV2024 = exports.AccessItemAssociatedV2024AccessItemTypeV2024 = exports.AccessItemApproverDtoV2024TypeV2024 = exports.AccessDurationV2024TimeUnitV2024 = exports.AccessCriteriaCriteriaListInnerV2024TypeV2024 = exports.AccessConstraintV2024OperatorV2024 = exports.AccessConstraintV2024TypeV2024 = exports.AccessAppsOwnerV2024TypeV2024 = void 0;
|
|
82
|
-
exports.
|
|
83
|
-
exports.
|
|
84
|
-
exports.
|
|
85
|
-
exports.
|
|
86
|
-
exports.
|
|
87
|
-
exports.
|
|
88
|
-
exports.
|
|
89
|
-
exports.
|
|
90
|
-
exports.
|
|
91
|
-
exports.
|
|
92
|
-
exports.
|
|
93
|
-
exports.
|
|
94
|
-
exports.
|
|
95
|
-
exports.
|
|
96
|
-
exports.
|
|
97
|
-
exports.
|
|
98
|
-
exports.WorkflowsV2024Api = exports.WorkflowsV2024ApiFactory = exports.WorkflowsV2024ApiFp = exports.WorkflowsV2024ApiAxiosParamCreator = exports.WorkReassignmentV2024Api = exports.WorkReassignmentV2024ApiFactory = exports.WorkReassignmentV2024ApiFp = exports.WorkReassignmentV2024ApiAxiosParamCreator = exports.WorkItemsV2024Api = exports.WorkItemsV2024ApiFactory = exports.WorkItemsV2024ApiFp = exports.WorkItemsV2024ApiAxiosParamCreator = exports.UIMetadataV2024Api = exports.UIMetadataV2024ApiFactory = exports.UIMetadataV2024ApiFp = exports.UIMetadataV2024ApiAxiosParamCreator = exports.TriggersV2024Api = exports.TriggersV2024ApiFactory = exports.TriggersV2024ApiFp = exports.TriggersV2024ApiAxiosParamCreator = exports.TransformsV2024Api = void 0;
|
|
82
|
+
exports.CampaignCompleteOptionsV2024AutoCompleteActionV2024 = exports.CampaignAllOfSourcesWithOrphanEntitlementsV2024TypeV2024 = exports.CampaignAllOfSearchCampaignInfoV2024TypeV2024 = exports.CampaignAllOfSearchCampaignInfoReviewerV2024TypeV2024 = exports.CampaignAllOfRoleCompositionCampaignInfoReviewerV2024TypeV2024 = exports.CampaignAllOfRoleCompositionCampaignInfoRemediatorRefV2024TypeV2024 = exports.CampaignAllOfMachineAccountCampaignInfoV2024ReviewerTypeV2024 = exports.CampaignAllOfFilterV2024TypeV2024 = exports.CampaignAlertV2024LevelV2024 = exports.CampaignActivatedCampaignV2024StatusV2024 = exports.CampaignActivatedCampaignV2024TypeV2024 = exports.BulkAddTaggedObjectV2024OperationV2024 = exports.BucketTypeV2024 = exports.BeforeProvisioningRuleDtoV2024TypeV2024 = exports.BaseAccessOwnerV2024TypeV2024 = exports.BackupResponseV2024CloudStorageStatusV2024 = exports.BackupResponseV2024HydrationStatusV2024 = exports.BackupResponseV2024BackupTypeV2024 = exports.BackupResponseV2024TypeV2024 = exports.BackupResponseV2024StatusV2024 = exports.BackupOptionsV2024IncludeTypesV2024 = exports.AuthUserV2024CapabilitiesV2024 = exports.AuthProfileV2024TypeV2024 = exports.AttributeMappingsAllOfTargetV2024TypeV2024 = exports.AttributeDefinitionTypeV2024 = exports.AttributeDefinitionSchemaV2024TypeV2024 = exports.AttrSyncSourceV2024TypeV2024 = exports.ApprovalV2024StatusV2024 = exports.ApprovalV2024ApprovalCriteriaV2024 = exports.ApprovalV2024PriorityV2024 = exports.ApprovalStatusV2024 = exports.ApprovalStatusDtoOriginalOwnerV2024TypeV2024 = exports.ApprovalStatusDtoCurrentOwnerV2024TypeV2024 = exports.ApprovalSchemeV2024 = exports.ApprovalSchemeForRoleV2024ApproverTypeV2024 = exports.ApprovalIdentityV2024TypeV2024 = exports.ApprovalCommentV2024ChangedToStatusV2024 = exports.AggregationTypeV2024 = exports.AdminReviewReassignReassignToV2024TypeV2024 = exports.AdditionalOwnerRefV2024TypeV2024 = exports.ActivityInsightsV2024UsageDaysStateV2024 = exports.AccountsCollectedForAggregationV2024StatusV2024 = exports.AccountsCollectedForAggregationSourceV2024TypeV2024 = exports.AccountV2024OriginV2024 = exports.AccountUncorrelatedSourceV2024TypeV2024 = exports.AccountUncorrelatedIdentityV2024TypeV2024 = exports.AccountUncorrelatedAccountV2024TypeV2024 = exports.AccountCorrelatedSourceV2024TypeV2024 = exports.AccountCorrelatedIdentityV2024TypeV2024 = exports.AccountCorrelatedAccountV2024TypeV2024 = void 0;
|
|
83
|
+
exports.DeleteSource202ResponseV2024TypeV2024 = exports.DateCompareV2024OperatorV2024 = exports.CustomPasswordInstructionV2024PageIdV2024 = exports.CriteriaTypeV2024 = exports.CreateFormInstanceRequestV2024StateV2024 = exports.CorrelationConfigAttributeAssignmentsInnerV2024MatchModeV2024 = exports.CorrelationConfigAttributeAssignmentsInnerV2024OperationV2024 = exports.CorrelatedGovernanceEventV2024TypeV2024 = exports.ConnectorRuleValidationResponseV2024StateV2024 = exports.ConnectorRuleUpdateRequestV2024TypeV2024 = exports.ConnectorRuleResponseV2024TypeV2024 = exports.ConnectorRuleCreateRequestV2024TypeV2024 = exports.ConnectorDetailV2024StatusV2024 = exports.ConnectedObjectTypeV2024 = exports.ConfigTypeEnumV2024 = exports.ConfigTypeEnumCamelV2024 = exports.ConditionRuleV2024ValueTypeV2024 = exports.ConditionRuleV2024OperatorV2024 = exports.ConditionRuleV2024SourceTypeV2024 = exports.ConditionEffectV2024EffectTypeV2024 = exports.CompletionStatusV2024 = exports.CompletedApprovalStateV2024 = exports.CommonAccessTypeV2024 = exports.CommonAccessItemStateV2024 = exports.CommentDtoAuthorV2024TypeV2024 = exports.CloseAccessRequestV2024CompletionStatusV2024 = exports.CloseAccessRequestV2024ExecutionStatusV2024 = exports.ClientTypeV2024 = exports.CertificationTaskV2024StatusV2024 = exports.CertificationTaskV2024TargetTypeV2024 = exports.CertificationTaskV2024TypeV2024 = exports.CertificationReferenceV2024TypeV2024 = exports.CertificationPhaseV2024 = exports.CertificationDecisionV2024 = exports.CampaignV2024MandatoryCommentRequirementV2024 = exports.CampaignV2024CorrelatedStatusV2024 = exports.CampaignV2024StatusV2024 = exports.CampaignV2024TypeV2024 = exports.CampaignTemplateOwnerRefV2024TypeV2024 = exports.CampaignReportV2024StatusV2024 = exports.CampaignReportV2024TypeV2024 = exports.CampaignReferenceV2024MandatoryCommentRequirementV2024 = exports.CampaignReferenceV2024CorrelatedStatusV2024 = exports.CampaignReferenceV2024CampaignTypeV2024 = exports.CampaignReferenceV2024TypeV2024 = exports.CampaignGeneratedCampaignV2024StatusV2024 = exports.CampaignGeneratedCampaignV2024TypeV2024 = exports.CampaignFilterDetailsV2024ModeV2024 = exports.CampaignEndedCampaignV2024StatusV2024 = exports.CampaignEndedCampaignV2024TypeV2024 = void 0;
|
|
84
|
+
exports.GetCampaign200ResponseV2024StatusV2024 = exports.GetCampaign200ResponseV2024TypeV2024 = exports.GetActiveCampaigns200ResponseInnerV2024MandatoryCommentRequirementV2024 = exports.GetActiveCampaigns200ResponseInnerV2024CorrelatedStatusV2024 = exports.GetActiveCampaigns200ResponseInnerV2024StatusV2024 = exports.GetActiveCampaigns200ResponseInnerV2024TypeV2024 = exports.FormUsedByV2024TypeV2024 = exports.FormOwnerV2024TypeV2024 = exports.FormInstanceResponseV2024StateV2024 = exports.FormInstanceRecipientV2024TypeV2024 = exports.FormInstanceCreatedByV2024TypeV2024 = exports.FormElementValidationsSetV2024ValidationTypeV2024 = exports.FormElementV2024ElementTypeV2024 = exports.FormElementDynamicDataSourceV2024DataSourceTypeV2024 = exports.FormElementDynamicDataSourceConfigV2024ObjectTypeV2024 = exports.FormElementDynamicDataSourceConfigV2024IndicesV2024 = exports.FormDefinitionSelfImportExportDtoV2024TypeV2024 = exports.FormDefinitionInputV2024TypeV2024 = exports.FormConditionV2024RuleOperatorV2024 = exports.FilterTypeV2024 = exports.FieldDetailsDtoV2024TypeV2024 = exports.FederationProtocolDetailsV2024RoleV2024 = exports.ExpressionV2024OperatorV2024 = exports.ExpressionChildrenInnerV2024OperatorV2024 = exports.ExportPayloadV2024IncludeTypesV2024 = exports.ExportPayloadV2024ExcludeTypesV2024 = exports.ExportOptionsV2024IncludeTypesV2024 = exports.ExportOptionsV2024ExcludeTypesV2024 = exports.ExportOptions1V2024IncludeTypesV2024 = exports.ExportOptions1V2024ExcludeTypesV2024 = exports.ExecutionStatusV2024 = exports.ExceptionCriteriaCriteriaListInnerV2024TypeV2024 = exports.EntitlementRefV2024TypeV2024 = exports.EntitlementOwnerV2024TypeV2024 = exports.EntitlementApprovalSchemeV2024ApproverTypeV2024 = exports.EmailStatusDtoV2024VerificationStatusV2024 = exports.DtoTypeV2024 = exports.DraftResponseV2024ApprovalStatusV2024 = exports.DraftResponseV2024ModeV2024 = exports.DraftResponseV2024TypeV2024 = exports.DraftResponseV2024StatusV2024 = exports.DocumentTypeV2024 = exports.DimensionRefV2024TypeV2024 = exports.DimensionMembershipSelectorTypeV2024 = exports.DimensionCriteriaOperationV2024 = exports.DimensionCriteriaKeyTypeV2024 = exports.DeployResponseV2024CloudStorageStatusV2024 = exports.DeployResponseV2024TypeV2024 = exports.DeployResponseV2024StatusV2024 = exports.DependantConnectionsMissingDtoV2024DependencyTypeV2024 = void 0;
|
|
85
|
+
exports.ManagedClusterEncryptionConfigV2024FormatV2024 = exports.ManagedClientV2024ProvisionStatusV2024 = exports.ManagedClientV2024ClusterTypeV2024 = exports.ManagedClientV2024StatusV2024 = exports.ManagedClientTypeV2024 = exports.ManagedClientStatusCodeV2024 = exports.MailFromAttributesV2024MailFromDomainStatusV2024 = exports.MachineClassificationCriteriaOperationV2024 = exports.MachineClassificationConfigV2024ClassificationMethodV2024 = exports.MachineAccountV2024ClassificationMethodV2024 = exports.LocaleOriginV2024 = exports.LoadUncorrelatedAccountsTaskTaskV2024CompletionStatusV2024 = exports.LoadUncorrelatedAccountsTaskTaskMessagesInnerV2024TypeV2024 = exports.LoadAccountsTaskTaskV2024CompletionStatusV2024 = exports.LoadAccountsTaskTaskMessagesInnerV2024TypeV2024 = exports.ListWorkgroupMembers200ResponseInnerV2024TypeV2024 = exports.ListFormInstancesByTenantResponseV2024StateV2024 = exports.LifecyclestateDeletedV2024TypeV2024 = exports.LauncherV2024TypeV2024 = exports.LauncherRequestV2024TypeV2024 = exports.LauncherRequestReferenceV2024TypeV2024 = exports.LauncherReferenceV2024TypeV2024 = exports.LatestOutlierSummaryV2024TypeV2024 = exports.JsonPatchOperationV2024OpV2024 = exports.JsonPatchOperationRoleMiningV2024OpV2024 = exports.InvocationStatusTypeV2024 = exports.IndexV2024 = exports.ImportOptionsV2024DefaultReferencesV2024 = exports.ImportOptionsV2024IncludeTypesV2024 = exports.ImportOptionsV2024ExcludeTypesV2024 = exports.ImportObjectV2024TypeV2024 = exports.IdpDetailsV2024RoleV2024 = exports.IdentityWithNewAccessAccessRefsInnerV2024TypeV2024 = exports.IdentityV2024IdentityStatusV2024 = exports.IdentityV2024ProcessingStateV2024 = exports.IdentitySyncJobV2024StatusV2024 = exports.IdentityProfileExportedObjectSelfV2024TypeV2024 = exports.IdentityProfileAllOfOwnerV2024TypeV2024 = exports.IdentityProfileAllOfAuthoritativeSourceV2024TypeV2024 = exports.IdentityPreviewResponseIdentityV2024TypeV2024 = exports.IdentityManagerRefV2024TypeV2024 = exports.IdentityDeletedIdentityV2024TypeV2024 = exports.IdentityCreatedIdentityV2024TypeV2024 = exports.IdentityAttributesChangedIdentityV2024TypeV2024 = exports.HttpDispatchModeV2024 = exports.HttpAuthenticationTypeV2024 = exports.GrantTypeV2024 = exports.GetHistoricalIdentityEvents200ResponseInnerV2024AccessItemTypeV2024 = exports.GetCampaign200ResponseV2024MandatoryCommentRequirementV2024 = exports.GetCampaign200ResponseV2024CorrelatedStatusV2024 = void 0;
|
|
86
|
+
exports.ProvisioningCompletedRequesterV2024TypeV2024 = exports.ProvisioningCompletedRecipientV2024TypeV2024 = exports.ProvisioningCompletedAccountRequestsInnerV2024ProvisioningResultV2024 = exports.ProvisioningCompletedAccountRequestsInnerSourceV2024TypeV2024 = exports.ProvisioningCompletedAccountRequestsInnerAttributeRequestsInnerV2024OperationV2024 = exports.ProductV2024OrgTypeV2024 = exports.PreApprovalTriggerDetailsV2024DecisionV2024 = exports.PendingApprovalOwnerV2024TypeV2024 = exports.PendingApprovalMaxPermittedAccessDurationV2024TimeUnitV2024 = exports.PendingApprovalActionV2024 = exports.PatOwnerV2024TypeV2024 = exports.PasswordStatusV2024StateV2024 = exports.PasswordChangeResponseV2024StateV2024 = exports.OwnerReferenceV2024TypeV2024 = exports.OwnerReferenceSegmentsV2024TypeV2024 = exports.OwnerDtoV2024TypeV2024 = exports.OutliersContributingFeatureAccessItemsV2024AccessTypeV2024 = exports.OutlierValueTypeV2024NameV2024 = exports.OutlierV2024UnignoreTypeV2024 = exports.OutlierV2024TypeV2024 = exports.OutlierSummaryV2024TypeV2024 = exports.OrphanIdentitiesReportArgumentsV2024SelectedFormatsV2024 = exports.OperationV2024 = exports.ObjectMappingResponseV2024ObjectTypeV2024 = exports.ObjectMappingRequestV2024ObjectTypeV2024 = exports.NonEmployeeSchemaAttributeTypeV2024 = exports.NonEmployeeIdentityDtoTypeV2024 = exports.NonEmployeeBulkUploadStatusV2024StatusV2024 = exports.NonEmployeeBulkUploadJobV2024StatusV2024 = exports.NativeChangeDetectionConfigV2024OperationsV2024 = exports.NamedConstructsV2024 = exports.MultiHostSourcesV2024StatusV2024 = exports.MultiHostSourcesV2024FeaturesV2024 = exports.MultiHostIntegrationsV2024ConnectionTypeV2024 = exports.MultiHostIntegrationsV2024StatusV2024 = exports.MultiHostIntegrationsV2024FeaturesV2024 = exports.MultiHostIntegrationsOwnerV2024TypeV2024 = exports.MultiHostIntegrationsConnectorAttributesV2024MultihostStatusV2024 = exports.MultiHostIntegrationsBeforeProvisioningRuleV2024TypeV2024 = exports.MfaConfigTestResponseV2024StateV2024 = exports.MetricTypeV2024 = exports.MembershipTypeV2024 = exports.MediumV2024 = exports.ManualWorkItemStateV2024 = exports.ManualWorkItemDetailsOriginalOwnerV2024TypeV2024 = exports.ManualWorkItemDetailsCurrentOwnerV2024TypeV2024 = exports.ManagedClusterV2024ConsolidatedHealthIndicatorsStatusV2024 = exports.ManagedClusterV2024StatusV2024 = exports.ManagedClusterUpdatePreferencesV2024UpdateStateV2024 = exports.ManagedClusterTypesV2024 = void 0;
|
|
87
|
+
exports.RoleMiningSessionScopingMethodV2024 = exports.RoleMiningRoleTypeV2024 = exports.RoleMiningPotentialRoleProvisionStateV2024 = exports.RoleMiningPotentialRoleExportStateV2024 = exports.RoleMetadataBulkUpdateByQueryRequestV2024ReplaceScopeV2024 = exports.RoleMetadataBulkUpdateByQueryRequestV2024OperationV2024 = exports.RoleMetadataBulkUpdateByIdRequestV2024ReplaceScopeV2024 = exports.RoleMetadataBulkUpdateByIdRequestV2024OperationV2024 = exports.RoleMetadataBulkUpdateByFilterRequestV2024ReplaceScopeV2024 = exports.RoleMetadataBulkUpdateByFilterRequestV2024OperationV2024 = exports.RoleMembershipSelectorTypeV2024 = exports.RoleInsightsResponseV2024StatusV2024 = exports.RoleGetAllBulkUpdateResponseV2024StatusV2024 = exports.RoleCriteriaOperationV2024 = exports.RoleCriteriaKeyTypeV2024 = exports.RoleBulkUpdateResponseV2024StatusV2024 = exports.RoleAssignmentSourceTypeV2024 = exports.RoleAssignmentDtoAssignerV2024TypeV2024 = exports.ReviewerV2024TypeV2024 = exports.ReviewableEntitlementAccountOwnerV2024TypeV2024 = exports.RequestedItemStatusV2024TypeV2024 = exports.RequestedItemStatusSodViolationContextV2024StateV2024 = exports.RequestedItemStatusRequestedForV2024TypeV2024 = exports.RequestedItemStatusRequestStateV2024 = exports.RequestedItemStatusPreApprovalTriggerDetailsV2024DecisionV2024 = exports.RequestedItemDtoRefV2024TypeV2024 = exports.RequestedItemDetailsV2024TypeV2024 = exports.RequestedItemAccountSelectionsV2024TypeV2024 = exports.RequestableObjectTypeV2024 = exports.RequestableObjectRequestStatusV2024 = exports.RequestableObjectReferenceV2024TypeV2024 = exports.ReportTypeV2024 = exports.ReportResultsV2024AvailableFormatsV2024 = exports.ReportResultsV2024StatusV2024 = exports.ReportResultsV2024ReportTypeV2024 = exports.ReportResultReferenceV2024StatusV2024 = exports.ReportResultReferenceV2024TypeV2024 = exports.ReportDetailsV2024ReportTypeV2024 = exports.ReportDetailsArgumentsV2024SelectedFormatsV2024 = exports.RecommendationV2024MethodV2024 = exports.RecommendationV2024TypeV2024 = exports.RecommendationResponseV2024RecommendationV2024 = exports.ReassignmentTypeV2024 = exports.ReassignmentTypeEnumV2024 = exports.ReassignmentReferenceV2024TypeV2024 = exports.ReassignReferenceV2024TypeV2024 = exports.QueryTypeV2024 = exports.PublicIdentityV2024IdentityStateV2024 = exports.ProvisioningStateV2024 = exports.ProvisioningCriteriaOperationV2024 = void 0;
|
|
88
|
+
exports.SourceUsageStatusV2024StatusV2024 = exports.SourceUpdatedActorV2024TypeV2024 = exports.SourceSyncJobV2024StatusV2024 = exports.SourceSchemasInnerV2024TypeV2024 = exports.SourceScheduleV2024TypeV2024 = exports.SourcePasswordPoliciesInnerV2024TypeV2024 = exports.SourceOwnerV2024TypeV2024 = exports.SourceManagerCorrelationRuleV2024TypeV2024 = exports.SourceManagementWorkgroupV2024TypeV2024 = exports.SourceHealthDtoV2024StatusV2024 = exports.SourceDeletedActorV2024TypeV2024 = exports.SourceCreatedActorV2024TypeV2024 = exports.SourceClusterV2024TypeV2024 = exports.SourceClusterDtoV2024TypeV2024 = exports.SourceBeforeProvisioningRuleV2024TypeV2024 = exports.SourceAccountCorrelationRuleV2024TypeV2024 = exports.SourceAccountCorrelationConfigV2024TypeV2024 = exports.SodViolationContextCheckCompletedV2024StateV2024 = exports.SodReportResultDtoV2024TypeV2024 = exports.SodRecipientV2024TypeV2024 = exports.SodPolicyV2024TypeV2024 = exports.SodPolicyV2024StateV2024 = exports.SodPolicyOwnerRefV2024TypeV2024 = exports.SodPolicyDtoV2024TypeV2024 = exports.SodPolicyDto1V2024TypeV2024 = exports.SlimCampaignV2024CorrelatedStatusV2024 = exports.SlimCampaignV2024StatusV2024 = exports.SlimCampaignV2024TypeV2024 = exports.ServiceProviderConfigurationFederationProtocolDetailsInnerV2024RoleV2024 = exports.ServiceDeskSourceV2024TypeV2024 = exports.SendTestNotificationRequestDtoV2024MediumV2024 = exports.SendAccountVerificationRequestV2024ViaV2024 = exports.SelfImportExportDtoV2024TypeV2024 = exports.SedAssigneeV2024TypeV2024 = exports.SearchScheduleRecipientsInnerV2024TypeV2024 = exports.SearchFilterTypeV2024 = exports.ScopeVisibilityTypeV2024 = exports.ScopeTypeV2024 = exports.SchemaV2024FeaturesV2024 = exports.ScheduledSearchAllOfOwnerV2024TypeV2024 = exports.ScheduledAttributesV2024FrequencyV2024 = exports.ScheduledActionResponseV2024JobTypeV2024 = exports.ScheduledActionPayloadV2024JobTypeV2024 = exports.ScheduleV2024TypeV2024 = exports.ScheduleTypeV2024 = exports.ScheduleMonthsV2024TypeV2024 = exports.ScheduleHoursV2024TypeV2024 = exports.ScheduleDaysV2024TypeV2024 = exports.Schedule1V2024TypeV2024 = exports.RoleMiningSessionStateV2024 = void 0;
|
|
89
|
+
exports.WorkItemTypeManualWorkItemsV2024 = exports.WorkItemStateV2024 = exports.WorkItemStateManualWorkItemsV2024 = exports.ViolationOwnerAssignmentConfigV2024AssignmentRuleV2024 = exports.ViolationOwnerAssignmentConfigOwnerRefV2024TypeV2024 = exports.ViolationContextPolicyV2024TypeV2024 = exports.VAClusterStatusChangeEventV2024TypeV2024 = exports.VAClusterStatusChangeEventPreviousHealthCheckResultV2024StatusV2024 = exports.VAClusterStatusChangeEventHealthCheckResultV2024StatusV2024 = exports.V3CreateConnectorDtoV2024StatusV2024 = exports.V3ConnectorDtoV2024StatusV2024 = exports.UsageTypeV2024 = exports.UpdateMultiHostSourcesRequestInnerV2024OpV2024 = exports.UpdateDetailV2024StatusV2024 = exports.UncorrelatedAccountsReportArgumentsV2024SelectedFormatsV2024 = exports.TriggerTypeV2024 = exports.TransformV2024TypeV2024 = exports.TransformReadV2024TypeV2024 = exports.TestSourceConnectionMultihost200ResponseV2024ResultTypeV2024 = exports.TemplateDtoV2024MediumV2024 = exports.TemplateDtoDefaultV2024MediumV2024 = exports.TemplateBulkDeleteDtoV2024MediumV2024 = exports.TaskStatusV2024CompletionStatusV2024 = exports.TaskStatusV2024TypeV2024 = exports.TaskStatusMessageV2024TypeV2024 = exports.TaskResultSimplifiedV2024CompletionStatusV2024 = exports.TaskResultDtoV2024TypeV2024 = exports.TaskResultDetailsV2024CompletionStatusV2024 = exports.TaskResultDetailsV2024ReportTypeV2024 = exports.TaskResultDetailsV2024TypeV2024 = exports.TaskResultDetailsMessagesInnerV2024TypeV2024 = exports.TargetV2024TypeV2024 = exports.TaggedObjectDtoV2024TypeV2024 = exports.TagTagCategoryRefsInnerV2024TypeV2024 = exports.SubscriptionTypeV2024 = exports.SubscriptionPatchRequestInnerV2024OpV2024 = exports.StatusResponseV2024StatusV2024 = exports.StandardLevelV2024 = exports.SpDetailsV2024RoleV2024 = exports.SpConfigRuleV2024ModesV2024 = exports.SpConfigJobV2024TypeV2024 = exports.SpConfigJobV2024StatusV2024 = exports.SpConfigImportJobStatusV2024TypeV2024 = exports.SpConfigImportJobStatusV2024StatusV2024 = exports.SpConfigExportJobV2024TypeV2024 = exports.SpConfigExportJobV2024StatusV2024 = exports.SpConfigExportJobStatusV2024TypeV2024 = exports.SpConfigExportJobStatusV2024StatusV2024 = exports.SourceV2024StatusV2024 = exports.SourceV2024FeaturesV2024 = void 0;
|
|
90
|
+
exports.ApplicationDiscoveryV2024ApiAxiosParamCreator = exports.ListAccountsDetailLevelV2024 = exports.AccountsV2024Api = exports.AccountsV2024ApiFactory = exports.AccountsV2024ApiFp = exports.AccountsV2024ApiAxiosParamCreator = exports.AccountUsagesV2024Api = exports.AccountUsagesV2024ApiFactory = exports.AccountUsagesV2024ApiFp = exports.AccountUsagesV2024ApiAxiosParamCreator = exports.AccountAggregationsV2024Api = exports.AccountAggregationsV2024ApiFactory = exports.AccountAggregationsV2024ApiFp = exports.AccountAggregationsV2024ApiAxiosParamCreator = exports.AccountActivitiesV2024Api = exports.AccountActivitiesV2024ApiFactory = exports.AccountActivitiesV2024ApiFp = exports.AccountActivitiesV2024ApiAxiosParamCreator = exports.AccessRequestsV2024Api = exports.AccessRequestsV2024ApiFactory = exports.AccessRequestsV2024ApiFp = exports.AccessRequestsV2024ApiAxiosParamCreator = exports.GetAccessRequestIdentityMetricsTypeV2024 = exports.AccessRequestIdentityMetricsV2024Api = exports.AccessRequestIdentityMetricsV2024ApiFactory = exports.AccessRequestIdentityMetricsV2024ApiFp = exports.AccessRequestIdentityMetricsV2024ApiAxiosParamCreator = exports.AccessRequestApprovalsV2024Api = exports.AccessRequestApprovalsV2024ApiFactory = exports.AccessRequestApprovalsV2024ApiFp = exports.AccessRequestApprovalsV2024ApiAxiosParamCreator = exports.AccessProfilesV2024Api = exports.AccessProfilesV2024ApiFactory = exports.AccessProfilesV2024ApiFp = exports.AccessProfilesV2024ApiAxiosParamCreator = exports.AccessModelMetadataV2024Api = exports.AccessModelMetadataV2024ApiFactory = exports.AccessModelMetadataV2024ApiFp = exports.AccessModelMetadataV2024ApiAxiosParamCreator = exports.WorkgroupDtoOwnerV2024TypeV2024 = exports.WorkgroupConnectionDtoV2024ConnectionTypeV2024 = exports.WorkflowTriggerV2024TypeV2024 = exports.WorkflowTriggerAttributesV2024FrequencyV2024 = exports.WorkflowModifiedByV2024TypeV2024 = exports.WorkflowLibraryTriggerV2024TypeV2024 = exports.WorkflowLibraryFormFieldsV2024TypeV2024 = exports.WorkflowExecutionV2024StatusV2024 = exports.WorkflowExecutionEventV2024TypeV2024 = exports.WorkflowBodyOwnerV2024TypeV2024 = exports.WorkflowAllOfCreatorV2024TypeV2024 = void 0;
|
|
91
|
+
exports.ConnectorCustomizersV2024ApiFactory = exports.ConnectorCustomizersV2024ApiFp = exports.ConnectorCustomizersV2024ApiAxiosParamCreator = exports.ConfigurationHubV2024Api = exports.ConfigurationHubV2024ApiFactory = exports.ConfigurationHubV2024ApiFp = exports.ConfigurationHubV2024ApiAxiosParamCreator = exports.CertificationsV2024Api = exports.CertificationsV2024ApiFactory = exports.CertificationsV2024ApiFp = exports.CertificationsV2024ApiAxiosParamCreator = exports.GetIdentityAccessSummariesTypeV2024 = exports.CertificationSummariesV2024Api = exports.CertificationSummariesV2024ApiFactory = exports.CertificationSummariesV2024ApiFp = exports.CertificationSummariesV2024ApiAxiosParamCreator = exports.GetCampaignDetailV2024 = exports.GetActiveCampaignsDetailV2024 = exports.CertificationCampaignsV2024Api = exports.CertificationCampaignsV2024ApiFactory = exports.CertificationCampaignsV2024ApiFp = exports.CertificationCampaignsV2024ApiAxiosParamCreator = exports.CertificationCampaignFiltersV2024Api = exports.CertificationCampaignFiltersV2024ApiFactory = exports.CertificationCampaignFiltersV2024ApiFp = exports.CertificationCampaignFiltersV2024ApiAxiosParamCreator = exports.BrandingV2024Api = exports.BrandingV2024ApiFactory = exports.BrandingV2024ApiFp = exports.BrandingV2024ApiAxiosParamCreator = exports.AuthUsersV2024Api = exports.AuthUsersV2024ApiFactory = exports.AuthUsersV2024ApiFp = exports.AuthUsersV2024ApiAxiosParamCreator = exports.AuthProfileV2024Api = exports.AuthProfileV2024ApiFactory = exports.AuthProfileV2024ApiFp = exports.AuthProfileV2024ApiAxiosParamCreator = exports.AppsV2024Api = exports.AppsV2024ApiFactory = exports.AppsV2024ApiFp = exports.AppsV2024ApiAxiosParamCreator = exports.ApprovalsV2024Api = exports.ApprovalsV2024ApiFactory = exports.ApprovalsV2024ApiFp = exports.ApprovalsV2024ApiAxiosParamCreator = exports.GetDiscoveredApplicationsDetailV2024 = exports.ApplicationDiscoveryV2024Api = exports.ApplicationDiscoveryV2024ApiFactory = exports.ApplicationDiscoveryV2024ApiFp = void 0;
|
|
92
|
+
exports.IAICommonAccessV2024ApiFactory = exports.IAICommonAccessV2024ApiFp = exports.IAICommonAccessV2024ApiAxiosParamCreator = exports.IAIAccessRequestRecommendationsV2024Api = exports.IAIAccessRequestRecommendationsV2024ApiFactory = exports.IAIAccessRequestRecommendationsV2024ApiFp = exports.IAIAccessRequestRecommendationsV2024ApiAxiosParamCreator = exports.GovernanceGroupsV2024Api = exports.GovernanceGroupsV2024ApiFactory = exports.GovernanceGroupsV2024ApiFp = exports.GovernanceGroupsV2024ApiAxiosParamCreator = exports.GlobalTenantSecuritySettingsV2024Api = exports.GlobalTenantSecuritySettingsV2024ApiFactory = exports.GlobalTenantSecuritySettingsV2024ApiFp = exports.GlobalTenantSecuritySettingsV2024ApiAxiosParamCreator = exports.EntitlementsV2024Api = exports.EntitlementsV2024ApiFactory = exports.EntitlementsV2024ApiFp = exports.EntitlementsV2024ApiAxiosParamCreator = exports.DimensionsV2024Api = exports.DimensionsV2024ApiFactory = exports.DimensionsV2024ApiFp = exports.DimensionsV2024ApiAxiosParamCreator = exports.DataSegmentationV2024Api = exports.DataSegmentationV2024ApiFactory = exports.DataSegmentationV2024ApiFp = exports.DataSegmentationV2024ApiAxiosParamCreator = exports.GetCustomPasswordInstructionsPageIdV2024 = exports.DeleteCustomPasswordInstructionsPageIdV2024 = exports.CustomPasswordInstructionsV2024Api = exports.CustomPasswordInstructionsV2024ApiFactory = exports.CustomPasswordInstructionsV2024ApiFp = exports.CustomPasswordInstructionsV2024ApiAxiosParamCreator = exports.CustomFormsV2024Api = exports.CustomFormsV2024ApiFactory = exports.CustomFormsV2024ApiFp = exports.CustomFormsV2024ApiAxiosParamCreator = exports.PutConnectorTranslationsLocaleV2024 = exports.GetConnectorTranslationsLocaleV2024 = exports.GetConnectorListLocaleV2024 = exports.GetConnectorLocaleV2024 = exports.ConnectorsV2024Api = exports.ConnectorsV2024ApiFactory = exports.ConnectorsV2024ApiFp = exports.ConnectorsV2024ApiAxiosParamCreator = exports.ConnectorRuleManagementV2024Api = exports.ConnectorRuleManagementV2024ApiFactory = exports.ConnectorRuleManagementV2024ApiFp = exports.ConnectorRuleManagementV2024ApiAxiosParamCreator = exports.ConnectorCustomizersV2024Api = void 0;
|
|
93
|
+
exports.IdentityProfilesV2024Api = exports.IdentityProfilesV2024ApiFactory = exports.IdentityProfilesV2024ApiFp = exports.IdentityProfilesV2024ApiAxiosParamCreator = exports.ListIdentitySnapshotsIntervalV2024 = exports.ListIdentityAccessItemsTypeV2024 = exports.GetIdentitySnapshotSummaryIntervalV2024 = exports.CompareIdentitySnapshotsAccessTypeAccessTypeV2024 = exports.IdentityHistoryV2024Api = exports.IdentityHistoryV2024ApiFactory = exports.IdentityHistoryV2024ApiFp = exports.IdentityHistoryV2024ApiAxiosParamCreator = exports.IdentityAttributesV2024Api = exports.IdentityAttributesV2024ApiFactory = exports.IdentityAttributesV2024ApiFp = exports.IdentityAttributesV2024ApiAxiosParamCreator = exports.ListIdentitiesDefaultFilterV2024 = exports.IdentitiesV2024Api = exports.IdentitiesV2024ApiFactory = exports.IdentitiesV2024ApiFp = exports.IdentitiesV2024ApiAxiosParamCreator = exports.SetIconObjectTypeV2024 = exports.DeleteIconObjectTypeV2024 = exports.IconsV2024Api = exports.IconsV2024ApiFactory = exports.IconsV2024ApiFp = exports.IconsV2024ApiAxiosParamCreator = exports.IAIRoleMiningV2024Api = exports.IAIRoleMiningV2024ApiFactory = exports.IAIRoleMiningV2024ApiFp = exports.IAIRoleMiningV2024ApiAxiosParamCreator = exports.IAIRecommendationsV2024Api = exports.IAIRecommendationsV2024ApiFactory = exports.IAIRecommendationsV2024ApiFp = exports.IAIRecommendationsV2024ApiAxiosParamCreator = exports.GetPeerGroupOutliersStrategyV2024 = exports.IAIPeerGroupStrategiesV2024Api = exports.IAIPeerGroupStrategiesV2024ApiFactory = exports.IAIPeerGroupStrategiesV2024ApiFp = exports.IAIPeerGroupStrategiesV2024ApiAxiosParamCreator = exports.ListOutliersContributingFeatureAccessItemsContributingFeatureNameV2024 = exports.GetLatestIdentityOutlierSnapshotsTypeV2024 = exports.GetIdentityOutliersTypeV2024 = exports.GetIdentityOutlierSnapshotsTypeV2024 = exports.ExportOutliersZipTypeV2024 = exports.IAIOutliersV2024Api = exports.IAIOutliersV2024ApiFactory = exports.IAIOutliersV2024ApiFp = exports.IAIOutliersV2024ApiAxiosParamCreator = exports.IAICommonAccessV2024Api = void 0;
|
|
94
|
+
exports.MultiHostIntegrationV2024Api = exports.MultiHostIntegrationV2024ApiFactory = exports.MultiHostIntegrationV2024ApiFp = exports.MultiHostIntegrationV2024ApiAxiosParamCreator = exports.ManagedClustersV2024Api = exports.ManagedClustersV2024ApiFactory = exports.ManagedClustersV2024ApiFp = exports.ManagedClustersV2024ApiAxiosParamCreator = exports.ManagedClusterTypesV2024Api = exports.ManagedClusterTypesV2024ApiFactory = exports.ManagedClusterTypesV2024ApiFp = exports.ManagedClusterTypesV2024ApiAxiosParamCreator = exports.ManagedClientsV2024Api = exports.ManagedClientsV2024ApiFactory = exports.ManagedClientsV2024ApiFp = exports.ManagedClientsV2024ApiAxiosParamCreator = exports.MachineIdentitiesV2024Api = exports.MachineIdentitiesV2024ApiFactory = exports.MachineIdentitiesV2024ApiFp = exports.MachineIdentitiesV2024ApiAxiosParamCreator = exports.MachineClassificationConfigV2024Api = exports.MachineClassificationConfigV2024ApiFactory = exports.MachineClassificationConfigV2024ApiFp = exports.MachineClassificationConfigV2024ApiAxiosParamCreator = exports.MachineAccountsV2024Api = exports.MachineAccountsV2024ApiFactory = exports.MachineAccountsV2024ApiFp = exports.MachineAccountsV2024ApiAxiosParamCreator = exports.MachineAccountMappingsV2024Api = exports.MachineAccountMappingsV2024ApiFactory = exports.MachineAccountMappingsV2024ApiFp = exports.MachineAccountMappingsV2024ApiAxiosParamCreator = exports.SendClassifyMachineAccountClassificationModeV2024 = exports.MachineAccountClassifyV2024Api = exports.MachineAccountClassifyV2024ApiFactory = exports.MachineAccountClassifyV2024ApiFp = exports.MachineAccountClassifyV2024ApiAxiosParamCreator = exports.TestMFAConfigMethodV2024 = exports.MFAConfigurationV2024Api = exports.MFAConfigurationV2024ApiFactory = exports.MFAConfigurationV2024ApiFp = exports.MFAConfigurationV2024ApiAxiosParamCreator = exports.LifecycleStatesV2024Api = exports.LifecycleStatesV2024ApiFactory = exports.LifecycleStatesV2024ApiFp = exports.LifecycleStatesV2024ApiAxiosParamCreator = exports.LaunchersV2024Api = exports.LaunchersV2024ApiFactory = exports.LaunchersV2024ApiFp = exports.LaunchersV2024ApiAxiosParamCreator = void 0;
|
|
95
|
+
exports.ReportsDataExtractionV2024ApiFp = exports.ReportsDataExtractionV2024ApiAxiosParamCreator = exports.PublicIdentitiesConfigV2024Api = exports.PublicIdentitiesConfigV2024ApiFactory = exports.PublicIdentitiesConfigV2024ApiFp = exports.PublicIdentitiesConfigV2024ApiAxiosParamCreator = exports.PublicIdentitiesV2024Api = exports.PublicIdentitiesV2024ApiFactory = exports.PublicIdentitiesV2024ApiFp = exports.PublicIdentitiesV2024ApiAxiosParamCreator = exports.PersonalAccessTokensV2024Api = exports.PersonalAccessTokensV2024ApiFactory = exports.PersonalAccessTokensV2024ApiFp = exports.PersonalAccessTokensV2024ApiAxiosParamCreator = exports.PasswordSyncGroupsV2024Api = exports.PasswordSyncGroupsV2024ApiFactory = exports.PasswordSyncGroupsV2024ApiFp = exports.PasswordSyncGroupsV2024ApiAxiosParamCreator = exports.PasswordPoliciesV2024Api = exports.PasswordPoliciesV2024ApiFactory = exports.PasswordPoliciesV2024ApiFp = exports.PasswordPoliciesV2024ApiAxiosParamCreator = exports.PasswordManagementV2024Api = exports.PasswordManagementV2024ApiFactory = exports.PasswordManagementV2024ApiFp = exports.PasswordManagementV2024ApiAxiosParamCreator = exports.PasswordDictionaryV2024Api = exports.PasswordDictionaryV2024ApiFactory = exports.PasswordDictionaryV2024ApiFp = exports.PasswordDictionaryV2024ApiAxiosParamCreator = exports.PasswordConfigurationV2024Api = exports.PasswordConfigurationV2024ApiFactory = exports.PasswordConfigurationV2024ApiFp = exports.PasswordConfigurationV2024ApiAxiosParamCreator = exports.OrgConfigV2024Api = exports.OrgConfigV2024ApiFactory = exports.OrgConfigV2024ApiFp = exports.OrgConfigV2024ApiAxiosParamCreator = exports.OAuthClientsV2024Api = exports.OAuthClientsV2024ApiFactory = exports.OAuthClientsV2024ApiFp = exports.OAuthClientsV2024ApiAxiosParamCreator = exports.NotificationsV2024Api = exports.NotificationsV2024ApiFactory = exports.NotificationsV2024ApiFp = exports.NotificationsV2024ApiAxiosParamCreator = exports.NonEmployeeLifecycleManagementV2024Api = exports.NonEmployeeLifecycleManagementV2024ApiFactory = exports.NonEmployeeLifecycleManagementV2024ApiFp = exports.NonEmployeeLifecycleManagementV2024ApiAxiosParamCreator = void 0;
|
|
96
|
+
exports.SegmentsV2024ApiAxiosParamCreator = exports.SearchAttributeConfigurationV2024Api = exports.SearchAttributeConfigurationV2024ApiFactory = exports.SearchAttributeConfigurationV2024ApiFp = exports.SearchAttributeConfigurationV2024ApiAxiosParamCreator = exports.SearchGetIndexV2024 = exports.SearchV2024Api = exports.SearchV2024ApiFactory = exports.SearchV2024ApiFp = exports.SearchV2024ApiAxiosParamCreator = exports.ScheduledSearchV2024Api = exports.ScheduledSearchV2024ApiFactory = exports.ScheduledSearchV2024ApiFp = exports.ScheduledSearchV2024ApiAxiosParamCreator = exports.SavedSearchV2024Api = exports.SavedSearchV2024ApiFactory = exports.SavedSearchV2024ApiFp = exports.SavedSearchV2024ApiAxiosParamCreator = exports.SPConfigV2024Api = exports.SPConfigV2024ApiFactory = exports.SPConfigV2024ApiFp = exports.SPConfigV2024ApiAxiosParamCreator = exports.SODViolationsV2024Api = exports.SODViolationsV2024ApiFactory = exports.SODViolationsV2024ApiFp = exports.SODViolationsV2024ApiAxiosParamCreator = exports.SODPoliciesV2024Api = exports.SODPoliciesV2024ApiFactory = exports.SODPoliciesV2024ApiFp = exports.SODPoliciesV2024ApiAxiosParamCreator = exports.SIMIntegrationsV2024Api = exports.SIMIntegrationsV2024ApiFactory = exports.SIMIntegrationsV2024ApiFp = exports.SIMIntegrationsV2024ApiAxiosParamCreator = exports.RolesV2024Api = exports.RolesV2024ApiFactory = exports.RolesV2024ApiFp = exports.RolesV2024ApiAxiosParamCreator = exports.RoleInsightsV2024Api = exports.RoleInsightsV2024ApiFactory = exports.RoleInsightsV2024ApiFp = exports.RoleInsightsV2024ApiAxiosParamCreator = exports.ListRequestableObjectsTypesV2024 = exports.RequestableObjectsV2024Api = exports.RequestableObjectsV2024ApiFactory = exports.RequestableObjectsV2024ApiFp = exports.RequestableObjectsV2024ApiAxiosParamCreator = exports.GetReportFileFormatV2024 = exports.ReportsDataExtractionV2024Api = exports.ReportsDataExtractionV2024ApiFactory = void 0;
|
|
97
|
+
exports.TransformsV2024ApiFp = exports.TransformsV2024ApiAxiosParamCreator = exports.TenantContextV2024Api = exports.TenantContextV2024ApiFactory = exports.TenantContextV2024ApiFp = exports.TenantContextV2024ApiAxiosParamCreator = exports.TenantV2024Api = exports.TenantV2024ApiFactory = exports.TenantV2024ApiFp = exports.TenantV2024ApiAxiosParamCreator = exports.TaskManagementV2024Api = exports.TaskManagementV2024ApiFactory = exports.TaskManagementV2024ApiFp = exports.TaskManagementV2024ApiAxiosParamCreator = exports.TagsV2024Api = exports.TagsV2024ApiFactory = exports.TagsV2024ApiFp = exports.TagsV2024ApiAxiosParamCreator = exports.PutTaggedObjectTypeV2024 = exports.ListTaggedObjectsByTypeTypeV2024 = exports.GetTaggedObjectTypeV2024 = exports.DeleteTaggedObjectTypeV2024 = exports.TaggedObjectsV2024Api = exports.TaggedObjectsV2024ApiFactory = exports.TaggedObjectsV2024ApiFp = exports.TaggedObjectsV2024ApiAxiosParamCreator = exports.SuggestedEntitlementDescriptionV2024Api = exports.SuggestedEntitlementDescriptionV2024ApiFactory = exports.SuggestedEntitlementDescriptionV2024ApiFp = exports.SuggestedEntitlementDescriptionV2024ApiAxiosParamCreator = exports.UpdateSourceScheduleScheduleTypeV2024 = exports.GetSourceSchemasIncludeTypesV2024 = exports.GetSourceScheduleScheduleTypeV2024 = exports.GetSourceConfigLocaleV2024 = exports.DeleteSourceScheduleScheduleTypeV2024 = exports.SourcesV2024Api = exports.SourcesV2024ApiFactory = exports.SourcesV2024ApiFp = exports.SourcesV2024ApiAxiosParamCreator = exports.SourceUsagesV2024Api = exports.SourceUsagesV2024ApiFactory = exports.SourceUsagesV2024ApiFp = exports.SourceUsagesV2024ApiAxiosParamCreator = exports.ServiceDeskIntegrationV2024Api = exports.ServiceDeskIntegrationV2024ApiFactory = exports.ServiceDeskIntegrationV2024ApiFp = exports.ServiceDeskIntegrationV2024ApiAxiosParamCreator = exports.SegmentsV2024Api = exports.SegmentsV2024ApiFactory = exports.SegmentsV2024ApiFp = void 0;
|
|
98
|
+
exports.WorkflowsV2024Api = exports.WorkflowsV2024ApiFactory = exports.WorkflowsV2024ApiFp = exports.WorkflowsV2024ApiAxiosParamCreator = exports.WorkReassignmentV2024Api = exports.WorkReassignmentV2024ApiFactory = exports.WorkReassignmentV2024ApiFp = exports.WorkReassignmentV2024ApiAxiosParamCreator = exports.WorkItemsV2024Api = exports.WorkItemsV2024ApiFactory = exports.WorkItemsV2024ApiFp = exports.WorkItemsV2024ApiAxiosParamCreator = exports.UIMetadataV2024Api = exports.UIMetadataV2024ApiFactory = exports.UIMetadataV2024ApiFp = exports.UIMetadataV2024ApiAxiosParamCreator = exports.TriggersV2024Api = exports.TriggersV2024ApiFactory = exports.TriggersV2024ApiFp = exports.TriggersV2024ApiAxiosParamCreator = exports.TransformsV2024Api = exports.TransformsV2024ApiFactory = void 0;
|
|
99
99
|
var axios_1 = __importDefault(require("axios"));
|
|
100
100
|
// Some imports not used depending on template conditions
|
|
101
101
|
// @ts-ignore
|
|
@@ -388,6 +388,10 @@ exports.ActivityInsightsV2024UsageDaysStateV2024 = {
|
|
|
388
388
|
Complete: 'COMPLETE',
|
|
389
389
|
Unknown: 'UNKNOWN'
|
|
390
390
|
};
|
|
391
|
+
exports.AdditionalOwnerRefV2024TypeV2024 = {
|
|
392
|
+
Identity: 'IDENTITY',
|
|
393
|
+
GovernanceGroup: 'GOVERNANCE_GROUP'
|
|
394
|
+
};
|
|
391
395
|
exports.AdminReviewReassignReassignToV2024TypeV2024 = {
|
|
392
396
|
Identity: 'IDENTITY'
|
|
393
397
|
};
|
|
@@ -4796,7 +4800,7 @@ var AccessProfilesV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
4796
4800
|
});
|
|
4797
4801
|
},
|
|
4798
4802
|
/**
|
|
4799
|
-
* This API updates an existing Access Profile. The following fields are patchable: **name** **description** **enabled** **owner** **requestable** **accessRequestConfig** **revokeRequestConfig** **segments** **entitlements** **provisioningCriteria** **source** (must be updated with entitlements belonging to new source in the same API call) If you need to change the `source` of the access profile, you can do so only if you update the `entitlements` in the same API call. The new entitlements can only come from the target source that you want to change to. Look for the example \"Replace Source\" in the examples dropdown. A user with SOURCE_SUBADMIN may only use this API to patch Access Profiles which are associated with Sources they are able to administer. > The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles, however, any new access profiles as well as any updates to existing descriptions will be limited to 2000 characters. > You can only add or replace **entitlements** that exist on the source that the access profile is attached to. You can use the **list entitlements** endpoint with the **filters** query parameter to get a list of available entitlements on the access profile\'s source.
|
|
4803
|
+
* This API updates an existing Access Profile. The following fields are patchable: **name** **description** **enabled** **owner** **additionalOwners** **requestable** **accessRequestConfig** **revokeRequestConfig** **segments** **entitlements** **provisioningCriteria** **source** (must be updated with entitlements belonging to new source in the same API call) If you need to change the `source` of the access profile, you can do so only if you update the `entitlements` in the same API call. The new entitlements can only come from the target source that you want to change to. Look for the example \"Replace Source\" in the examples dropdown. A user with SOURCE_SUBADMIN may only use this API to patch Access Profiles which are associated with Sources they are able to administer. > The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles, however, any new access profiles as well as any updates to existing descriptions will be limited to 2000 characters. > You can only add or replace **entitlements** that exist on the source that the access profile is attached to. You can use the **list entitlements** endpoint with the **filters** query parameter to get a list of available entitlements on the access profile\'s source.
|
|
4800
4804
|
* @summary Patch a specified access profile
|
|
4801
4805
|
* @param {string} id ID of the Access Profile to patch
|
|
4802
4806
|
* @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024
|
|
@@ -5075,7 +5079,7 @@ var AccessProfilesV2024ApiFp = function (configuration) {
|
|
|
5075
5079
|
});
|
|
5076
5080
|
},
|
|
5077
5081
|
/**
|
|
5078
|
-
* This API updates an existing Access Profile. The following fields are patchable: **name** **description** **enabled** **owner** **requestable** **accessRequestConfig** **revokeRequestConfig** **segments** **entitlements** **provisioningCriteria** **source** (must be updated with entitlements belonging to new source in the same API call) If you need to change the `source` of the access profile, you can do so only if you update the `entitlements` in the same API call. The new entitlements can only come from the target source that you want to change to. Look for the example \"Replace Source\" in the examples dropdown. A user with SOURCE_SUBADMIN may only use this API to patch Access Profiles which are associated with Sources they are able to administer. > The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles, however, any new access profiles as well as any updates to existing descriptions will be limited to 2000 characters. > You can only add or replace **entitlements** that exist on the source that the access profile is attached to. You can use the **list entitlements** endpoint with the **filters** query parameter to get a list of available entitlements on the access profile\'s source.
|
|
5082
|
+
* This API updates an existing Access Profile. The following fields are patchable: **name** **description** **enabled** **owner** **additionalOwners** **requestable** **accessRequestConfig** **revokeRequestConfig** **segments** **entitlements** **provisioningCriteria** **source** (must be updated with entitlements belonging to new source in the same API call) If you need to change the `source` of the access profile, you can do so only if you update the `entitlements` in the same API call. The new entitlements can only come from the target source that you want to change to. Look for the example \"Replace Source\" in the examples dropdown. A user with SOURCE_SUBADMIN may only use this API to patch Access Profiles which are associated with Sources they are able to administer. > The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles, however, any new access profiles as well as any updates to existing descriptions will be limited to 2000 characters. > You can only add or replace **entitlements** that exist on the source that the access profile is attached to. You can use the **list entitlements** endpoint with the **filters** query parameter to get a list of available entitlements on the access profile\'s source.
|
|
5079
5083
|
* @summary Patch a specified access profile
|
|
5080
5084
|
* @param {string} id ID of the Access Profile to patch
|
|
5081
5085
|
* @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024
|
|
@@ -5194,7 +5198,7 @@ var AccessProfilesV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
5194
5198
|
return localVarFp.listAccessProfiles(requestParameters.forSubadmin, requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, requestParameters.forSegmentIds, requestParameters.includeUnsegmented, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
5195
5199
|
},
|
|
5196
5200
|
/**
|
|
5197
|
-
* This API updates an existing Access Profile. The following fields are patchable: **name** **description** **enabled** **owner** **requestable** **accessRequestConfig** **revokeRequestConfig** **segments** **entitlements** **provisioningCriteria** **source** (must be updated with entitlements belonging to new source in the same API call) If you need to change the `source` of the access profile, you can do so only if you update the `entitlements` in the same API call. The new entitlements can only come from the target source that you want to change to. Look for the example \"Replace Source\" in the examples dropdown. A user with SOURCE_SUBADMIN may only use this API to patch Access Profiles which are associated with Sources they are able to administer. > The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles, however, any new access profiles as well as any updates to existing descriptions will be limited to 2000 characters. > You can only add or replace **entitlements** that exist on the source that the access profile is attached to. You can use the **list entitlements** endpoint with the **filters** query parameter to get a list of available entitlements on the access profile\'s source.
|
|
5201
|
+
* This API updates an existing Access Profile. The following fields are patchable: **name** **description** **enabled** **owner** **additionalOwners** **requestable** **accessRequestConfig** **revokeRequestConfig** **segments** **entitlements** **provisioningCriteria** **source** (must be updated with entitlements belonging to new source in the same API call) If you need to change the `source` of the access profile, you can do so only if you update the `entitlements` in the same API call. The new entitlements can only come from the target source that you want to change to. Look for the example \"Replace Source\" in the examples dropdown. A user with SOURCE_SUBADMIN may only use this API to patch Access Profiles which are associated with Sources they are able to administer. > The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles, however, any new access profiles as well as any updates to existing descriptions will be limited to 2000 characters. > You can only add or replace **entitlements** that exist on the source that the access profile is attached to. You can use the **list entitlements** endpoint with the **filters** query parameter to get a list of available entitlements on the access profile\'s source.
|
|
5198
5202
|
* @summary Patch a specified access profile
|
|
5199
5203
|
* @param {AccessProfilesV2024ApiPatchAccessProfileRequest} requestParameters Request parameters.
|
|
5200
5204
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -5301,7 +5305,7 @@ var AccessProfilesV2024Api = /** @class */ (function (_super) {
|
|
|
5301
5305
|
return (0, exports.AccessProfilesV2024ApiFp)(this.configuration).listAccessProfiles(requestParameters.forSubadmin, requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, requestParameters.forSegmentIds, requestParameters.includeUnsegmented, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
5302
5306
|
};
|
|
5303
5307
|
/**
|
|
5304
|
-
* This API updates an existing Access Profile. The following fields are patchable: **name** **description** **enabled** **owner** **requestable** **accessRequestConfig** **revokeRequestConfig** **segments** **entitlements** **provisioningCriteria** **source** (must be updated with entitlements belonging to new source in the same API call) If you need to change the `source` of the access profile, you can do so only if you update the `entitlements` in the same API call. The new entitlements can only come from the target source that you want to change to. Look for the example \"Replace Source\" in the examples dropdown. A user with SOURCE_SUBADMIN may only use this API to patch Access Profiles which are associated with Sources they are able to administer. > The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles, however, any new access profiles as well as any updates to existing descriptions will be limited to 2000 characters. > You can only add or replace **entitlements** that exist on the source that the access profile is attached to. You can use the **list entitlements** endpoint with the **filters** query parameter to get a list of available entitlements on the access profile\'s source.
|
|
5308
|
+
* This API updates an existing Access Profile. The following fields are patchable: **name** **description** **enabled** **owner** **additionalOwners** **requestable** **accessRequestConfig** **revokeRequestConfig** **segments** **entitlements** **provisioningCriteria** **source** (must be updated with entitlements belonging to new source in the same API call) If you need to change the `source` of the access profile, you can do so only if you update the `entitlements` in the same API call. The new entitlements can only come from the target source that you want to change to. Look for the example \"Replace Source\" in the examples dropdown. A user with SOURCE_SUBADMIN may only use this API to patch Access Profiles which are associated with Sources they are able to administer. > The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles, however, any new access profiles as well as any updates to existing descriptions will be limited to 2000 characters. > You can only add or replace **entitlements** that exist on the source that the access profile is attached to. You can use the **list entitlements** endpoint with the **filters** query parameter to get a list of available entitlements on the access profile\'s source.
|
|
5305
5309
|
* @summary Patch a specified access profile
|
|
5306
5310
|
* @param {AccessProfilesV2024ApiPatchAccessProfileRequest} requestParameters Request parameters.
|
|
5307
5311
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -62661,7 +62665,7 @@ var RolesV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
62661
62665
|
});
|
|
62662
62666
|
},
|
|
62663
62667
|
/**
|
|
62664
|
-
* This API updates an existing role using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: * name * description * enabled * owner * accessProfiles * entitlements * membership * requestable * accessRequestConfig * revokeRequestConfig * segments * accessModelMetadata A token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this API. In addition, a token with ROLE_SUBADMIN authority may only call this API if all access profiles included in the role are associated to Sources with management workgroups of which the ROLE_SUBADMIN is a member. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing roles, however, any new roles as well as any updates to existing descriptions will be limited to 2000 characters. When you use this API to modify a role\'s membership identities, you can only modify up to a limit of 500 membership identities at a time.
|
|
62668
|
+
* This API updates an existing role using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: * name * description * enabled * owner * additionalOwners * accessProfiles * entitlements * membership * requestable * accessRequestConfig * revokeRequestConfig * segments * accessModelMetadata A token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this API. In addition, a token with ROLE_SUBADMIN authority may only call this API if all access profiles included in the role are associated to Sources with management workgroups of which the ROLE_SUBADMIN is a member. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing roles, however, any new roles as well as any updates to existing descriptions will be limited to 2000 characters. When you use this API to modify a role\'s membership identities, you can only modify up to a limit of 500 membership identities at a time.
|
|
62665
62669
|
* @summary Patch a specified role
|
|
62666
62670
|
* @param {string} id ID of the Role to patch
|
|
62667
62671
|
* @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024
|
|
@@ -63281,7 +63285,7 @@ var RolesV2024ApiFp = function (configuration) {
|
|
|
63281
63285
|
});
|
|
63282
63286
|
},
|
|
63283
63287
|
/**
|
|
63284
|
-
* This API updates an existing role using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: * name * description * enabled * owner * accessProfiles * entitlements * membership * requestable * accessRequestConfig * revokeRequestConfig * segments * accessModelMetadata A token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this API. In addition, a token with ROLE_SUBADMIN authority may only call this API if all access profiles included in the role are associated to Sources with management workgroups of which the ROLE_SUBADMIN is a member. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing roles, however, any new roles as well as any updates to existing descriptions will be limited to 2000 characters. When you use this API to modify a role\'s membership identities, you can only modify up to a limit of 500 membership identities at a time.
|
|
63288
|
+
* This API updates an existing role using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: * name * description * enabled * owner * additionalOwners * accessProfiles * entitlements * membership * requestable * accessRequestConfig * revokeRequestConfig * segments * accessModelMetadata A token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this API. In addition, a token with ROLE_SUBADMIN authority may only call this API if all access profiles included in the role are associated to Sources with management workgroups of which the ROLE_SUBADMIN is a member. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing roles, however, any new roles as well as any updates to existing descriptions will be limited to 2000 characters. When you use this API to modify a role\'s membership identities, you can only modify up to a limit of 500 membership identities at a time.
|
|
63285
63289
|
* @summary Patch a specified role
|
|
63286
63290
|
* @param {string} id ID of the Role to patch
|
|
63287
63291
|
* @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024
|
|
@@ -63539,7 +63543,7 @@ var RolesV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
63539
63543
|
return localVarFp.listRoles(requestParameters.forSubadmin, requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, requestParameters.forSegmentIds, requestParameters.includeUnsegmented, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
63540
63544
|
},
|
|
63541
63545
|
/**
|
|
63542
|
-
* This API updates an existing role using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: * name * description * enabled * owner * accessProfiles * entitlements * membership * requestable * accessRequestConfig * revokeRequestConfig * segments * accessModelMetadata A token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this API. In addition, a token with ROLE_SUBADMIN authority may only call this API if all access profiles included in the role are associated to Sources with management workgroups of which the ROLE_SUBADMIN is a member. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing roles, however, any new roles as well as any updates to existing descriptions will be limited to 2000 characters. When you use this API to modify a role\'s membership identities, you can only modify up to a limit of 500 membership identities at a time.
|
|
63546
|
+
* This API updates an existing role using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: * name * description * enabled * owner * additionalOwners * accessProfiles * entitlements * membership * requestable * accessRequestConfig * revokeRequestConfig * segments * accessModelMetadata A token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this API. In addition, a token with ROLE_SUBADMIN authority may only call this API if all access profiles included in the role are associated to Sources with management workgroups of which the ROLE_SUBADMIN is a member. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing roles, however, any new roles as well as any updates to existing descriptions will be limited to 2000 characters. When you use this API to modify a role\'s membership identities, you can only modify up to a limit of 500 membership identities at a time.
|
|
63543
63547
|
* @summary Patch a specified role
|
|
63544
63548
|
* @param {RolesV2024ApiPatchRoleRequest} requestParameters Request parameters.
|
|
63545
63549
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -63734,7 +63738,7 @@ var RolesV2024Api = /** @class */ (function (_super) {
|
|
|
63734
63738
|
return (0, exports.RolesV2024ApiFp)(this.configuration).listRoles(requestParameters.forSubadmin, requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, requestParameters.forSegmentIds, requestParameters.includeUnsegmented, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
63735
63739
|
};
|
|
63736
63740
|
/**
|
|
63737
|
-
* This API updates an existing role using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: * name * description * enabled * owner * accessProfiles * entitlements * membership * requestable * accessRequestConfig * revokeRequestConfig * segments * accessModelMetadata A token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this API. In addition, a token with ROLE_SUBADMIN authority may only call this API if all access profiles included in the role are associated to Sources with management workgroups of which the ROLE_SUBADMIN is a member. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing roles, however, any new roles as well as any updates to existing descriptions will be limited to 2000 characters. When you use this API to modify a role\'s membership identities, you can only modify up to a limit of 500 membership identities at a time.
|
|
63741
|
+
* This API updates an existing role using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: * name * description * enabled * owner * additionalOwners * accessProfiles * entitlements * membership * requestable * accessRequestConfig * revokeRequestConfig * segments * accessModelMetadata A token with API, ORG_ADMIN, ROLE_ADMIN, or ROLE_SUBADMIN authority is required to call this API. In addition, a token with ROLE_SUBADMIN authority may only call this API if all access profiles included in the role are associated to Sources with management workgroups of which the ROLE_SUBADMIN is a member. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing roles, however, any new roles as well as any updates to existing descriptions will be limited to 2000 characters. When you use this API to modify a role\'s membership identities, you can only modify up to a limit of 500 membership identities at a time.
|
|
63738
63742
|
* @summary Patch a specified role
|
|
63739
63743
|
* @param {RolesV2024ApiPatchRoleRequest} requestParameters Request parameters.
|
|
63740
63744
|
* @param {*} [axiosOptions] Override http request option.
|