@gooddata/api-client-tiger 11.36.0-alpha.0 → 11.36.0-alpha.2
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/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/api-client-tiger.d.ts +1419 -324
- package/esm/endpoints/genAI/index.d.ts +3 -3
- package/esm/endpoints/genAI/index.js +2 -2
- package/esm/generated/afm-rest-api/api.d.ts +107 -200
- package/esm/generated/afm-rest-api/api.js +58 -118
- package/esm/generated/ai-json-api/api.d.ts +384 -18
- package/esm/generated/ai-json-api/api.js +152 -4
- package/esm/generated/metadata-json-api/api.d.ts +1517 -159
- package/esm/generated/metadata-json-api/api.js +1622 -191
- package/esm/index.d.ts +2 -2
- package/package.json +4 -4
|
@@ -221,12 +221,38 @@ export type AnomalyDetectionGranularityEnum = 'HOUR' | 'DAY' | 'WEEK' | 'MONTH'
|
|
|
221
221
|
export interface AnomalyDetectionWrapper {
|
|
222
222
|
'anomaly': AnomalyDetection;
|
|
223
223
|
}
|
|
224
|
+
export interface AnthropicApiKeyAuth {
|
|
225
|
+
/**
|
|
226
|
+
* Anthropic API key.
|
|
227
|
+
*/
|
|
228
|
+
'apiKey'?: string | null;
|
|
229
|
+
/**
|
|
230
|
+
* Authentication type.
|
|
231
|
+
*/
|
|
232
|
+
'type': AnthropicApiKeyAuthTypeEnum;
|
|
233
|
+
}
|
|
234
|
+
export type AnthropicApiKeyAuthTypeEnum = 'API_KEY';
|
|
235
|
+
/**
|
|
236
|
+
* Configuration for Anthropic provider.
|
|
237
|
+
*/
|
|
238
|
+
export interface AnthropicProviderConfig {
|
|
239
|
+
/**
|
|
240
|
+
* Custom base URL for the Anthropic API. Defaults to the official endpoint; override only for enterprise proxies or compatible gateways.
|
|
241
|
+
*/
|
|
242
|
+
'baseUrl'?: string;
|
|
243
|
+
'auth': AnthropicApiKeyAuth;
|
|
244
|
+
/**
|
|
245
|
+
* Provider type.
|
|
246
|
+
*/
|
|
247
|
+
'type': AnthropicProviderConfigTypeEnum;
|
|
248
|
+
}
|
|
249
|
+
export type AnthropicProviderConfigTypeEnum = 'ANTHROPIC';
|
|
224
250
|
export interface ApiEntitlement {
|
|
225
251
|
'name': ApiEntitlementNameEnum;
|
|
226
252
|
'value'?: string;
|
|
227
253
|
'expiry'?: string;
|
|
228
254
|
}
|
|
229
|
-
export type ApiEntitlementNameEnum = 'CacheStrategy' | 'Contract' | 'CustomTheming' | 'ExtraCache' | 'Hipaa' | 'PdfExports' | 'UiLocalization' | 'Tier' | 'UserCount' | 'ManagedIdpUserCount' | 'UnlimitedUsers' | 'UnlimitedWorkspaces' | 'WhiteLabeling' | 'WorkspaceCount' | 'UserTelemetryDisabled' | 'AutomationCount' | 'UnlimitedAutomations' | 'AutomationRecipientCount' | 'UnlimitedAutomationRecipients' | 'DailyScheduledActionCount' | 'UnlimitedDailyScheduledActions' | 'DailyAlertActionCount' | 'UnlimitedDailyAlertActions' | 'ScheduledActionMinimumRecurrenceMinutes' | 'FederatedIdentityManagement' | 'AuditLogging' | 'ControlledFeatureRollout' | 'AiLake' | 'AiModule' | 'AiQueryLimit' | 'AiKnowledgeStorageLimit' | 'AiAgentLimit';
|
|
255
|
+
export type ApiEntitlementNameEnum = 'CacheStrategy' | 'Contract' | 'CustomTheming' | 'ExtraCache' | 'Hipaa' | 'PdfExports' | 'UiLocalization' | 'Tier' | 'UserCount' | 'ManagedIdpUserCount' | 'UnlimitedUsers' | 'UnlimitedWorkspaces' | 'WhiteLabeling' | 'WorkspaceCount' | 'UserTelemetryDisabled' | 'AutomationCount' | 'UnlimitedAutomations' | 'AutomationRecipientCount' | 'UnlimitedAutomationRecipients' | 'DailyScheduledActionCount' | 'UnlimitedDailyScheduledActions' | 'DailyAlertActionCount' | 'UnlimitedDailyAlertActions' | 'ScheduledActionMinimumRecurrenceMinutes' | 'FederatedIdentityManagement' | 'AuditLogging' | 'ControlledFeatureRollout' | 'AiLake' | 'AiModule' | 'AiQueryLimit' | 'AiKnowledgeStorageLimit' | 'AiAgentLimit' | 'AiWorkspaceLimit';
|
|
230
256
|
export interface ArithmeticMeasure {
|
|
231
257
|
/**
|
|
232
258
|
* Arithmetic operator. DIFFERENCE - m₁−m₂ - the difference between two metrics. CHANGE - (m₁−m₂)÷m₂ - the relative difference between two metrics.
|
|
@@ -1861,7 +1887,7 @@ export interface DeclarativeIpAllowlistPolicy {
|
|
|
1861
1887
|
*/
|
|
1862
1888
|
'id': string;
|
|
1863
1889
|
/**
|
|
1864
|
-
* Allowed source
|
|
1890
|
+
* Allowed source IPv4 addresses or CIDR ranges. Only IPv4 is supported; IPv6 are rejected. The /0 prefix is not allowed.
|
|
1865
1891
|
*/
|
|
1866
1892
|
'allowedSources': Array<string>;
|
|
1867
1893
|
/**
|
|
@@ -2353,7 +2379,7 @@ export interface DeclarativeSetting {
|
|
|
2353
2379
|
*/
|
|
2354
2380
|
'type'?: DeclarativeSettingTypeEnum;
|
|
2355
2381
|
}
|
|
2356
|
-
export type DeclarativeSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'GEO_ICON_SHEET' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'SORT_COLLATION' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS' | 'HLL_TYPE';
|
|
2382
|
+
export type DeclarativeSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'GEO_ICON_SHEET' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'SORT_COLLATION' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'ENABLE_PARTIAL_DATA_RESULTS' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS' | 'HLL_TYPE';
|
|
2357
2383
|
export interface DeclarativeSingleWorkspacePermission {
|
|
2358
2384
|
/**
|
|
2359
2385
|
* Permission name.
|
|
@@ -2823,7 +2849,7 @@ export interface DependentEntitiesResponse {
|
|
|
2823
2849
|
export interface EntitlementsRequest {
|
|
2824
2850
|
'entitlementsName': Array<EntitlementsRequestEntitlementsNameEnum>;
|
|
2825
2851
|
}
|
|
2826
|
-
export type EntitlementsRequestEntitlementsNameEnum = 'CacheStrategy' | 'Contract' | 'CustomTheming' | 'ExtraCache' | 'Hipaa' | 'PdfExports' | 'UiLocalization' | 'Tier' | 'UserCount' | 'ManagedIdpUserCount' | 'UnlimitedUsers' | 'UnlimitedWorkspaces' | 'WhiteLabeling' | 'WorkspaceCount' | 'UserTelemetryDisabled' | 'AutomationCount' | 'UnlimitedAutomations' | 'AutomationRecipientCount' | 'UnlimitedAutomationRecipients' | 'DailyScheduledActionCount' | 'UnlimitedDailyScheduledActions' | 'DailyAlertActionCount' | 'UnlimitedDailyAlertActions' | 'ScheduledActionMinimumRecurrenceMinutes' | 'FederatedIdentityManagement' | 'AuditLogging' | 'ControlledFeatureRollout' | 'AiLake' | 'AiModule' | 'AiQueryLimit' | 'AiKnowledgeStorageLimit' | 'AiAgentLimit';
|
|
2852
|
+
export type EntitlementsRequestEntitlementsNameEnum = 'CacheStrategy' | 'Contract' | 'CustomTheming' | 'ExtraCache' | 'Hipaa' | 'PdfExports' | 'UiLocalization' | 'Tier' | 'UserCount' | 'ManagedIdpUserCount' | 'UnlimitedUsers' | 'UnlimitedWorkspaces' | 'WhiteLabeling' | 'WorkspaceCount' | 'UserTelemetryDisabled' | 'AutomationCount' | 'UnlimitedAutomations' | 'AutomationRecipientCount' | 'UnlimitedAutomationRecipients' | 'DailyScheduledActionCount' | 'UnlimitedDailyScheduledActions' | 'DailyAlertActionCount' | 'UnlimitedDailyAlertActions' | 'ScheduledActionMinimumRecurrenceMinutes' | 'FederatedIdentityManagement' | 'AuditLogging' | 'ControlledFeatureRollout' | 'AiLake' | 'AiModule' | 'AiQueryLimit' | 'AiKnowledgeStorageLimit' | 'AiAgentLimit' | 'AiWorkspaceLimit';
|
|
2827
2853
|
export interface EntityIdentifier {
|
|
2828
2854
|
/**
|
|
2829
2855
|
* Object identifier.
|
|
@@ -3163,6 +3189,12 @@ export interface IntroSlideTemplate {
|
|
|
3163
3189
|
*/
|
|
3164
3190
|
'backgroundImage'?: boolean;
|
|
3165
3191
|
}
|
|
3192
|
+
/**
|
|
3193
|
+
* Target delta for IP allowlist policy actions.
|
|
3194
|
+
*/
|
|
3195
|
+
export interface IpAllowlistPolicyTargets {
|
|
3196
|
+
'targets': Array<AssigneeIdentifier>;
|
|
3197
|
+
}
|
|
3166
3198
|
/**
|
|
3167
3199
|
* JSON:API representation of agent entity.
|
|
3168
3200
|
*/
|
|
@@ -4028,7 +4060,7 @@ export interface JsonApiAutomationInRelationships {
|
|
|
4028
4060
|
'notificationChannel'?: JsonApiWorkspaceAutomationOutRelationshipsNotificationChannel;
|
|
4029
4061
|
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
4030
4062
|
'exportDefinitions'?: JsonApiWorkspaceAutomationOutRelationshipsExportDefinitions;
|
|
4031
|
-
'recipients'?:
|
|
4063
|
+
'recipients'?: JsonApiIpAllowlistPolicyOutRelationshipsUsers;
|
|
4032
4064
|
}
|
|
4033
4065
|
/**
|
|
4034
4066
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
@@ -4126,7 +4158,7 @@ export interface JsonApiAutomationOutRelationships {
|
|
|
4126
4158
|
'createdBy'?: JsonApiAgentOutRelationshipsCreatedBy;
|
|
4127
4159
|
'modifiedBy'?: JsonApiAgentOutRelationshipsCreatedBy;
|
|
4128
4160
|
'exportDefinitions'?: JsonApiWorkspaceAutomationOutRelationshipsExportDefinitions;
|
|
4129
|
-
'recipients'?:
|
|
4161
|
+
'recipients'?: JsonApiIpAllowlistPolicyOutRelationshipsUsers;
|
|
4130
4162
|
'automationResults'?: JsonApiWorkspaceAutomationOutRelationshipsAutomationResults;
|
|
4131
4163
|
}
|
|
4132
4164
|
export interface JsonApiAutomationOutWithLinks {
|
|
@@ -4244,16 +4276,9 @@ export interface JsonApiColorPaletteIn {
|
|
|
4244
4276
|
* API identifier of an object
|
|
4245
4277
|
*/
|
|
4246
4278
|
'id': string;
|
|
4247
|
-
'attributes':
|
|
4279
|
+
'attributes': JsonApiColorPaletteOutAttributes;
|
|
4248
4280
|
}
|
|
4249
4281
|
export type JsonApiColorPaletteInTypeEnum = 'colorPalette';
|
|
4250
|
-
export interface JsonApiColorPaletteInAttributes {
|
|
4251
|
-
'name': string;
|
|
4252
|
-
/**
|
|
4253
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
4254
|
-
*/
|
|
4255
|
-
'content': object;
|
|
4256
|
-
}
|
|
4257
4282
|
export interface JsonApiColorPaletteInDocument {
|
|
4258
4283
|
'data': JsonApiColorPaletteIn;
|
|
4259
4284
|
}
|
|
@@ -4269,9 +4294,16 @@ export interface JsonApiColorPaletteOut {
|
|
|
4269
4294
|
* API identifier of an object
|
|
4270
4295
|
*/
|
|
4271
4296
|
'id': string;
|
|
4272
|
-
'attributes':
|
|
4297
|
+
'attributes': JsonApiColorPaletteOutAttributes;
|
|
4273
4298
|
}
|
|
4274
4299
|
export type JsonApiColorPaletteOutTypeEnum = 'colorPalette';
|
|
4300
|
+
export interface JsonApiColorPaletteOutAttributes {
|
|
4301
|
+
'name': string;
|
|
4302
|
+
/**
|
|
4303
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
4304
|
+
*/
|
|
4305
|
+
'content': object;
|
|
4306
|
+
}
|
|
4275
4307
|
export interface JsonApiColorPaletteOutDocument {
|
|
4276
4308
|
'data': JsonApiColorPaletteOut;
|
|
4277
4309
|
'links'?: ObjectLinks;
|
|
@@ -4293,7 +4325,7 @@ export interface JsonApiColorPaletteOutWithLinks {
|
|
|
4293
4325
|
* API identifier of an object
|
|
4294
4326
|
*/
|
|
4295
4327
|
'id': string;
|
|
4296
|
-
'attributes':
|
|
4328
|
+
'attributes': JsonApiColorPaletteOutAttributes;
|
|
4297
4329
|
'links'?: ObjectLinks;
|
|
4298
4330
|
}
|
|
4299
4331
|
export type JsonApiColorPaletteOutWithLinksTypeEnum = 'colorPalette';
|
|
@@ -4334,16 +4366,9 @@ export interface JsonApiCookieSecurityConfigurationIn {
|
|
|
4334
4366
|
* API identifier of an object
|
|
4335
4367
|
*/
|
|
4336
4368
|
'id': string;
|
|
4337
|
-
'attributes'?:
|
|
4369
|
+
'attributes'?: JsonApiCookieSecurityConfigurationOutAttributes;
|
|
4338
4370
|
}
|
|
4339
4371
|
export type JsonApiCookieSecurityConfigurationInTypeEnum = 'cookieSecurityConfiguration';
|
|
4340
|
-
export interface JsonApiCookieSecurityConfigurationInAttributes {
|
|
4341
|
-
'lastRotation'?: string;
|
|
4342
|
-
/**
|
|
4343
|
-
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
4344
|
-
*/
|
|
4345
|
-
'rotationInterval'?: string;
|
|
4346
|
-
}
|
|
4347
4372
|
export interface JsonApiCookieSecurityConfigurationInDocument {
|
|
4348
4373
|
'data': JsonApiCookieSecurityConfigurationIn;
|
|
4349
4374
|
}
|
|
@@ -4359,9 +4384,16 @@ export interface JsonApiCookieSecurityConfigurationOut {
|
|
|
4359
4384
|
* API identifier of an object
|
|
4360
4385
|
*/
|
|
4361
4386
|
'id': string;
|
|
4362
|
-
'attributes'?:
|
|
4387
|
+
'attributes'?: JsonApiCookieSecurityConfigurationOutAttributes;
|
|
4363
4388
|
}
|
|
4364
4389
|
export type JsonApiCookieSecurityConfigurationOutTypeEnum = 'cookieSecurityConfiguration';
|
|
4390
|
+
export interface JsonApiCookieSecurityConfigurationOutAttributes {
|
|
4391
|
+
'lastRotation'?: string;
|
|
4392
|
+
/**
|
|
4393
|
+
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
4394
|
+
*/
|
|
4395
|
+
'rotationInterval'?: string;
|
|
4396
|
+
}
|
|
4365
4397
|
export interface JsonApiCookieSecurityConfigurationOutDocument {
|
|
4366
4398
|
'data': JsonApiCookieSecurityConfigurationOut;
|
|
4367
4399
|
'links'?: ObjectLinks;
|
|
@@ -4378,7 +4410,7 @@ export interface JsonApiCookieSecurityConfigurationPatch {
|
|
|
4378
4410
|
* API identifier of an object
|
|
4379
4411
|
*/
|
|
4380
4412
|
'id': string;
|
|
4381
|
-
'attributes'?:
|
|
4413
|
+
'attributes'?: JsonApiCookieSecurityConfigurationOutAttributes;
|
|
4382
4414
|
}
|
|
4383
4415
|
export type JsonApiCookieSecurityConfigurationPatchTypeEnum = 'cookieSecurityConfiguration';
|
|
4384
4416
|
export interface JsonApiCookieSecurityConfigurationPatchDocument {
|
|
@@ -4478,7 +4510,7 @@ export interface JsonApiCustomApplicationSettingIn {
|
|
|
4478
4510
|
* API identifier of an object
|
|
4479
4511
|
*/
|
|
4480
4512
|
'id': string;
|
|
4481
|
-
'attributes':
|
|
4513
|
+
'attributes': JsonApiCustomApplicationSettingOutAttributes;
|
|
4482
4514
|
}
|
|
4483
4515
|
export type JsonApiCustomApplicationSettingInTypeEnum = 'customApplicationSetting';
|
|
4484
4516
|
export interface JsonApiCustomApplicationSettingInDocument {
|
|
@@ -4497,9 +4529,16 @@ export interface JsonApiCustomApplicationSettingOut {
|
|
|
4497
4529
|
*/
|
|
4498
4530
|
'id': string;
|
|
4499
4531
|
'meta'?: JsonApiExportDefinitionOutMeta;
|
|
4500
|
-
'attributes':
|
|
4532
|
+
'attributes': JsonApiCustomApplicationSettingOutAttributes;
|
|
4501
4533
|
}
|
|
4502
4534
|
export type JsonApiCustomApplicationSettingOutTypeEnum = 'customApplicationSetting';
|
|
4535
|
+
export interface JsonApiCustomApplicationSettingOutAttributes {
|
|
4536
|
+
'applicationName': string;
|
|
4537
|
+
/**
|
|
4538
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
4539
|
+
*/
|
|
4540
|
+
'content': object;
|
|
4541
|
+
}
|
|
4503
4542
|
export interface JsonApiCustomApplicationSettingOutDocument {
|
|
4504
4543
|
'data': JsonApiCustomApplicationSettingOut;
|
|
4505
4544
|
'links'?: ObjectLinks;
|
|
@@ -4522,7 +4561,7 @@ export interface JsonApiCustomApplicationSettingOutWithLinks {
|
|
|
4522
4561
|
*/
|
|
4523
4562
|
'id': string;
|
|
4524
4563
|
'meta'?: JsonApiExportDefinitionOutMeta;
|
|
4525
|
-
'attributes':
|
|
4564
|
+
'attributes': JsonApiCustomApplicationSettingOutAttributes;
|
|
4526
4565
|
'links'?: ObjectLinks;
|
|
4527
4566
|
}
|
|
4528
4567
|
export type JsonApiCustomApplicationSettingOutWithLinksTypeEnum = 'customApplicationSetting';
|
|
@@ -4563,16 +4602,9 @@ export interface JsonApiCustomApplicationSettingPostOptionalId {
|
|
|
4563
4602
|
* API identifier of an object
|
|
4564
4603
|
*/
|
|
4565
4604
|
'id'?: string;
|
|
4566
|
-
'attributes':
|
|
4605
|
+
'attributes': JsonApiCustomApplicationSettingOutAttributes;
|
|
4567
4606
|
}
|
|
4568
4607
|
export type JsonApiCustomApplicationSettingPostOptionalIdTypeEnum = 'customApplicationSetting';
|
|
4569
|
-
export interface JsonApiCustomApplicationSettingPostOptionalIdAttributes {
|
|
4570
|
-
'applicationName': string;
|
|
4571
|
-
/**
|
|
4572
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
4573
|
-
*/
|
|
4574
|
-
'content': object;
|
|
4575
|
-
}
|
|
4576
4608
|
export interface JsonApiCustomApplicationSettingPostOptionalIdDocument {
|
|
4577
4609
|
'data': JsonApiCustomApplicationSettingPostOptionalId;
|
|
4578
4610
|
}
|
|
@@ -4588,13 +4620,9 @@ export interface JsonApiCustomGeoCollectionIn {
|
|
|
4588
4620
|
* API identifier of an object
|
|
4589
4621
|
*/
|
|
4590
4622
|
'id': string;
|
|
4591
|
-
'attributes'?:
|
|
4623
|
+
'attributes'?: JsonApiCustomGeoCollectionOutAttributes;
|
|
4592
4624
|
}
|
|
4593
4625
|
export type JsonApiCustomGeoCollectionInTypeEnum = 'customGeoCollection';
|
|
4594
|
-
export interface JsonApiCustomGeoCollectionInAttributes {
|
|
4595
|
-
'name'?: string | null;
|
|
4596
|
-
'description'?: string | null;
|
|
4597
|
-
}
|
|
4598
4626
|
export interface JsonApiCustomGeoCollectionInDocument {
|
|
4599
4627
|
'data': JsonApiCustomGeoCollectionIn;
|
|
4600
4628
|
}
|
|
@@ -4610,9 +4638,13 @@ export interface JsonApiCustomGeoCollectionOut {
|
|
|
4610
4638
|
* API identifier of an object
|
|
4611
4639
|
*/
|
|
4612
4640
|
'id': string;
|
|
4613
|
-
'attributes'?:
|
|
4641
|
+
'attributes'?: JsonApiCustomGeoCollectionOutAttributes;
|
|
4614
4642
|
}
|
|
4615
4643
|
export type JsonApiCustomGeoCollectionOutTypeEnum = 'customGeoCollection';
|
|
4644
|
+
export interface JsonApiCustomGeoCollectionOutAttributes {
|
|
4645
|
+
'name'?: string | null;
|
|
4646
|
+
'description'?: string | null;
|
|
4647
|
+
}
|
|
4616
4648
|
export interface JsonApiCustomGeoCollectionOutDocument {
|
|
4617
4649
|
'data': JsonApiCustomGeoCollectionOut;
|
|
4618
4650
|
'links'?: ObjectLinks;
|
|
@@ -4634,7 +4666,7 @@ export interface JsonApiCustomGeoCollectionOutWithLinks {
|
|
|
4634
4666
|
* API identifier of an object
|
|
4635
4667
|
*/
|
|
4636
4668
|
'id': string;
|
|
4637
|
-
'attributes'?:
|
|
4669
|
+
'attributes'?: JsonApiCustomGeoCollectionOutAttributes;
|
|
4638
4670
|
'links'?: ObjectLinks;
|
|
4639
4671
|
}
|
|
4640
4672
|
export type JsonApiCustomGeoCollectionOutWithLinksTypeEnum = 'customGeoCollection';
|
|
@@ -4650,7 +4682,7 @@ export interface JsonApiCustomGeoCollectionPatch {
|
|
|
4650
4682
|
* API identifier of an object
|
|
4651
4683
|
*/
|
|
4652
4684
|
'id': string;
|
|
4653
|
-
'attributes'?:
|
|
4685
|
+
'attributes'?: JsonApiCustomGeoCollectionOutAttributes;
|
|
4654
4686
|
}
|
|
4655
4687
|
export type JsonApiCustomGeoCollectionPatchTypeEnum = 'customGeoCollection';
|
|
4656
4688
|
export interface JsonApiCustomGeoCollectionPatchDocument {
|
|
@@ -6258,6 +6290,95 @@ export type JsonApiIdentityProviderPatchTypeEnum = 'identityProvider';
|
|
|
6258
6290
|
export interface JsonApiIdentityProviderPatchDocument {
|
|
6259
6291
|
'data': JsonApiIdentityProviderPatch;
|
|
6260
6292
|
}
|
|
6293
|
+
/**
|
|
6294
|
+
* JSON:API representation of ipAllowlistPolicy entity.
|
|
6295
|
+
*/
|
|
6296
|
+
export interface JsonApiIpAllowlistPolicyIn {
|
|
6297
|
+
/**
|
|
6298
|
+
* Object type
|
|
6299
|
+
*/
|
|
6300
|
+
'type': JsonApiIpAllowlistPolicyInTypeEnum;
|
|
6301
|
+
/**
|
|
6302
|
+
* API identifier of an object
|
|
6303
|
+
*/
|
|
6304
|
+
'id': string;
|
|
6305
|
+
'attributes': JsonApiIpAllowlistPolicyOutAttributes;
|
|
6306
|
+
'relationships'?: JsonApiIpAllowlistPolicyOutRelationships;
|
|
6307
|
+
}
|
|
6308
|
+
export type JsonApiIpAllowlistPolicyInTypeEnum = 'ipAllowlistPolicy';
|
|
6309
|
+
export interface JsonApiIpAllowlistPolicyInDocument {
|
|
6310
|
+
'data': JsonApiIpAllowlistPolicyIn;
|
|
6311
|
+
}
|
|
6312
|
+
/**
|
|
6313
|
+
* JSON:API representation of ipAllowlistPolicy entity.
|
|
6314
|
+
*/
|
|
6315
|
+
export interface JsonApiIpAllowlistPolicyOut {
|
|
6316
|
+
/**
|
|
6317
|
+
* Object type
|
|
6318
|
+
*/
|
|
6319
|
+
'type': JsonApiIpAllowlistPolicyOutTypeEnum;
|
|
6320
|
+
/**
|
|
6321
|
+
* API identifier of an object
|
|
6322
|
+
*/
|
|
6323
|
+
'id': string;
|
|
6324
|
+
'attributes': JsonApiIpAllowlistPolicyOutAttributes;
|
|
6325
|
+
'relationships'?: JsonApiIpAllowlistPolicyOutRelationships;
|
|
6326
|
+
}
|
|
6327
|
+
export type JsonApiIpAllowlistPolicyOutTypeEnum = 'ipAllowlistPolicy';
|
|
6328
|
+
export interface JsonApiIpAllowlistPolicyOutAttributes {
|
|
6329
|
+
/**
|
|
6330
|
+
* Allowed source IPv4 addresses or CIDR ranges. Only IPv4 is supported; IPv6 are rejected. The /0 prefix is not allowed.
|
|
6331
|
+
*/
|
|
6332
|
+
'allowedSources': Array<string> | null;
|
|
6333
|
+
}
|
|
6334
|
+
export interface JsonApiIpAllowlistPolicyOutDocument {
|
|
6335
|
+
'data': JsonApiIpAllowlistPolicyOut;
|
|
6336
|
+
'links'?: ObjectLinks;
|
|
6337
|
+
/**
|
|
6338
|
+
* Included resources
|
|
6339
|
+
*/
|
|
6340
|
+
'included'?: Array<JsonApiIpAllowlistPolicyOutIncludes>;
|
|
6341
|
+
}
|
|
6342
|
+
/**
|
|
6343
|
+
* @type JsonApiIpAllowlistPolicyOutIncludes
|
|
6344
|
+
*/
|
|
6345
|
+
export type JsonApiIpAllowlistPolicyOutIncludes = JsonApiUserGroupOutWithLinks | JsonApiUserOutWithLinks;
|
|
6346
|
+
/**
|
|
6347
|
+
* A JSON:API document with a list of resources
|
|
6348
|
+
*/
|
|
6349
|
+
export interface JsonApiIpAllowlistPolicyOutList {
|
|
6350
|
+
'data': Array<JsonApiIpAllowlistPolicyOutWithLinks>;
|
|
6351
|
+
'links'?: ListLinks;
|
|
6352
|
+
'meta'?: JsonApiAgentOutListMeta;
|
|
6353
|
+
/**
|
|
6354
|
+
* Included resources
|
|
6355
|
+
*/
|
|
6356
|
+
'included'?: Array<JsonApiIpAllowlistPolicyOutIncludes>;
|
|
6357
|
+
}
|
|
6358
|
+
export interface JsonApiIpAllowlistPolicyOutRelationships {
|
|
6359
|
+
'users'?: JsonApiIpAllowlistPolicyOutRelationshipsUsers;
|
|
6360
|
+
'userGroups'?: JsonApiUserOutRelationshipsUserGroups;
|
|
6361
|
+
}
|
|
6362
|
+
export interface JsonApiIpAllowlistPolicyOutRelationshipsUsers {
|
|
6363
|
+
/**
|
|
6364
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
6365
|
+
*/
|
|
6366
|
+
'data': Array<JsonApiUserLinkage>;
|
|
6367
|
+
}
|
|
6368
|
+
export interface JsonApiIpAllowlistPolicyOutWithLinks {
|
|
6369
|
+
/**
|
|
6370
|
+
* Object type
|
|
6371
|
+
*/
|
|
6372
|
+
'type': JsonApiIpAllowlistPolicyOutWithLinksTypeEnum;
|
|
6373
|
+
/**
|
|
6374
|
+
* API identifier of an object
|
|
6375
|
+
*/
|
|
6376
|
+
'id': string;
|
|
6377
|
+
'attributes': JsonApiIpAllowlistPolicyOutAttributes;
|
|
6378
|
+
'relationships'?: JsonApiIpAllowlistPolicyOutRelationships;
|
|
6379
|
+
'links'?: ObjectLinks;
|
|
6380
|
+
}
|
|
6381
|
+
export type JsonApiIpAllowlistPolicyOutWithLinksTypeEnum = 'ipAllowlistPolicy';
|
|
6261
6382
|
/**
|
|
6262
6383
|
* JSON:API representation of jwk entity.
|
|
6263
6384
|
*/
|
|
@@ -6270,9 +6391,12 @@ export interface JsonApiJwkIn {
|
|
|
6270
6391
|
* API identifier of an object
|
|
6271
6392
|
*/
|
|
6272
6393
|
'id': string;
|
|
6273
|
-
'attributes'?:
|
|
6394
|
+
'attributes'?: JsonApiJwkInAttributes;
|
|
6274
6395
|
}
|
|
6275
6396
|
export type JsonApiJwkInTypeEnum = 'jwk';
|
|
6397
|
+
export interface JsonApiJwkInAttributes {
|
|
6398
|
+
'content'?: RsaSpecification;
|
|
6399
|
+
}
|
|
6276
6400
|
export interface JsonApiJwkInDocument {
|
|
6277
6401
|
'data': JsonApiJwkIn;
|
|
6278
6402
|
}
|
|
@@ -6288,12 +6412,9 @@ export interface JsonApiJwkOut {
|
|
|
6288
6412
|
* API identifier of an object
|
|
6289
6413
|
*/
|
|
6290
6414
|
'id': string;
|
|
6291
|
-
'attributes'?:
|
|
6415
|
+
'attributes'?: JsonApiJwkInAttributes;
|
|
6292
6416
|
}
|
|
6293
6417
|
export type JsonApiJwkOutTypeEnum = 'jwk';
|
|
6294
|
-
export interface JsonApiJwkOutAttributes {
|
|
6295
|
-
'content'?: RsaSpecification;
|
|
6296
|
-
}
|
|
6297
6418
|
export interface JsonApiJwkOutDocument {
|
|
6298
6419
|
'data': JsonApiJwkOut;
|
|
6299
6420
|
'links'?: ObjectLinks;
|
|
@@ -6315,7 +6436,7 @@ export interface JsonApiJwkOutWithLinks {
|
|
|
6315
6436
|
* API identifier of an object
|
|
6316
6437
|
*/
|
|
6317
6438
|
'id': string;
|
|
6318
|
-
'attributes'?:
|
|
6439
|
+
'attributes'?: JsonApiJwkInAttributes;
|
|
6319
6440
|
'links'?: ObjectLinks;
|
|
6320
6441
|
}
|
|
6321
6442
|
export type JsonApiJwkOutWithLinksTypeEnum = 'jwk';
|
|
@@ -6331,7 +6452,7 @@ export interface JsonApiJwkPatch {
|
|
|
6331
6452
|
* API identifier of an object
|
|
6332
6453
|
*/
|
|
6333
6454
|
'id': string;
|
|
6334
|
-
'attributes'?:
|
|
6455
|
+
'attributes'?: JsonApiJwkInAttributes;
|
|
6335
6456
|
}
|
|
6336
6457
|
export type JsonApiJwkPatchTypeEnum = 'jwk';
|
|
6337
6458
|
export interface JsonApiJwkPatchDocument {
|
|
@@ -6465,9 +6586,12 @@ export interface JsonApiKnowledgeRecommendationOutList {
|
|
|
6465
6586
|
'included'?: Array<JsonApiKnowledgeRecommendationOutIncludes>;
|
|
6466
6587
|
}
|
|
6467
6588
|
export interface JsonApiKnowledgeRecommendationOutRelationships {
|
|
6468
|
-
'metric'?:
|
|
6589
|
+
'metric'?: JsonApiKnowledgeRecommendationOutRelationshipsMetric;
|
|
6469
6590
|
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
6470
6591
|
}
|
|
6592
|
+
export interface JsonApiKnowledgeRecommendationOutRelationshipsMetric {
|
|
6593
|
+
'data': JsonApiMetricLinkage | null;
|
|
6594
|
+
}
|
|
6471
6595
|
export interface JsonApiKnowledgeRecommendationOutWithLinks {
|
|
6472
6596
|
/**
|
|
6473
6597
|
* Object type
|
|
@@ -6654,12 +6778,9 @@ export interface JsonApiKnowledgeRecommendationPostOptionalIdDocument {
|
|
|
6654
6778
|
'data': JsonApiKnowledgeRecommendationPostOptionalId;
|
|
6655
6779
|
}
|
|
6656
6780
|
export interface JsonApiKnowledgeRecommendationPostOptionalIdRelationships {
|
|
6657
|
-
'metric':
|
|
6781
|
+
'metric': JsonApiKnowledgeRecommendationOutRelationshipsMetric;
|
|
6658
6782
|
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
6659
6783
|
}
|
|
6660
|
-
export interface JsonApiKnowledgeRecommendationPostOptionalIdRelationshipsMetric {
|
|
6661
|
-
'data': JsonApiMetricLinkage | null;
|
|
6662
|
-
}
|
|
6663
6784
|
/**
|
|
6664
6785
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
6665
6786
|
*/
|
|
@@ -6946,28 +7067,10 @@ export interface JsonApiLlmProviderIn {
|
|
|
6946
7067
|
* API identifier of an object
|
|
6947
7068
|
*/
|
|
6948
7069
|
'id': string;
|
|
6949
|
-
'attributes'?:
|
|
7070
|
+
'attributes'?: JsonApiLlmProviderInAttributes;
|
|
6950
7071
|
}
|
|
6951
7072
|
export type JsonApiLlmProviderInTypeEnum = 'llmProvider';
|
|
6952
|
-
export interface
|
|
6953
|
-
'data': JsonApiLlmProviderIn;
|
|
6954
|
-
}
|
|
6955
|
-
/**
|
|
6956
|
-
* LLM Provider configuration for connecting to LLM services.
|
|
6957
|
-
*/
|
|
6958
|
-
export interface JsonApiLlmProviderOut {
|
|
6959
|
-
/**
|
|
6960
|
-
* Object type
|
|
6961
|
-
*/
|
|
6962
|
-
'type': JsonApiLlmProviderOutTypeEnum;
|
|
6963
|
-
/**
|
|
6964
|
-
* API identifier of an object
|
|
6965
|
-
*/
|
|
6966
|
-
'id': string;
|
|
6967
|
-
'attributes'?: JsonApiLlmProviderOutAttributes;
|
|
6968
|
-
}
|
|
6969
|
-
export type JsonApiLlmProviderOutTypeEnum = 'llmProvider';
|
|
6970
|
-
export interface JsonApiLlmProviderOutAttributes {
|
|
7073
|
+
export interface JsonApiLlmProviderInAttributes {
|
|
6971
7074
|
'name'?: string | null;
|
|
6972
7075
|
/**
|
|
6973
7076
|
* Description of the LLM Provider.
|
|
@@ -6977,16 +7080,16 @@ export interface JsonApiLlmProviderOutAttributes {
|
|
|
6977
7080
|
* Required ID of the default model to use from the models list.
|
|
6978
7081
|
*/
|
|
6979
7082
|
'defaultModelId'?: string | null;
|
|
6980
|
-
'providerConfig'?:
|
|
7083
|
+
'providerConfig'?: JsonApiLlmProviderInAttributesProviderConfig | null;
|
|
6981
7084
|
/**
|
|
6982
7085
|
* List of LLM models available for this provider.
|
|
6983
7086
|
*/
|
|
6984
|
-
'models'?: Array<
|
|
7087
|
+
'models'?: Array<JsonApiLlmProviderInAttributesModelsInner> | null;
|
|
6985
7088
|
}
|
|
6986
7089
|
/**
|
|
6987
7090
|
* LLM Model configuration (id, family) within a provider.
|
|
6988
7091
|
*/
|
|
6989
|
-
export interface
|
|
7092
|
+
export interface JsonApiLlmProviderInAttributesModelsInner {
|
|
6990
7093
|
/**
|
|
6991
7094
|
* Unique identifier of the model (e.g., gpt-5.3, claude-4.6).
|
|
6992
7095
|
*/
|
|
@@ -6994,14 +7097,32 @@ export interface JsonApiLlmProviderOutAttributesModelsInner {
|
|
|
6994
7097
|
/**
|
|
6995
7098
|
* Family of LLM models.
|
|
6996
7099
|
*/
|
|
6997
|
-
'family':
|
|
7100
|
+
'family': JsonApiLlmProviderInAttributesModelsInnerFamilyEnum;
|
|
6998
7101
|
}
|
|
6999
|
-
export type
|
|
7102
|
+
export type JsonApiLlmProviderInAttributesModelsInnerFamilyEnum = 'OPENAI' | 'ANTHROPIC' | 'META' | 'MISTRAL' | 'AMAZON' | 'GOOGLE' | 'COHERE' | 'UNKNOWN';
|
|
7000
7103
|
/**
|
|
7001
|
-
* @type
|
|
7104
|
+
* @type JsonApiLlmProviderInAttributesProviderConfig
|
|
7002
7105
|
* Provider-specific configuration including authentication.
|
|
7003
7106
|
*/
|
|
7004
|
-
export type
|
|
7107
|
+
export type JsonApiLlmProviderInAttributesProviderConfig = AnthropicProviderConfig | AwsBedrockProviderConfig | AzureFoundryProviderConfig | OpenAIProviderConfig;
|
|
7108
|
+
export interface JsonApiLlmProviderInDocument {
|
|
7109
|
+
'data': JsonApiLlmProviderIn;
|
|
7110
|
+
}
|
|
7111
|
+
/**
|
|
7112
|
+
* LLM Provider configuration for connecting to LLM services.
|
|
7113
|
+
*/
|
|
7114
|
+
export interface JsonApiLlmProviderOut {
|
|
7115
|
+
/**
|
|
7116
|
+
* Object type
|
|
7117
|
+
*/
|
|
7118
|
+
'type': JsonApiLlmProviderOutTypeEnum;
|
|
7119
|
+
/**
|
|
7120
|
+
* API identifier of an object
|
|
7121
|
+
*/
|
|
7122
|
+
'id': string;
|
|
7123
|
+
'attributes'?: JsonApiLlmProviderInAttributes;
|
|
7124
|
+
}
|
|
7125
|
+
export type JsonApiLlmProviderOutTypeEnum = 'llmProvider';
|
|
7005
7126
|
export interface JsonApiLlmProviderOutDocument {
|
|
7006
7127
|
'data': JsonApiLlmProviderOut;
|
|
7007
7128
|
'links'?: ObjectLinks;
|
|
@@ -7023,7 +7144,7 @@ export interface JsonApiLlmProviderOutWithLinks {
|
|
|
7023
7144
|
* API identifier of an object
|
|
7024
7145
|
*/
|
|
7025
7146
|
'id': string;
|
|
7026
|
-
'attributes'?:
|
|
7147
|
+
'attributes'?: JsonApiLlmProviderInAttributes;
|
|
7027
7148
|
'links'?: ObjectLinks;
|
|
7028
7149
|
}
|
|
7029
7150
|
export type JsonApiLlmProviderOutWithLinksTypeEnum = 'llmProvider';
|
|
@@ -7039,7 +7160,7 @@ export interface JsonApiLlmProviderPatch {
|
|
|
7039
7160
|
* API identifier of an object
|
|
7040
7161
|
*/
|
|
7041
7162
|
'id': string;
|
|
7042
|
-
'attributes'?:
|
|
7163
|
+
'attributes'?: JsonApiLlmProviderInAttributes;
|
|
7043
7164
|
}
|
|
7044
7165
|
export type JsonApiLlmProviderPatchTypeEnum = 'llmProvider';
|
|
7045
7166
|
export interface JsonApiLlmProviderPatchDocument {
|
|
@@ -7645,30 +7766,13 @@ export interface JsonApiOrganizationIn {
|
|
|
7645
7766
|
* API identifier of an object
|
|
7646
7767
|
*/
|
|
7647
7768
|
'id': string;
|
|
7648
|
-
'attributes'?:
|
|
7649
|
-
'relationships'?:
|
|
7769
|
+
'attributes'?: JsonApiOrganizationPatchAttributes;
|
|
7770
|
+
'relationships'?: JsonApiOrganizationPatchRelationships;
|
|
7650
7771
|
}
|
|
7651
7772
|
export type JsonApiOrganizationInTypeEnum = 'organization';
|
|
7652
|
-
export interface JsonApiOrganizationInAttributes {
|
|
7653
|
-
'name'?: string | null;
|
|
7654
|
-
'hostname'?: string;
|
|
7655
|
-
'allowedOrigins'?: Array<string>;
|
|
7656
|
-
/**
|
|
7657
|
-
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
7658
|
-
* @deprecated
|
|
7659
|
-
*/
|
|
7660
|
-
'earlyAccess'?: string | null;
|
|
7661
|
-
/**
|
|
7662
|
-
* The early access feature identifiers. They are used to enable experimental features.
|
|
7663
|
-
*/
|
|
7664
|
-
'earlyAccessValues'?: Array<string> | null;
|
|
7665
|
-
}
|
|
7666
7773
|
export interface JsonApiOrganizationInDocument {
|
|
7667
7774
|
'data': JsonApiOrganizationIn;
|
|
7668
7775
|
}
|
|
7669
|
-
export interface JsonApiOrganizationInRelationships {
|
|
7670
|
-
'identityProvider'?: JsonApiOrganizationOutRelationshipsIdentityProvider;
|
|
7671
|
-
}
|
|
7672
7776
|
/**
|
|
7673
7777
|
* JSON:API representation of organization entity.
|
|
7674
7778
|
*/
|
|
@@ -7759,13 +7863,30 @@ export interface JsonApiOrganizationPatch {
|
|
|
7759
7863
|
* API identifier of an object
|
|
7760
7864
|
*/
|
|
7761
7865
|
'id': string;
|
|
7762
|
-
'attributes'?:
|
|
7763
|
-
'relationships'?:
|
|
7866
|
+
'attributes'?: JsonApiOrganizationPatchAttributes;
|
|
7867
|
+
'relationships'?: JsonApiOrganizationPatchRelationships;
|
|
7764
7868
|
}
|
|
7765
7869
|
export type JsonApiOrganizationPatchTypeEnum = 'organization';
|
|
7870
|
+
export interface JsonApiOrganizationPatchAttributes {
|
|
7871
|
+
'name'?: string | null;
|
|
7872
|
+
'hostname'?: string;
|
|
7873
|
+
'allowedOrigins'?: Array<string>;
|
|
7874
|
+
/**
|
|
7875
|
+
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
7876
|
+
* @deprecated
|
|
7877
|
+
*/
|
|
7878
|
+
'earlyAccess'?: string | null;
|
|
7879
|
+
/**
|
|
7880
|
+
* The early access feature identifiers. They are used to enable experimental features.
|
|
7881
|
+
*/
|
|
7882
|
+
'earlyAccessValues'?: Array<string> | null;
|
|
7883
|
+
}
|
|
7766
7884
|
export interface JsonApiOrganizationPatchDocument {
|
|
7767
7885
|
'data': JsonApiOrganizationPatch;
|
|
7768
7886
|
}
|
|
7887
|
+
export interface JsonApiOrganizationPatchRelationships {
|
|
7888
|
+
'identityProvider'?: JsonApiOrganizationOutRelationshipsIdentityProvider;
|
|
7889
|
+
}
|
|
7769
7890
|
/**
|
|
7770
7891
|
* JSON:API representation of organizationSetting entity.
|
|
7771
7892
|
*/
|
|
@@ -7778,17 +7899,9 @@ export interface JsonApiOrganizationSettingIn {
|
|
|
7778
7899
|
* API identifier of an object
|
|
7779
7900
|
*/
|
|
7780
7901
|
'id': string;
|
|
7781
|
-
'attributes'?:
|
|
7902
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
7782
7903
|
}
|
|
7783
7904
|
export type JsonApiOrganizationSettingInTypeEnum = 'organizationSetting';
|
|
7784
|
-
export interface JsonApiOrganizationSettingInAttributes {
|
|
7785
|
-
/**
|
|
7786
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
7787
|
-
*/
|
|
7788
|
-
'content'?: object;
|
|
7789
|
-
'type'?: JsonApiOrganizationSettingInAttributesTypeEnum;
|
|
7790
|
-
}
|
|
7791
|
-
export type JsonApiOrganizationSettingInAttributesTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'GEO_ICON_SHEET' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'SORT_COLLATION' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS' | 'HLL_TYPE';
|
|
7792
7905
|
export interface JsonApiOrganizationSettingInDocument {
|
|
7793
7906
|
'data': JsonApiOrganizationSettingIn;
|
|
7794
7907
|
}
|
|
@@ -7804,9 +7917,17 @@ export interface JsonApiOrganizationSettingOut {
|
|
|
7804
7917
|
* API identifier of an object
|
|
7805
7918
|
*/
|
|
7806
7919
|
'id': string;
|
|
7807
|
-
'attributes'?:
|
|
7920
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
7808
7921
|
}
|
|
7809
7922
|
export type JsonApiOrganizationSettingOutTypeEnum = 'organizationSetting';
|
|
7923
|
+
export interface JsonApiOrganizationSettingOutAttributes {
|
|
7924
|
+
/**
|
|
7925
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
7926
|
+
*/
|
|
7927
|
+
'content'?: object;
|
|
7928
|
+
'type'?: JsonApiOrganizationSettingOutAttributesTypeEnum;
|
|
7929
|
+
}
|
|
7930
|
+
export type JsonApiOrganizationSettingOutAttributesTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'GEO_ICON_SHEET' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'SORT_COLLATION' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'ENABLE_PARTIAL_DATA_RESULTS' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS' | 'HLL_TYPE';
|
|
7810
7931
|
export interface JsonApiOrganizationSettingOutDocument {
|
|
7811
7932
|
'data': JsonApiOrganizationSettingOut;
|
|
7812
7933
|
'links'?: ObjectLinks;
|
|
@@ -7828,7 +7949,7 @@ export interface JsonApiOrganizationSettingOutWithLinks {
|
|
|
7828
7949
|
* API identifier of an object
|
|
7829
7950
|
*/
|
|
7830
7951
|
'id': string;
|
|
7831
|
-
'attributes'?:
|
|
7952
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
7832
7953
|
'links'?: ObjectLinks;
|
|
7833
7954
|
}
|
|
7834
7955
|
export type JsonApiOrganizationSettingOutWithLinksTypeEnum = 'organizationSetting';
|
|
@@ -7844,7 +7965,7 @@ export interface JsonApiOrganizationSettingPatch {
|
|
|
7844
7965
|
* API identifier of an object
|
|
7845
7966
|
*/
|
|
7846
7967
|
'id': string;
|
|
7847
|
-
'attributes'?:
|
|
7968
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
7848
7969
|
}
|
|
7849
7970
|
export type JsonApiOrganizationSettingPatchTypeEnum = 'organizationSetting';
|
|
7850
7971
|
export interface JsonApiOrganizationSettingPatchDocument {
|
|
@@ -8009,7 +8130,7 @@ export interface JsonApiThemeIn {
|
|
|
8009
8130
|
* API identifier of an object
|
|
8010
8131
|
*/
|
|
8011
8132
|
'id': string;
|
|
8012
|
-
'attributes':
|
|
8133
|
+
'attributes': JsonApiColorPaletteOutAttributes;
|
|
8013
8134
|
}
|
|
8014
8135
|
export type JsonApiThemeInTypeEnum = 'theme';
|
|
8015
8136
|
export interface JsonApiThemeInDocument {
|
|
@@ -8027,7 +8148,7 @@ export interface JsonApiThemeOut {
|
|
|
8027
8148
|
* API identifier of an object
|
|
8028
8149
|
*/
|
|
8029
8150
|
'id': string;
|
|
8030
|
-
'attributes':
|
|
8151
|
+
'attributes': JsonApiColorPaletteOutAttributes;
|
|
8031
8152
|
}
|
|
8032
8153
|
export type JsonApiThemeOutTypeEnum = 'theme';
|
|
8033
8154
|
export interface JsonApiThemeOutDocument {
|
|
@@ -8051,7 +8172,7 @@ export interface JsonApiThemeOutWithLinks {
|
|
|
8051
8172
|
* API identifier of an object
|
|
8052
8173
|
*/
|
|
8053
8174
|
'id': string;
|
|
8054
|
-
'attributes':
|
|
8175
|
+
'attributes': JsonApiColorPaletteOutAttributes;
|
|
8055
8176
|
'links'?: ObjectLinks;
|
|
8056
8177
|
}
|
|
8057
8178
|
export type JsonApiThemeOutWithLinksTypeEnum = 'theme';
|
|
@@ -8492,7 +8613,7 @@ export interface JsonApiUserSettingIn {
|
|
|
8492
8613
|
* API identifier of an object
|
|
8493
8614
|
*/
|
|
8494
8615
|
'id': string;
|
|
8495
|
-
'attributes'?:
|
|
8616
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
8496
8617
|
}
|
|
8497
8618
|
export type JsonApiUserSettingInTypeEnum = 'userSetting';
|
|
8498
8619
|
export interface JsonApiUserSettingInDocument {
|
|
@@ -8510,7 +8631,7 @@ export interface JsonApiUserSettingOut {
|
|
|
8510
8631
|
* API identifier of an object
|
|
8511
8632
|
*/
|
|
8512
8633
|
'id': string;
|
|
8513
|
-
'attributes'?:
|
|
8634
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
8514
8635
|
}
|
|
8515
8636
|
export type JsonApiUserSettingOutTypeEnum = 'userSetting';
|
|
8516
8637
|
export interface JsonApiUserSettingOutDocument {
|
|
@@ -8534,7 +8655,7 @@ export interface JsonApiUserSettingOutWithLinks {
|
|
|
8534
8655
|
* API identifier of an object
|
|
8535
8656
|
*/
|
|
8536
8657
|
'id': string;
|
|
8537
|
-
'attributes'?:
|
|
8658
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
8538
8659
|
'links'?: ObjectLinks;
|
|
8539
8660
|
}
|
|
8540
8661
|
export type JsonApiUserSettingOutWithLinksTypeEnum = 'userSetting';
|
|
@@ -8855,7 +8976,7 @@ export interface JsonApiWorkspaceAutomationOutRelationships {
|
|
|
8855
8976
|
'createdBy'?: JsonApiAgentOutRelationshipsCreatedBy;
|
|
8856
8977
|
'modifiedBy'?: JsonApiAgentOutRelationshipsCreatedBy;
|
|
8857
8978
|
'exportDefinitions'?: JsonApiWorkspaceAutomationOutRelationshipsExportDefinitions;
|
|
8858
|
-
'recipients'?:
|
|
8979
|
+
'recipients'?: JsonApiIpAllowlistPolicyOutRelationshipsUsers;
|
|
8859
8980
|
'automationResults'?: JsonApiWorkspaceAutomationOutRelationshipsAutomationResults;
|
|
8860
8981
|
}
|
|
8861
8982
|
export interface JsonApiWorkspaceAutomationOutRelationshipsAutomationResults {
|
|
@@ -8873,12 +8994,6 @@ export interface JsonApiWorkspaceAutomationOutRelationshipsExportDefinitions {
|
|
|
8873
8994
|
export interface JsonApiWorkspaceAutomationOutRelationshipsNotificationChannel {
|
|
8874
8995
|
'data': JsonApiNotificationChannelLinkage | null;
|
|
8875
8996
|
}
|
|
8876
|
-
export interface JsonApiWorkspaceAutomationOutRelationshipsRecipients {
|
|
8877
|
-
/**
|
|
8878
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
8879
|
-
*/
|
|
8880
|
-
'data': Array<JsonApiUserLinkage>;
|
|
8881
|
-
}
|
|
8882
8997
|
export interface JsonApiWorkspaceAutomationOutWithLinks {
|
|
8883
8998
|
/**
|
|
8884
8999
|
* Object type
|
|
@@ -9017,24 +9132,13 @@ export interface JsonApiWorkspaceDataFilterSettingIn {
|
|
|
9017
9132
|
* API identifier of an object
|
|
9018
9133
|
*/
|
|
9019
9134
|
'id': string;
|
|
9020
|
-
'attributes'?:
|
|
9021
|
-
'relationships'?:
|
|
9135
|
+
'attributes'?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
9136
|
+
'relationships'?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
9022
9137
|
}
|
|
9023
9138
|
export type JsonApiWorkspaceDataFilterSettingInTypeEnum = 'workspaceDataFilterSetting';
|
|
9024
|
-
export interface JsonApiWorkspaceDataFilterSettingInAttributes {
|
|
9025
|
-
'title'?: string;
|
|
9026
|
-
'description'?: string;
|
|
9027
|
-
'filterValues'?: Array<string>;
|
|
9028
|
-
}
|
|
9029
9139
|
export interface JsonApiWorkspaceDataFilterSettingInDocument {
|
|
9030
9140
|
'data': JsonApiWorkspaceDataFilterSettingIn;
|
|
9031
9141
|
}
|
|
9032
|
-
export interface JsonApiWorkspaceDataFilterSettingInRelationships {
|
|
9033
|
-
'workspaceDataFilter'?: JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter;
|
|
9034
|
-
}
|
|
9035
|
-
export interface JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter {
|
|
9036
|
-
'data': JsonApiWorkspaceDataFilterLinkage | null;
|
|
9037
|
-
}
|
|
9038
9142
|
/**
|
|
9039
9143
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
9040
9144
|
*/
|
|
@@ -9056,10 +9160,15 @@ export interface JsonApiWorkspaceDataFilterSettingOut {
|
|
|
9056
9160
|
*/
|
|
9057
9161
|
'id': string;
|
|
9058
9162
|
'meta'?: JsonApiExportDefinitionOutMeta;
|
|
9059
|
-
'attributes'?:
|
|
9060
|
-
'relationships'?:
|
|
9163
|
+
'attributes'?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
9164
|
+
'relationships'?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
9061
9165
|
}
|
|
9062
9166
|
export type JsonApiWorkspaceDataFilterSettingOutTypeEnum = 'workspaceDataFilterSetting';
|
|
9167
|
+
export interface JsonApiWorkspaceDataFilterSettingOutAttributes {
|
|
9168
|
+
'title'?: string;
|
|
9169
|
+
'description'?: string;
|
|
9170
|
+
'filterValues'?: Array<string>;
|
|
9171
|
+
}
|
|
9063
9172
|
export interface JsonApiWorkspaceDataFilterSettingOutDocument {
|
|
9064
9173
|
'data': JsonApiWorkspaceDataFilterSettingOut;
|
|
9065
9174
|
'links'?: ObjectLinks;
|
|
@@ -9080,6 +9189,12 @@ export interface JsonApiWorkspaceDataFilterSettingOutList {
|
|
|
9080
9189
|
*/
|
|
9081
9190
|
'included'?: Array<JsonApiWorkspaceDataFilterOutWithLinks>;
|
|
9082
9191
|
}
|
|
9192
|
+
export interface JsonApiWorkspaceDataFilterSettingOutRelationships {
|
|
9193
|
+
'workspaceDataFilter'?: JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter;
|
|
9194
|
+
}
|
|
9195
|
+
export interface JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter {
|
|
9196
|
+
'data': JsonApiWorkspaceDataFilterLinkage | null;
|
|
9197
|
+
}
|
|
9083
9198
|
export interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
|
|
9084
9199
|
/**
|
|
9085
9200
|
* Object type
|
|
@@ -9090,8 +9205,8 @@ export interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
|
|
|
9090
9205
|
*/
|
|
9091
9206
|
'id': string;
|
|
9092
9207
|
'meta'?: JsonApiExportDefinitionOutMeta;
|
|
9093
|
-
'attributes'?:
|
|
9094
|
-
'relationships'?:
|
|
9208
|
+
'attributes'?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
9209
|
+
'relationships'?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
9095
9210
|
'links'?: ObjectLinks;
|
|
9096
9211
|
}
|
|
9097
9212
|
export type JsonApiWorkspaceDataFilterSettingOutWithLinksTypeEnum = 'workspaceDataFilterSetting';
|
|
@@ -9107,8 +9222,8 @@ export interface JsonApiWorkspaceDataFilterSettingPatch {
|
|
|
9107
9222
|
* API identifier of an object
|
|
9108
9223
|
*/
|
|
9109
9224
|
'id': string;
|
|
9110
|
-
'attributes'?:
|
|
9111
|
-
'relationships'?:
|
|
9225
|
+
'attributes'?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
9226
|
+
'relationships'?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
9112
9227
|
}
|
|
9113
9228
|
export type JsonApiWorkspaceDataFilterSettingPatchTypeEnum = 'workspaceDataFilterSetting';
|
|
9114
9229
|
export interface JsonApiWorkspaceDataFilterSettingPatchDocument {
|
|
@@ -9298,7 +9413,7 @@ export interface JsonApiWorkspaceSettingIn {
|
|
|
9298
9413
|
* API identifier of an object
|
|
9299
9414
|
*/
|
|
9300
9415
|
'id': string;
|
|
9301
|
-
'attributes'?:
|
|
9416
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
9302
9417
|
}
|
|
9303
9418
|
export type JsonApiWorkspaceSettingInTypeEnum = 'workspaceSetting';
|
|
9304
9419
|
export interface JsonApiWorkspaceSettingInDocument {
|
|
@@ -9317,7 +9432,7 @@ export interface JsonApiWorkspaceSettingOut {
|
|
|
9317
9432
|
*/
|
|
9318
9433
|
'id': string;
|
|
9319
9434
|
'meta'?: JsonApiExportDefinitionOutMeta;
|
|
9320
|
-
'attributes'?:
|
|
9435
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
9321
9436
|
}
|
|
9322
9437
|
export type JsonApiWorkspaceSettingOutTypeEnum = 'workspaceSetting';
|
|
9323
9438
|
export interface JsonApiWorkspaceSettingOutDocument {
|
|
@@ -9342,7 +9457,7 @@ export interface JsonApiWorkspaceSettingOutWithLinks {
|
|
|
9342
9457
|
*/
|
|
9343
9458
|
'id': string;
|
|
9344
9459
|
'meta'?: JsonApiExportDefinitionOutMeta;
|
|
9345
|
-
'attributes'?:
|
|
9460
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
9346
9461
|
'links'?: ObjectLinks;
|
|
9347
9462
|
}
|
|
9348
9463
|
export type JsonApiWorkspaceSettingOutWithLinksTypeEnum = 'workspaceSetting';
|
|
@@ -9358,7 +9473,7 @@ export interface JsonApiWorkspaceSettingPatch {
|
|
|
9358
9473
|
* API identifier of an object
|
|
9359
9474
|
*/
|
|
9360
9475
|
'id': string;
|
|
9361
|
-
'attributes'?:
|
|
9476
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
9362
9477
|
}
|
|
9363
9478
|
export type JsonApiWorkspaceSettingPatchTypeEnum = 'workspaceSetting';
|
|
9364
9479
|
export interface JsonApiWorkspaceSettingPatchDocument {
|
|
@@ -9376,7 +9491,7 @@ export interface JsonApiWorkspaceSettingPostOptionalId {
|
|
|
9376
9491
|
* API identifier of an object
|
|
9377
9492
|
*/
|
|
9378
9493
|
'id'?: string;
|
|
9379
|
-
'attributes'?:
|
|
9494
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
9380
9495
|
}
|
|
9381
9496
|
export type JsonApiWorkspaceSettingPostOptionalIdTypeEnum = 'workspaceSetting';
|
|
9382
9497
|
export interface JsonApiWorkspaceSettingPostOptionalIdDocument {
|
|
@@ -9776,11 +9891,11 @@ export interface PlatformUsage {
|
|
|
9776
9891
|
'name': PlatformUsageNameEnum;
|
|
9777
9892
|
'count'?: number;
|
|
9778
9893
|
}
|
|
9779
|
-
export type PlatformUsageNameEnum = 'UserCount' | 'WorkspaceCount';
|
|
9894
|
+
export type PlatformUsageNameEnum = 'UserCount' | 'WorkspaceCount' | 'AiWorkspaceCount';
|
|
9780
9895
|
export interface PlatformUsageRequest {
|
|
9781
9896
|
'usageItemNames': Array<PlatformUsageRequestUsageItemNamesEnum>;
|
|
9782
9897
|
}
|
|
9783
|
-
export type PlatformUsageRequestUsageItemNamesEnum = 'UserCount' | 'WorkspaceCount';
|
|
9898
|
+
export type PlatformUsageRequestUsageItemNamesEnum = 'UserCount' | 'WorkspaceCount' | 'AiWorkspaceCount';
|
|
9784
9899
|
/**
|
|
9785
9900
|
* Combination of the date data set to use and how many periods ago to calculate the previous period for.
|
|
9786
9901
|
*/
|
|
@@ -10100,7 +10215,7 @@ export interface ResolvedSetting {
|
|
|
10100
10215
|
*/
|
|
10101
10216
|
'type'?: ResolvedSettingTypeEnum;
|
|
10102
10217
|
}
|
|
10103
|
-
export type ResolvedSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'GEO_ICON_SHEET' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'SORT_COLLATION' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS' | 'HLL_TYPE';
|
|
10218
|
+
export type ResolvedSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'GEO_ICON_SHEET' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'SORT_COLLATION' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'ENABLE_PARTIAL_DATA_RESULTS' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS' | 'HLL_TYPE';
|
|
10104
10219
|
export interface RsaSpecification {
|
|
10105
10220
|
'kty': RsaSpecificationKtyEnum;
|
|
10106
10221
|
'alg': RsaSpecificationAlgEnum;
|
|
@@ -12701,6 +12816,16 @@ export declare class APITokensApi extends BaseAPI implements APITokensApiInterfa
|
|
|
12701
12816
|
*/
|
|
12702
12817
|
getEntityApiTokens(requestParameters: APITokensApiGetEntityApiTokensRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiApiTokenOutDocument>;
|
|
12703
12818
|
}
|
|
12819
|
+
/**
|
|
12820
|
+
*
|
|
12821
|
+
* @summary Add targets to IP allowlist policy
|
|
12822
|
+
* @param {string} id
|
|
12823
|
+
* @param {IpAllowlistPolicyTargets} ipAllowlistPolicyTargets
|
|
12824
|
+
* @param {*} [options] Override http request option.
|
|
12825
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
12826
|
+
* @throws {RequiredError}
|
|
12827
|
+
*/
|
|
12828
|
+
export declare function ActionsApiAxiosParamCreator_AddTargets(id: string, ipAllowlistPolicyTargets: IpAllowlistPolicyTargets, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
12704
12829
|
/**
|
|
12705
12830
|
* Provides information about platform usage, like amount of users, workspaces, ... _NOTE_: The `admin` user is always excluded from this amount.
|
|
12706
12831
|
* @summary Info about the platform usage.
|
|
@@ -12958,6 +13083,16 @@ export declare function ActionsApiAxiosParamCreator_RegisterUploadNotification(d
|
|
|
12958
13083
|
* @throws {RequiredError}
|
|
12959
13084
|
*/
|
|
12960
13085
|
export declare function ActionsApiAxiosParamCreator_RegisterWorkspaceUploadNotification(workspaceId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
13086
|
+
/**
|
|
13087
|
+
*
|
|
13088
|
+
* @summary Remove targets from IP allowlist policy
|
|
13089
|
+
* @param {string} id
|
|
13090
|
+
* @param {IpAllowlistPolicyTargets} ipAllowlistPolicyTargets
|
|
13091
|
+
* @param {*} [options] Override http request option.
|
|
13092
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
13093
|
+
* @throws {RequiredError}
|
|
13094
|
+
*/
|
|
13095
|
+
export declare function ActionsApiAxiosParamCreator_RemoveTargets(id: string, ipAllowlistPolicyTargets: IpAllowlistPolicyTargets, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
12961
13096
|
/**
|
|
12962
13097
|
* Resolves values of available entitlements for the organization.
|
|
12963
13098
|
* @summary Values for all public entitlements.
|
|
@@ -13119,6 +13254,17 @@ export declare function ActionsApiAxiosParamCreator_WorkspaceResolveAllSettings(
|
|
|
13119
13254
|
* @throws {RequiredError}
|
|
13120
13255
|
*/
|
|
13121
13256
|
export declare function ActionsApiAxiosParamCreator_WorkspaceResolveSettings(workspaceId: string, resolveSettingsRequest: ResolveSettingsRequest, excludeUserSettings?: boolean, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
13257
|
+
/**
|
|
13258
|
+
*
|
|
13259
|
+
* @summary Add targets to IP allowlist policy
|
|
13260
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
13261
|
+
* @param {string} basePath Base path.
|
|
13262
|
+
* @param {ActionsApiAddTargetsRequest} requestParameters Request parameters.
|
|
13263
|
+
* @param {*} [options] Override http request option.
|
|
13264
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
13265
|
+
* @throws {RequiredError}
|
|
13266
|
+
*/
|
|
13267
|
+
export declare function ActionsApi_AddTargets(axios: AxiosInstance, basePath: string, requestParameters: ActionsApiAddTargetsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
13122
13268
|
/**
|
|
13123
13269
|
* Provides information about platform usage, like amount of users, workspaces, ... _NOTE_: The `admin` user is always excluded from this amount.
|
|
13124
13270
|
* @summary Info about the platform usage.
|
|
@@ -13412,6 +13558,17 @@ export declare function ActionsApi_RegisterUploadNotification(axios: AxiosInstan
|
|
|
13412
13558
|
* @throws {RequiredError}
|
|
13413
13559
|
*/
|
|
13414
13560
|
export declare function ActionsApi_RegisterWorkspaceUploadNotification(axios: AxiosInstance, basePath: string, requestParameters: ActionsApiRegisterWorkspaceUploadNotificationRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
13561
|
+
/**
|
|
13562
|
+
*
|
|
13563
|
+
* @summary Remove targets from IP allowlist policy
|
|
13564
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
13565
|
+
* @param {string} basePath Base path.
|
|
13566
|
+
* @param {ActionsApiRemoveTargetsRequest} requestParameters Request parameters.
|
|
13567
|
+
* @param {*} [options] Override http request option.
|
|
13568
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
13569
|
+
* @throws {RequiredError}
|
|
13570
|
+
*/
|
|
13571
|
+
export declare function ActionsApi_RemoveTargets(axios: AxiosInstance, basePath: string, requestParameters: ActionsApiRemoveTargetsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
13415
13572
|
/**
|
|
13416
13573
|
* Resolves values of available entitlements for the organization.
|
|
13417
13574
|
* @summary Values for all public entitlements.
|
|
@@ -13603,6 +13760,15 @@ export declare function ActionsApi_WorkspaceResolveSettings(axios: AxiosInstance
|
|
|
13603
13760
|
* @interface ActionsApi
|
|
13604
13761
|
*/
|
|
13605
13762
|
export interface ActionsApiInterface {
|
|
13763
|
+
/**
|
|
13764
|
+
*
|
|
13765
|
+
* @summary Add targets to IP allowlist policy
|
|
13766
|
+
* @param {ActionsApiAddTargetsRequest} requestParameters Request parameters.
|
|
13767
|
+
* @param {*} [options] Override http request option.
|
|
13768
|
+
* @throws {RequiredError}
|
|
13769
|
+
* @memberof ActionsApiInterface
|
|
13770
|
+
*/
|
|
13771
|
+
addTargets(requestParameters: ActionsApiAddTargetsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
13606
13772
|
/**
|
|
13607
13773
|
* Provides information about platform usage, like amount of users, workspaces, ... _NOTE_: The `admin` user is always excluded from this amount.
|
|
13608
13774
|
* @summary Info about the platform usage.
|
|
@@ -13842,6 +14008,15 @@ export interface ActionsApiInterface {
|
|
|
13842
14008
|
* @memberof ActionsApiInterface
|
|
13843
14009
|
*/
|
|
13844
14010
|
registerWorkspaceUploadNotification(requestParameters: ActionsApiRegisterWorkspaceUploadNotificationRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
14011
|
+
/**
|
|
14012
|
+
*
|
|
14013
|
+
* @summary Remove targets from IP allowlist policy
|
|
14014
|
+
* @param {ActionsApiRemoveTargetsRequest} requestParameters Request parameters.
|
|
14015
|
+
* @param {*} [options] Override http request option.
|
|
14016
|
+
* @throws {RequiredError}
|
|
14017
|
+
* @memberof ActionsApiInterface
|
|
14018
|
+
*/
|
|
14019
|
+
removeTargets(requestParameters: ActionsApiRemoveTargetsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
13845
14020
|
/**
|
|
13846
14021
|
* Resolves values of available entitlements for the organization.
|
|
13847
14022
|
* @summary Values for all public entitlements.
|
|
@@ -13994,6 +14169,25 @@ export interface ActionsApiInterface {
|
|
|
13994
14169
|
*/
|
|
13995
14170
|
workspaceResolveSettings(requestParameters: ActionsApiWorkspaceResolveSettingsRequest, options?: AxiosRequestConfig): AxiosPromise<Array<ResolvedSetting>>;
|
|
13996
14171
|
}
|
|
14172
|
+
/**
|
|
14173
|
+
* Request parameters for addTargets operation in ActionsApi.
|
|
14174
|
+
* @export
|
|
14175
|
+
* @interface ActionsApiAddTargetsRequest
|
|
14176
|
+
*/
|
|
14177
|
+
export interface ActionsApiAddTargetsRequest {
|
|
14178
|
+
/**
|
|
14179
|
+
*
|
|
14180
|
+
* @type {string}
|
|
14181
|
+
* @memberof ActionsApiAddTargets
|
|
14182
|
+
*/
|
|
14183
|
+
readonly id: string;
|
|
14184
|
+
/**
|
|
14185
|
+
*
|
|
14186
|
+
* @type {IpAllowlistPolicyTargets}
|
|
14187
|
+
* @memberof ActionsApiAddTargets
|
|
14188
|
+
*/
|
|
14189
|
+
readonly ipAllowlistPolicyTargets: IpAllowlistPolicyTargets;
|
|
14190
|
+
}
|
|
13997
14191
|
/**
|
|
13998
14192
|
* Request parameters for availableAssignees operation in ActionsApi.
|
|
13999
14193
|
* @export
|
|
@@ -14427,6 +14621,25 @@ export interface ActionsApiRegisterWorkspaceUploadNotificationRequest {
|
|
|
14427
14621
|
*/
|
|
14428
14622
|
readonly workspaceId: string;
|
|
14429
14623
|
}
|
|
14624
|
+
/**
|
|
14625
|
+
* Request parameters for removeTargets operation in ActionsApi.
|
|
14626
|
+
* @export
|
|
14627
|
+
* @interface ActionsApiRemoveTargetsRequest
|
|
14628
|
+
*/
|
|
14629
|
+
export interface ActionsApiRemoveTargetsRequest {
|
|
14630
|
+
/**
|
|
14631
|
+
*
|
|
14632
|
+
* @type {string}
|
|
14633
|
+
* @memberof ActionsApiRemoveTargets
|
|
14634
|
+
*/
|
|
14635
|
+
readonly id: string;
|
|
14636
|
+
/**
|
|
14637
|
+
*
|
|
14638
|
+
* @type {IpAllowlistPolicyTargets}
|
|
14639
|
+
* @memberof ActionsApiRemoveTargets
|
|
14640
|
+
*/
|
|
14641
|
+
readonly ipAllowlistPolicyTargets: IpAllowlistPolicyTargets;
|
|
14642
|
+
}
|
|
14430
14643
|
/**
|
|
14431
14644
|
* Request parameters for resolveAllSettingsWithoutWorkspace operation in ActionsApi.
|
|
14432
14645
|
* @export
|
|
@@ -14689,6 +14902,15 @@ export interface ActionsApiWorkspaceResolveSettingsRequest {
|
|
|
14689
14902
|
* @extends {BaseAPI}
|
|
14690
14903
|
*/
|
|
14691
14904
|
export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
|
|
14905
|
+
/**
|
|
14906
|
+
*
|
|
14907
|
+
* @summary Add targets to IP allowlist policy
|
|
14908
|
+
* @param {ActionsApiAddTargetsRequest} requestParameters Request parameters.
|
|
14909
|
+
* @param {*} [options] Override http request option.
|
|
14910
|
+
* @throws {RequiredError}
|
|
14911
|
+
* @memberof ActionsApi
|
|
14912
|
+
*/
|
|
14913
|
+
addTargets(requestParameters: ActionsApiAddTargetsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
14692
14914
|
/**
|
|
14693
14915
|
* Provides information about platform usage, like amount of users, workspaces, ... _NOTE_: The `admin` user is always excluded from this amount.
|
|
14694
14916
|
* @summary Info about the platform usage.
|
|
@@ -14928,6 +15150,15 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
|
|
|
14928
15150
|
* @memberof ActionsApi
|
|
14929
15151
|
*/
|
|
14930
15152
|
registerWorkspaceUploadNotification(requestParameters: ActionsApiRegisterWorkspaceUploadNotificationRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
15153
|
+
/**
|
|
15154
|
+
*
|
|
15155
|
+
* @summary Remove targets from IP allowlist policy
|
|
15156
|
+
* @param {ActionsApiRemoveTargetsRequest} requestParameters Request parameters.
|
|
15157
|
+
* @param {*} [options] Override http request option.
|
|
15158
|
+
* @throws {RequiredError}
|
|
15159
|
+
* @memberof ActionsApi
|
|
15160
|
+
*/
|
|
15161
|
+
removeTargets(requestParameters: ActionsApiRemoveTargetsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
14931
15162
|
/**
|
|
14932
15163
|
* Resolves values of available entitlements for the organization.
|
|
14933
15164
|
* @summary Values for all public entitlements.
|
|
@@ -29854,6 +30085,16 @@ export declare function EntitiesApiAxiosParamCreator_CreateEntityFilterViews(wor
|
|
|
29854
30085
|
* @throws {RequiredError}
|
|
29855
30086
|
*/
|
|
29856
30087
|
export declare function EntitiesApiAxiosParamCreator_CreateEntityIdentityProviders(jsonApiIdentityProviderInDocument: JsonApiIdentityProviderInDocument, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
30088
|
+
/**
|
|
30089
|
+
*
|
|
30090
|
+
* @summary Post IpAllowlistPolicy entities
|
|
30091
|
+
* @param {JsonApiIpAllowlistPolicyInDocument} jsonApiIpAllowlistPolicyInDocument
|
|
30092
|
+
* @param {Array<'users' | 'userGroups' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
30093
|
+
* @param {*} [options] Override http request option.
|
|
30094
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
30095
|
+
* @throws {RequiredError}
|
|
30096
|
+
*/
|
|
30097
|
+
export declare function EntitiesApiAxiosParamCreator_CreateEntityIpAllowlistPolicies(jsonApiIpAllowlistPolicyInDocument: JsonApiIpAllowlistPolicyInDocument, include?: Array<'users' | 'userGroups' | 'ALL'>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
29857
30098
|
/**
|
|
29858
30099
|
* Creates JSON web key - used to verify JSON web tokens (Jwts)
|
|
29859
30100
|
* @summary Post Jwks
|
|
@@ -30219,6 +30460,15 @@ export declare function EntitiesApiAxiosParamCreator_DeleteEntityFilterViews(wor
|
|
|
30219
30460
|
* @throws {RequiredError}
|
|
30220
30461
|
*/
|
|
30221
30462
|
export declare function EntitiesApiAxiosParamCreator_DeleteEntityIdentityProviders(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
30463
|
+
/**
|
|
30464
|
+
*
|
|
30465
|
+
* @summary Delete IpAllowlistPolicy entity
|
|
30466
|
+
* @param {string} id
|
|
30467
|
+
* @param {*} [options] Override http request option.
|
|
30468
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
30469
|
+
* @throws {RequiredError}
|
|
30470
|
+
*/
|
|
30471
|
+
export declare function EntitiesApiAxiosParamCreator_DeleteEntityIpAllowlistPolicies(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
30222
30472
|
/**
|
|
30223
30473
|
* Deletes JSON web key - used to verify JSON web tokens (Jwts)
|
|
30224
30474
|
* @summary Delete Jwk
|
|
@@ -30763,6 +31013,20 @@ export declare function EntitiesApiAxiosParamCreator_GetAllEntitiesFilterViews(w
|
|
|
30763
31013
|
* @throws {RequiredError}
|
|
30764
31014
|
*/
|
|
30765
31015
|
export declare function EntitiesApiAxiosParamCreator_GetAllEntitiesIdentityProviders(filter?: string, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<'page' | 'all' | 'ALL'>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
31016
|
+
/**
|
|
31017
|
+
*
|
|
31018
|
+
* @summary Get all IpAllowlistPolicy entities
|
|
31019
|
+
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
31020
|
+
* @param {Array<'users' | 'userGroups' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
31021
|
+
* @param {number} [page] Zero-based page index (0..N)
|
|
31022
|
+
* @param {number} [size] The size of the page to be returned
|
|
31023
|
+
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
31024
|
+
* @param {Array<'page' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
31025
|
+
* @param {*} [options] Override http request option.
|
|
31026
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
31027
|
+
* @throws {RequiredError}
|
|
31028
|
+
*/
|
|
31029
|
+
export declare function EntitiesApiAxiosParamCreator_GetAllEntitiesIpAllowlistPolicies(filter?: string, include?: Array<'users' | 'userGroups' | 'ALL'>, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<'page' | 'all' | 'ALL'>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
30766
31030
|
/**
|
|
30767
31031
|
* Returns all JSON web keys - used to verify JSON web tokens (Jwts)
|
|
30768
31032
|
* @summary Get all Jwks
|
|
@@ -31399,6 +31663,17 @@ export declare function EntitiesApiAxiosParamCreator_GetEntityFilterViews(worksp
|
|
|
31399
31663
|
* @throws {RequiredError}
|
|
31400
31664
|
*/
|
|
31401
31665
|
export declare function EntitiesApiAxiosParamCreator_GetEntityIdentityProviders(id: string, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
31666
|
+
/**
|
|
31667
|
+
*
|
|
31668
|
+
* @summary Get IpAllowlistPolicy entity
|
|
31669
|
+
* @param {string} id
|
|
31670
|
+
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
31671
|
+
* @param {Array<'users' | 'userGroups' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
31672
|
+
* @param {*} [options] Override http request option.
|
|
31673
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
31674
|
+
* @throws {RequiredError}
|
|
31675
|
+
*/
|
|
31676
|
+
export declare function EntitiesApiAxiosParamCreator_GetEntityIpAllowlistPolicies(id: string, filter?: string, include?: Array<'users' | 'userGroups' | 'ALL'>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
31402
31677
|
/**
|
|
31403
31678
|
* Returns JSON web key - used to verify JSON web tokens (Jwts)
|
|
31404
31679
|
* @summary Get Jwk
|
|
@@ -32638,6 +32913,18 @@ export declare function EntitiesApiAxiosParamCreator_UpdateEntityFilterViews(wor
|
|
|
32638
32913
|
* @throws {RequiredError}
|
|
32639
32914
|
*/
|
|
32640
32915
|
export declare function EntitiesApiAxiosParamCreator_UpdateEntityIdentityProviders(id: string, jsonApiIdentityProviderInDocument: JsonApiIdentityProviderInDocument, filter?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
32916
|
+
/**
|
|
32917
|
+
*
|
|
32918
|
+
* @summary Put IpAllowlistPolicy entity
|
|
32919
|
+
* @param {string} id
|
|
32920
|
+
* @param {JsonApiIpAllowlistPolicyInDocument} jsonApiIpAllowlistPolicyInDocument
|
|
32921
|
+
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
32922
|
+
* @param {Array<'users' | 'userGroups' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
32923
|
+
* @param {*} [options] Override http request option.
|
|
32924
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
32925
|
+
* @throws {RequiredError}
|
|
32926
|
+
*/
|
|
32927
|
+
export declare function EntitiesApiAxiosParamCreator_UpdateEntityIpAllowlistPolicies(id: string, jsonApiIpAllowlistPolicyInDocument: JsonApiIpAllowlistPolicyInDocument, filter?: string, include?: Array<'users' | 'userGroups' | 'ALL'>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
32641
32928
|
/**
|
|
32642
32929
|
* Updates JSON web key - used to verify JSON web tokens (Jwts)
|
|
32643
32930
|
* @summary Put Jwk
|
|
@@ -33067,6 +33354,17 @@ export declare function EntitiesApi_CreateEntityFilterViews(axios: AxiosInstance
|
|
|
33067
33354
|
* @throws {RequiredError}
|
|
33068
33355
|
*/
|
|
33069
33356
|
export declare function EntitiesApi_CreateEntityIdentityProviders(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiCreateEntityIdentityProvidersRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiIdentityProviderOutDocument>;
|
|
33357
|
+
/**
|
|
33358
|
+
*
|
|
33359
|
+
* @summary Post IpAllowlistPolicy entities
|
|
33360
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
33361
|
+
* @param {string} basePath Base path.
|
|
33362
|
+
* @param {EntitiesApiCreateEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
33363
|
+
* @param {*} [options] Override http request option.
|
|
33364
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
33365
|
+
* @throws {RequiredError}
|
|
33366
|
+
*/
|
|
33367
|
+
export declare function EntitiesApi_CreateEntityIpAllowlistPolicies(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiCreateEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiIpAllowlistPolicyOutDocument>;
|
|
33070
33368
|
/**
|
|
33071
33369
|
* Creates JSON web key - used to verify JSON web tokens (Jwts)
|
|
33072
33370
|
* @summary Post Jwks
|
|
@@ -33463,6 +33761,17 @@ export declare function EntitiesApi_DeleteEntityFilterViews(axios: AxiosInstance
|
|
|
33463
33761
|
* @throws {RequiredError}
|
|
33464
33762
|
*/
|
|
33465
33763
|
export declare function EntitiesApi_DeleteEntityIdentityProviders(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiDeleteEntityIdentityProvidersRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
33764
|
+
/**
|
|
33765
|
+
*
|
|
33766
|
+
* @summary Delete IpAllowlistPolicy entity
|
|
33767
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
33768
|
+
* @param {string} basePath Base path.
|
|
33769
|
+
* @param {EntitiesApiDeleteEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
33770
|
+
* @param {*} [options] Override http request option.
|
|
33771
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
33772
|
+
* @throws {RequiredError}
|
|
33773
|
+
*/
|
|
33774
|
+
export declare function EntitiesApi_DeleteEntityIpAllowlistPolicies(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiDeleteEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
33466
33775
|
/**
|
|
33467
33776
|
* Deletes JSON web key - used to verify JSON web tokens (Jwts)
|
|
33468
33777
|
* @summary Delete Jwk
|
|
@@ -33936,6 +34245,17 @@ export declare function EntitiesApi_GetAllEntitiesFilterViews(axios: AxiosInstan
|
|
|
33936
34245
|
* @throws {RequiredError}
|
|
33937
34246
|
*/
|
|
33938
34247
|
export declare function EntitiesApi_GetAllEntitiesIdentityProviders(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiGetAllEntitiesIdentityProvidersRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiIdentityProviderOutList>;
|
|
34248
|
+
/**
|
|
34249
|
+
*
|
|
34250
|
+
* @summary Get all IpAllowlistPolicy entities
|
|
34251
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
34252
|
+
* @param {string} basePath Base path.
|
|
34253
|
+
* @param {EntitiesApiGetAllEntitiesIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
34254
|
+
* @param {*} [options] Override http request option.
|
|
34255
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
34256
|
+
* @throws {RequiredError}
|
|
34257
|
+
*/
|
|
34258
|
+
export declare function EntitiesApi_GetAllEntitiesIpAllowlistPolicies(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiGetAllEntitiesIpAllowlistPoliciesRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiIpAllowlistPolicyOutList>;
|
|
33939
34259
|
/**
|
|
33940
34260
|
* Returns all JSON web keys - used to verify JSON web tokens (Jwts)
|
|
33941
34261
|
* @summary Get all Jwks
|
|
@@ -34464,6 +34784,17 @@ export declare function EntitiesApi_GetEntityFilterViews(axios: AxiosInstance, b
|
|
|
34464
34784
|
* @throws {RequiredError}
|
|
34465
34785
|
*/
|
|
34466
34786
|
export declare function EntitiesApi_GetEntityIdentityProviders(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiGetEntityIdentityProvidersRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiIdentityProviderOutDocument>;
|
|
34787
|
+
/**
|
|
34788
|
+
*
|
|
34789
|
+
* @summary Get IpAllowlistPolicy entity
|
|
34790
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
34791
|
+
* @param {string} basePath Base path.
|
|
34792
|
+
* @param {EntitiesApiGetEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
34793
|
+
* @param {*} [options] Override http request option.
|
|
34794
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
34795
|
+
* @throws {RequiredError}
|
|
34796
|
+
*/
|
|
34797
|
+
export declare function EntitiesApi_GetEntityIpAllowlistPolicies(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiGetEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiIpAllowlistPolicyOutDocument>;
|
|
34467
34798
|
/**
|
|
34468
34799
|
* Returns JSON web key - used to verify JSON web tokens (Jwts)
|
|
34469
34800
|
* @summary Get Jwk
|
|
@@ -35597,6 +35928,17 @@ export declare function EntitiesApi_UpdateEntityFilterViews(axios: AxiosInstance
|
|
|
35597
35928
|
* @throws {RequiredError}
|
|
35598
35929
|
*/
|
|
35599
35930
|
export declare function EntitiesApi_UpdateEntityIdentityProviders(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiUpdateEntityIdentityProvidersRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiIdentityProviderOutDocument>;
|
|
35931
|
+
/**
|
|
35932
|
+
*
|
|
35933
|
+
* @summary Put IpAllowlistPolicy entity
|
|
35934
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
35935
|
+
* @param {string} basePath Base path.
|
|
35936
|
+
* @param {EntitiesApiUpdateEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
35937
|
+
* @param {*} [options] Override http request option.
|
|
35938
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
35939
|
+
* @throws {RequiredError}
|
|
35940
|
+
*/
|
|
35941
|
+
export declare function EntitiesApi_UpdateEntityIpAllowlistPolicies(axios: AxiosInstance, basePath: string, requestParameters: EntitiesApiUpdateEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiIpAllowlistPolicyOutDocument>;
|
|
35600
35942
|
/**
|
|
35601
35943
|
* Updates JSON web key - used to verify JSON web tokens (Jwts)
|
|
35602
35944
|
* @summary Put Jwk
|
|
@@ -35976,6 +36318,15 @@ export interface EntitiesApiInterface {
|
|
|
35976
36318
|
* @memberof EntitiesApiInterface
|
|
35977
36319
|
*/
|
|
35978
36320
|
createEntityIdentityProviders(requestParameters: EntitiesApiCreateEntityIdentityProvidersRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIdentityProviderOutDocument>;
|
|
36321
|
+
/**
|
|
36322
|
+
*
|
|
36323
|
+
* @summary Post IpAllowlistPolicy entities
|
|
36324
|
+
* @param {EntitiesApiCreateEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
36325
|
+
* @param {*} [options] Override http request option.
|
|
36326
|
+
* @throws {RequiredError}
|
|
36327
|
+
* @memberof EntitiesApiInterface
|
|
36328
|
+
*/
|
|
36329
|
+
createEntityIpAllowlistPolicies(requestParameters: EntitiesApiCreateEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIpAllowlistPolicyOutDocument>;
|
|
35979
36330
|
/**
|
|
35980
36331
|
* Creates JSON web key - used to verify JSON web tokens (Jwts)
|
|
35981
36332
|
* @summary Post Jwks
|
|
@@ -36301,6 +36652,15 @@ export interface EntitiesApiInterface {
|
|
|
36301
36652
|
* @memberof EntitiesApiInterface
|
|
36302
36653
|
*/
|
|
36303
36654
|
deleteEntityIdentityProviders(requestParameters: EntitiesApiDeleteEntityIdentityProvidersRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
36655
|
+
/**
|
|
36656
|
+
*
|
|
36657
|
+
* @summary Delete IpAllowlistPolicy entity
|
|
36658
|
+
* @param {EntitiesApiDeleteEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
36659
|
+
* @param {*} [options] Override http request option.
|
|
36660
|
+
* @throws {RequiredError}
|
|
36661
|
+
* @memberof EntitiesApiInterface
|
|
36662
|
+
*/
|
|
36663
|
+
deleteEntityIpAllowlistPolicies(requestParameters: EntitiesApiDeleteEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
36304
36664
|
/**
|
|
36305
36665
|
* Deletes JSON web key - used to verify JSON web tokens (Jwts)
|
|
36306
36666
|
* @summary Delete Jwk
|
|
@@ -36689,6 +37049,15 @@ export interface EntitiesApiInterface {
|
|
|
36689
37049
|
* @memberof EntitiesApiInterface
|
|
36690
37050
|
*/
|
|
36691
37051
|
getAllEntitiesIdentityProviders(requestParameters: EntitiesApiGetAllEntitiesIdentityProvidersRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIdentityProviderOutList>;
|
|
37052
|
+
/**
|
|
37053
|
+
*
|
|
37054
|
+
* @summary Get all IpAllowlistPolicy entities
|
|
37055
|
+
* @param {EntitiesApiGetAllEntitiesIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
37056
|
+
* @param {*} [options] Override http request option.
|
|
37057
|
+
* @throws {RequiredError}
|
|
37058
|
+
* @memberof EntitiesApiInterface
|
|
37059
|
+
*/
|
|
37060
|
+
getAllEntitiesIpAllowlistPolicies(requestParameters: EntitiesApiGetAllEntitiesIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIpAllowlistPolicyOutList>;
|
|
36692
37061
|
/**
|
|
36693
37062
|
* Returns all JSON web keys - used to verify JSON web tokens (Jwts)
|
|
36694
37063
|
* @summary Get all Jwks
|
|
@@ -37122,6 +37491,15 @@ export interface EntitiesApiInterface {
|
|
|
37122
37491
|
* @memberof EntitiesApiInterface
|
|
37123
37492
|
*/
|
|
37124
37493
|
getEntityIdentityProviders(requestParameters: EntitiesApiGetEntityIdentityProvidersRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIdentityProviderOutDocument>;
|
|
37494
|
+
/**
|
|
37495
|
+
*
|
|
37496
|
+
* @summary Get IpAllowlistPolicy entity
|
|
37497
|
+
* @param {EntitiesApiGetEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
37498
|
+
* @param {*} [options] Override http request option.
|
|
37499
|
+
* @throws {RequiredError}
|
|
37500
|
+
* @memberof EntitiesApiInterface
|
|
37501
|
+
*/
|
|
37502
|
+
getEntityIpAllowlistPolicies(requestParameters: EntitiesApiGetEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIpAllowlistPolicyOutDocument>;
|
|
37125
37503
|
/**
|
|
37126
37504
|
* Returns JSON web key - used to verify JSON web tokens (Jwts)
|
|
37127
37505
|
* @summary Get Jwk
|
|
@@ -38051,6 +38429,15 @@ export interface EntitiesApiInterface {
|
|
|
38051
38429
|
* @memberof EntitiesApiInterface
|
|
38052
38430
|
*/
|
|
38053
38431
|
updateEntityIdentityProviders(requestParameters: EntitiesApiUpdateEntityIdentityProvidersRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIdentityProviderOutDocument>;
|
|
38432
|
+
/**
|
|
38433
|
+
*
|
|
38434
|
+
* @summary Put IpAllowlistPolicy entity
|
|
38435
|
+
* @param {EntitiesApiUpdateEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
38436
|
+
* @param {*} [options] Override http request option.
|
|
38437
|
+
* @throws {RequiredError}
|
|
38438
|
+
* @memberof EntitiesApiInterface
|
|
38439
|
+
*/
|
|
38440
|
+
updateEntityIpAllowlistPolicies(requestParameters: EntitiesApiUpdateEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIpAllowlistPolicyOutDocument>;
|
|
38054
38441
|
/**
|
|
38055
38442
|
* Updates JSON web key - used to verify JSON web tokens (Jwts)
|
|
38056
38443
|
* @summary Put Jwk
|
|
@@ -38610,6 +38997,25 @@ export interface EntitiesApiCreateEntityIdentityProvidersRequest {
|
|
|
38610
38997
|
*/
|
|
38611
38998
|
readonly jsonApiIdentityProviderInDocument: JsonApiIdentityProviderInDocument;
|
|
38612
38999
|
}
|
|
39000
|
+
/**
|
|
39001
|
+
* Request parameters for createEntityIpAllowlistPolicies operation in EntitiesApi.
|
|
39002
|
+
* @export
|
|
39003
|
+
* @interface EntitiesApiCreateEntityIpAllowlistPoliciesRequest
|
|
39004
|
+
*/
|
|
39005
|
+
export interface EntitiesApiCreateEntityIpAllowlistPoliciesRequest {
|
|
39006
|
+
/**
|
|
39007
|
+
*
|
|
39008
|
+
* @type {JsonApiIpAllowlistPolicyInDocument}
|
|
39009
|
+
* @memberof EntitiesApiCreateEntityIpAllowlistPolicies
|
|
39010
|
+
*/
|
|
39011
|
+
readonly jsonApiIpAllowlistPolicyInDocument: JsonApiIpAllowlistPolicyInDocument;
|
|
39012
|
+
/**
|
|
39013
|
+
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
39014
|
+
* @type {Array<'users' | 'userGroups' | 'ALL'>}
|
|
39015
|
+
* @memberof EntitiesApiCreateEntityIpAllowlistPolicies
|
|
39016
|
+
*/
|
|
39017
|
+
readonly include?: Array<'users' | 'userGroups' | 'ALL'>;
|
|
39018
|
+
}
|
|
38613
39019
|
/**
|
|
38614
39020
|
* Request parameters for createEntityJwks operation in EntitiesApi.
|
|
38615
39021
|
* @export
|
|
@@ -39324,6 +39730,19 @@ export interface EntitiesApiDeleteEntityIdentityProvidersRequest {
|
|
|
39324
39730
|
*/
|
|
39325
39731
|
readonly id: string;
|
|
39326
39732
|
}
|
|
39733
|
+
/**
|
|
39734
|
+
* Request parameters for deleteEntityIpAllowlistPolicies operation in EntitiesApi.
|
|
39735
|
+
* @export
|
|
39736
|
+
* @interface EntitiesApiDeleteEntityIpAllowlistPoliciesRequest
|
|
39737
|
+
*/
|
|
39738
|
+
export interface EntitiesApiDeleteEntityIpAllowlistPoliciesRequest {
|
|
39739
|
+
/**
|
|
39740
|
+
*
|
|
39741
|
+
* @type {string}
|
|
39742
|
+
* @memberof EntitiesApiDeleteEntityIpAllowlistPolicies
|
|
39743
|
+
*/
|
|
39744
|
+
readonly id: string;
|
|
39745
|
+
}
|
|
39327
39746
|
/**
|
|
39328
39747
|
* Request parameters for deleteEntityJwks operation in EntitiesApi.
|
|
39329
39748
|
* @export
|
|
@@ -40825,6 +41244,49 @@ export interface EntitiesApiGetAllEntitiesIdentityProvidersRequest {
|
|
|
40825
41244
|
*/
|
|
40826
41245
|
readonly metaInclude?: Array<'page' | 'all' | 'ALL'>;
|
|
40827
41246
|
}
|
|
41247
|
+
/**
|
|
41248
|
+
* Request parameters for getAllEntitiesIpAllowlistPolicies operation in EntitiesApi.
|
|
41249
|
+
* @export
|
|
41250
|
+
* @interface EntitiesApiGetAllEntitiesIpAllowlistPoliciesRequest
|
|
41251
|
+
*/
|
|
41252
|
+
export interface EntitiesApiGetAllEntitiesIpAllowlistPoliciesRequest {
|
|
41253
|
+
/**
|
|
41254
|
+
* Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
41255
|
+
* @type {string}
|
|
41256
|
+
* @memberof EntitiesApiGetAllEntitiesIpAllowlistPolicies
|
|
41257
|
+
*/
|
|
41258
|
+
readonly filter?: string;
|
|
41259
|
+
/**
|
|
41260
|
+
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
41261
|
+
* @type {Array<'users' | 'userGroups' | 'ALL'>}
|
|
41262
|
+
* @memberof EntitiesApiGetAllEntitiesIpAllowlistPolicies
|
|
41263
|
+
*/
|
|
41264
|
+
readonly include?: Array<'users' | 'userGroups' | 'ALL'>;
|
|
41265
|
+
/**
|
|
41266
|
+
* Zero-based page index (0..N)
|
|
41267
|
+
* @type {number}
|
|
41268
|
+
* @memberof EntitiesApiGetAllEntitiesIpAllowlistPolicies
|
|
41269
|
+
*/
|
|
41270
|
+
readonly page?: number;
|
|
41271
|
+
/**
|
|
41272
|
+
* The size of the page to be returned
|
|
41273
|
+
* @type {number}
|
|
41274
|
+
* @memberof EntitiesApiGetAllEntitiesIpAllowlistPolicies
|
|
41275
|
+
*/
|
|
41276
|
+
readonly size?: number;
|
|
41277
|
+
/**
|
|
41278
|
+
* Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
41279
|
+
* @type {Array<string>}
|
|
41280
|
+
* @memberof EntitiesApiGetAllEntitiesIpAllowlistPolicies
|
|
41281
|
+
*/
|
|
41282
|
+
readonly sort?: Array<string>;
|
|
41283
|
+
/**
|
|
41284
|
+
* Include Meta objects.
|
|
41285
|
+
* @type {Array<'page' | 'all' | 'ALL'>}
|
|
41286
|
+
* @memberof EntitiesApiGetAllEntitiesIpAllowlistPolicies
|
|
41287
|
+
*/
|
|
41288
|
+
readonly metaInclude?: Array<'page' | 'all' | 'ALL'>;
|
|
41289
|
+
}
|
|
40828
41290
|
/**
|
|
40829
41291
|
* Request parameters for getAllEntitiesJwks operation in EntitiesApi.
|
|
40830
41292
|
* @export
|
|
@@ -42659,6 +43121,31 @@ export interface EntitiesApiGetEntityIdentityProvidersRequest {
|
|
|
42659
43121
|
*/
|
|
42660
43122
|
readonly filter?: string;
|
|
42661
43123
|
}
|
|
43124
|
+
/**
|
|
43125
|
+
* Request parameters for getEntityIpAllowlistPolicies operation in EntitiesApi.
|
|
43126
|
+
* @export
|
|
43127
|
+
* @interface EntitiesApiGetEntityIpAllowlistPoliciesRequest
|
|
43128
|
+
*/
|
|
43129
|
+
export interface EntitiesApiGetEntityIpAllowlistPoliciesRequest {
|
|
43130
|
+
/**
|
|
43131
|
+
*
|
|
43132
|
+
* @type {string}
|
|
43133
|
+
* @memberof EntitiesApiGetEntityIpAllowlistPolicies
|
|
43134
|
+
*/
|
|
43135
|
+
readonly id: string;
|
|
43136
|
+
/**
|
|
43137
|
+
* Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
43138
|
+
* @type {string}
|
|
43139
|
+
* @memberof EntitiesApiGetEntityIpAllowlistPolicies
|
|
43140
|
+
*/
|
|
43141
|
+
readonly filter?: string;
|
|
43142
|
+
/**
|
|
43143
|
+
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
43144
|
+
* @type {Array<'users' | 'userGroups' | 'ALL'>}
|
|
43145
|
+
* @memberof EntitiesApiGetEntityIpAllowlistPolicies
|
|
43146
|
+
*/
|
|
43147
|
+
readonly include?: Array<'users' | 'userGroups' | 'ALL'>;
|
|
43148
|
+
}
|
|
42662
43149
|
/**
|
|
42663
43150
|
* Request parameters for getEntityJwks operation in EntitiesApi.
|
|
42664
43151
|
* @export
|
|
@@ -45870,6 +46357,37 @@ export interface EntitiesApiUpdateEntityIdentityProvidersRequest {
|
|
|
45870
46357
|
*/
|
|
45871
46358
|
readonly filter?: string;
|
|
45872
46359
|
}
|
|
46360
|
+
/**
|
|
46361
|
+
* Request parameters for updateEntityIpAllowlistPolicies operation in EntitiesApi.
|
|
46362
|
+
* @export
|
|
46363
|
+
* @interface EntitiesApiUpdateEntityIpAllowlistPoliciesRequest
|
|
46364
|
+
*/
|
|
46365
|
+
export interface EntitiesApiUpdateEntityIpAllowlistPoliciesRequest {
|
|
46366
|
+
/**
|
|
46367
|
+
*
|
|
46368
|
+
* @type {string}
|
|
46369
|
+
* @memberof EntitiesApiUpdateEntityIpAllowlistPolicies
|
|
46370
|
+
*/
|
|
46371
|
+
readonly id: string;
|
|
46372
|
+
/**
|
|
46373
|
+
*
|
|
46374
|
+
* @type {JsonApiIpAllowlistPolicyInDocument}
|
|
46375
|
+
* @memberof EntitiesApiUpdateEntityIpAllowlistPolicies
|
|
46376
|
+
*/
|
|
46377
|
+
readonly jsonApiIpAllowlistPolicyInDocument: JsonApiIpAllowlistPolicyInDocument;
|
|
46378
|
+
/**
|
|
46379
|
+
* Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
46380
|
+
* @type {string}
|
|
46381
|
+
* @memberof EntitiesApiUpdateEntityIpAllowlistPolicies
|
|
46382
|
+
*/
|
|
46383
|
+
readonly filter?: string;
|
|
46384
|
+
/**
|
|
46385
|
+
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
46386
|
+
* @type {Array<'users' | 'userGroups' | 'ALL'>}
|
|
46387
|
+
* @memberof EntitiesApiUpdateEntityIpAllowlistPolicies
|
|
46388
|
+
*/
|
|
46389
|
+
readonly include?: Array<'users' | 'userGroups' | 'ALL'>;
|
|
46390
|
+
}
|
|
45873
46391
|
/**
|
|
45874
46392
|
* Request parameters for updateEntityJwks operation in EntitiesApi.
|
|
45875
46393
|
* @export
|
|
@@ -46662,6 +47180,15 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
46662
47180
|
* @memberof EntitiesApi
|
|
46663
47181
|
*/
|
|
46664
47182
|
createEntityIdentityProviders(requestParameters: EntitiesApiCreateEntityIdentityProvidersRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIdentityProviderOutDocument>;
|
|
47183
|
+
/**
|
|
47184
|
+
*
|
|
47185
|
+
* @summary Post IpAllowlistPolicy entities
|
|
47186
|
+
* @param {EntitiesApiCreateEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
47187
|
+
* @param {*} [options] Override http request option.
|
|
47188
|
+
* @throws {RequiredError}
|
|
47189
|
+
* @memberof EntitiesApi
|
|
47190
|
+
*/
|
|
47191
|
+
createEntityIpAllowlistPolicies(requestParameters: EntitiesApiCreateEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIpAllowlistPolicyOutDocument>;
|
|
46665
47192
|
/**
|
|
46666
47193
|
* Creates JSON web key - used to verify JSON web tokens (Jwts)
|
|
46667
47194
|
* @summary Post Jwks
|
|
@@ -46987,6 +47514,15 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
46987
47514
|
* @memberof EntitiesApi
|
|
46988
47515
|
*/
|
|
46989
47516
|
deleteEntityIdentityProviders(requestParameters: EntitiesApiDeleteEntityIdentityProvidersRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
47517
|
+
/**
|
|
47518
|
+
*
|
|
47519
|
+
* @summary Delete IpAllowlistPolicy entity
|
|
47520
|
+
* @param {EntitiesApiDeleteEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
47521
|
+
* @param {*} [options] Override http request option.
|
|
47522
|
+
* @throws {RequiredError}
|
|
47523
|
+
* @memberof EntitiesApi
|
|
47524
|
+
*/
|
|
47525
|
+
deleteEntityIpAllowlistPolicies(requestParameters: EntitiesApiDeleteEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
46990
47526
|
/**
|
|
46991
47527
|
* Deletes JSON web key - used to verify JSON web tokens (Jwts)
|
|
46992
47528
|
* @summary Delete Jwk
|
|
@@ -47375,6 +47911,15 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
47375
47911
|
* @memberof EntitiesApi
|
|
47376
47912
|
*/
|
|
47377
47913
|
getAllEntitiesIdentityProviders(requestParameters?: EntitiesApiGetAllEntitiesIdentityProvidersRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIdentityProviderOutList>;
|
|
47914
|
+
/**
|
|
47915
|
+
*
|
|
47916
|
+
* @summary Get all IpAllowlistPolicy entities
|
|
47917
|
+
* @param {EntitiesApiGetAllEntitiesIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
47918
|
+
* @param {*} [options] Override http request option.
|
|
47919
|
+
* @throws {RequiredError}
|
|
47920
|
+
* @memberof EntitiesApi
|
|
47921
|
+
*/
|
|
47922
|
+
getAllEntitiesIpAllowlistPolicies(requestParameters?: EntitiesApiGetAllEntitiesIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIpAllowlistPolicyOutList>;
|
|
47378
47923
|
/**
|
|
47379
47924
|
* Returns all JSON web keys - used to verify JSON web tokens (Jwts)
|
|
47380
47925
|
* @summary Get all Jwks
|
|
@@ -47808,6 +48353,15 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
47808
48353
|
* @memberof EntitiesApi
|
|
47809
48354
|
*/
|
|
47810
48355
|
getEntityIdentityProviders(requestParameters: EntitiesApiGetEntityIdentityProvidersRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIdentityProviderOutDocument>;
|
|
48356
|
+
/**
|
|
48357
|
+
*
|
|
48358
|
+
* @summary Get IpAllowlistPolicy entity
|
|
48359
|
+
* @param {EntitiesApiGetEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
48360
|
+
* @param {*} [options] Override http request option.
|
|
48361
|
+
* @throws {RequiredError}
|
|
48362
|
+
* @memberof EntitiesApi
|
|
48363
|
+
*/
|
|
48364
|
+
getEntityIpAllowlistPolicies(requestParameters: EntitiesApiGetEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIpAllowlistPolicyOutDocument>;
|
|
47811
48365
|
/**
|
|
47812
48366
|
* Returns JSON web key - used to verify JSON web tokens (Jwts)
|
|
47813
48367
|
* @summary Get Jwk
|
|
@@ -48737,6 +49291,15 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
48737
49291
|
* @memberof EntitiesApi
|
|
48738
49292
|
*/
|
|
48739
49293
|
updateEntityIdentityProviders(requestParameters: EntitiesApiUpdateEntityIdentityProvidersRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIdentityProviderOutDocument>;
|
|
49294
|
+
/**
|
|
49295
|
+
*
|
|
49296
|
+
* @summary Put IpAllowlistPolicy entity
|
|
49297
|
+
* @param {EntitiesApiUpdateEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
49298
|
+
* @param {*} [options] Override http request option.
|
|
49299
|
+
* @throws {RequiredError}
|
|
49300
|
+
* @memberof EntitiesApi
|
|
49301
|
+
*/
|
|
49302
|
+
updateEntityIpAllowlistPolicies(requestParameters: EntitiesApiUpdateEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIpAllowlistPolicyOutDocument>;
|
|
48740
49303
|
/**
|
|
48741
49304
|
* Updates JSON web key - used to verify JSON web tokens (Jwts)
|
|
48742
49305
|
* @summary Put Jwk
|
|
@@ -56259,6 +56822,353 @@ export declare class InvalidateCacheApi extends BaseAPI implements InvalidateCac
|
|
|
56259
56822
|
*/
|
|
56260
56823
|
registerWorkspaceUploadNotification(requestParameters: InvalidateCacheApiRegisterWorkspaceUploadNotificationRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
56261
56824
|
}
|
|
56825
|
+
/**
|
|
56826
|
+
*
|
|
56827
|
+
* @summary Post IpAllowlistPolicy entities
|
|
56828
|
+
* @param {JsonApiIpAllowlistPolicyInDocument} jsonApiIpAllowlistPolicyInDocument
|
|
56829
|
+
* @param {Array<'users' | 'userGroups' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
56830
|
+
* @param {*} [options] Override http request option.
|
|
56831
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
56832
|
+
* @throws {RequiredError}
|
|
56833
|
+
*/
|
|
56834
|
+
export declare function IpAllowlistPolicyControllerApiAxiosParamCreator_CreateEntityIpAllowlistPolicies(jsonApiIpAllowlistPolicyInDocument: JsonApiIpAllowlistPolicyInDocument, include?: Array<'users' | 'userGroups' | 'ALL'>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
56835
|
+
/**
|
|
56836
|
+
*
|
|
56837
|
+
* @summary Delete IpAllowlistPolicy entity
|
|
56838
|
+
* @param {string} id
|
|
56839
|
+
* @param {*} [options] Override http request option.
|
|
56840
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
56841
|
+
* @throws {RequiredError}
|
|
56842
|
+
*/
|
|
56843
|
+
export declare function IpAllowlistPolicyControllerApiAxiosParamCreator_DeleteEntityIpAllowlistPolicies(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
56844
|
+
/**
|
|
56845
|
+
*
|
|
56846
|
+
* @summary Get all IpAllowlistPolicy entities
|
|
56847
|
+
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
56848
|
+
* @param {Array<'users' | 'userGroups' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
56849
|
+
* @param {number} [page] Zero-based page index (0..N)
|
|
56850
|
+
* @param {number} [size] The size of the page to be returned
|
|
56851
|
+
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
56852
|
+
* @param {Array<'page' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
56853
|
+
* @param {*} [options] Override http request option.
|
|
56854
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
56855
|
+
* @throws {RequiredError}
|
|
56856
|
+
*/
|
|
56857
|
+
export declare function IpAllowlistPolicyControllerApiAxiosParamCreator_GetAllEntitiesIpAllowlistPolicies(filter?: string, include?: Array<'users' | 'userGroups' | 'ALL'>, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<'page' | 'all' | 'ALL'>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
56858
|
+
/**
|
|
56859
|
+
*
|
|
56860
|
+
* @summary Get IpAllowlistPolicy entity
|
|
56861
|
+
* @param {string} id
|
|
56862
|
+
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
56863
|
+
* @param {Array<'users' | 'userGroups' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
56864
|
+
* @param {*} [options] Override http request option.
|
|
56865
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
56866
|
+
* @throws {RequiredError}
|
|
56867
|
+
*/
|
|
56868
|
+
export declare function IpAllowlistPolicyControllerApiAxiosParamCreator_GetEntityIpAllowlistPolicies(id: string, filter?: string, include?: Array<'users' | 'userGroups' | 'ALL'>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
56869
|
+
/**
|
|
56870
|
+
*
|
|
56871
|
+
* @summary Put IpAllowlistPolicy entity
|
|
56872
|
+
* @param {string} id
|
|
56873
|
+
* @param {JsonApiIpAllowlistPolicyInDocument} jsonApiIpAllowlistPolicyInDocument
|
|
56874
|
+
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
56875
|
+
* @param {Array<'users' | 'userGroups' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
56876
|
+
* @param {*} [options] Override http request option.
|
|
56877
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
56878
|
+
* @throws {RequiredError}
|
|
56879
|
+
*/
|
|
56880
|
+
export declare function IpAllowlistPolicyControllerApiAxiosParamCreator_UpdateEntityIpAllowlistPolicies(id: string, jsonApiIpAllowlistPolicyInDocument: JsonApiIpAllowlistPolicyInDocument, filter?: string, include?: Array<'users' | 'userGroups' | 'ALL'>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
56881
|
+
/**
|
|
56882
|
+
*
|
|
56883
|
+
* @summary Post IpAllowlistPolicy entities
|
|
56884
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
56885
|
+
* @param {string} basePath Base path.
|
|
56886
|
+
* @param {IpAllowlistPolicyControllerApiCreateEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
56887
|
+
* @param {*} [options] Override http request option.
|
|
56888
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
56889
|
+
* @throws {RequiredError}
|
|
56890
|
+
*/
|
|
56891
|
+
export declare function IpAllowlistPolicyControllerApi_CreateEntityIpAllowlistPolicies(axios: AxiosInstance, basePath: string, requestParameters: IpAllowlistPolicyControllerApiCreateEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiIpAllowlistPolicyOutDocument>;
|
|
56892
|
+
/**
|
|
56893
|
+
*
|
|
56894
|
+
* @summary Delete IpAllowlistPolicy entity
|
|
56895
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
56896
|
+
* @param {string} basePath Base path.
|
|
56897
|
+
* @param {IpAllowlistPolicyControllerApiDeleteEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
56898
|
+
* @param {*} [options] Override http request option.
|
|
56899
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
56900
|
+
* @throws {RequiredError}
|
|
56901
|
+
*/
|
|
56902
|
+
export declare function IpAllowlistPolicyControllerApi_DeleteEntityIpAllowlistPolicies(axios: AxiosInstance, basePath: string, requestParameters: IpAllowlistPolicyControllerApiDeleteEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
56903
|
+
/**
|
|
56904
|
+
*
|
|
56905
|
+
* @summary Get all IpAllowlistPolicy entities
|
|
56906
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
56907
|
+
* @param {string} basePath Base path.
|
|
56908
|
+
* @param {IpAllowlistPolicyControllerApiGetAllEntitiesIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
56909
|
+
* @param {*} [options] Override http request option.
|
|
56910
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
56911
|
+
* @throws {RequiredError}
|
|
56912
|
+
*/
|
|
56913
|
+
export declare function IpAllowlistPolicyControllerApi_GetAllEntitiesIpAllowlistPolicies(axios: AxiosInstance, basePath: string, requestParameters: IpAllowlistPolicyControllerApiGetAllEntitiesIpAllowlistPoliciesRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiIpAllowlistPolicyOutList>;
|
|
56914
|
+
/**
|
|
56915
|
+
*
|
|
56916
|
+
* @summary Get IpAllowlistPolicy entity
|
|
56917
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
56918
|
+
* @param {string} basePath Base path.
|
|
56919
|
+
* @param {IpAllowlistPolicyControllerApiGetEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
56920
|
+
* @param {*} [options] Override http request option.
|
|
56921
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
56922
|
+
* @throws {RequiredError}
|
|
56923
|
+
*/
|
|
56924
|
+
export declare function IpAllowlistPolicyControllerApi_GetEntityIpAllowlistPolicies(axios: AxiosInstance, basePath: string, requestParameters: IpAllowlistPolicyControllerApiGetEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiIpAllowlistPolicyOutDocument>;
|
|
56925
|
+
/**
|
|
56926
|
+
*
|
|
56927
|
+
* @summary Put IpAllowlistPolicy entity
|
|
56928
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
56929
|
+
* @param {string} basePath Base path.
|
|
56930
|
+
* @param {IpAllowlistPolicyControllerApiUpdateEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
56931
|
+
* @param {*} [options] Override http request option.
|
|
56932
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
56933
|
+
* @throws {RequiredError}
|
|
56934
|
+
*/
|
|
56935
|
+
export declare function IpAllowlistPolicyControllerApi_UpdateEntityIpAllowlistPolicies(axios: AxiosInstance, basePath: string, requestParameters: IpAllowlistPolicyControllerApiUpdateEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiIpAllowlistPolicyOutDocument>;
|
|
56936
|
+
/**
|
|
56937
|
+
* IpAllowlistPolicyControllerApi - interface
|
|
56938
|
+
* @export
|
|
56939
|
+
* @interface IpAllowlistPolicyControllerApi
|
|
56940
|
+
*/
|
|
56941
|
+
export interface IpAllowlistPolicyControllerApiInterface {
|
|
56942
|
+
/**
|
|
56943
|
+
*
|
|
56944
|
+
* @summary Post IpAllowlistPolicy entities
|
|
56945
|
+
* @param {IpAllowlistPolicyControllerApiCreateEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
56946
|
+
* @param {*} [options] Override http request option.
|
|
56947
|
+
* @throws {RequiredError}
|
|
56948
|
+
* @memberof IpAllowlistPolicyControllerApiInterface
|
|
56949
|
+
*/
|
|
56950
|
+
createEntityIpAllowlistPolicies(requestParameters: IpAllowlistPolicyControllerApiCreateEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIpAllowlistPolicyOutDocument>;
|
|
56951
|
+
/**
|
|
56952
|
+
*
|
|
56953
|
+
* @summary Delete IpAllowlistPolicy entity
|
|
56954
|
+
* @param {IpAllowlistPolicyControllerApiDeleteEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
56955
|
+
* @param {*} [options] Override http request option.
|
|
56956
|
+
* @throws {RequiredError}
|
|
56957
|
+
* @memberof IpAllowlistPolicyControllerApiInterface
|
|
56958
|
+
*/
|
|
56959
|
+
deleteEntityIpAllowlistPolicies(requestParameters: IpAllowlistPolicyControllerApiDeleteEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
56960
|
+
/**
|
|
56961
|
+
*
|
|
56962
|
+
* @summary Get all IpAllowlistPolicy entities
|
|
56963
|
+
* @param {IpAllowlistPolicyControllerApiGetAllEntitiesIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
56964
|
+
* @param {*} [options] Override http request option.
|
|
56965
|
+
* @throws {RequiredError}
|
|
56966
|
+
* @memberof IpAllowlistPolicyControllerApiInterface
|
|
56967
|
+
*/
|
|
56968
|
+
getAllEntitiesIpAllowlistPolicies(requestParameters: IpAllowlistPolicyControllerApiGetAllEntitiesIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIpAllowlistPolicyOutList>;
|
|
56969
|
+
/**
|
|
56970
|
+
*
|
|
56971
|
+
* @summary Get IpAllowlistPolicy entity
|
|
56972
|
+
* @param {IpAllowlistPolicyControllerApiGetEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
56973
|
+
* @param {*} [options] Override http request option.
|
|
56974
|
+
* @throws {RequiredError}
|
|
56975
|
+
* @memberof IpAllowlistPolicyControllerApiInterface
|
|
56976
|
+
*/
|
|
56977
|
+
getEntityIpAllowlistPolicies(requestParameters: IpAllowlistPolicyControllerApiGetEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIpAllowlistPolicyOutDocument>;
|
|
56978
|
+
/**
|
|
56979
|
+
*
|
|
56980
|
+
* @summary Put IpAllowlistPolicy entity
|
|
56981
|
+
* @param {IpAllowlistPolicyControllerApiUpdateEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
56982
|
+
* @param {*} [options] Override http request option.
|
|
56983
|
+
* @throws {RequiredError}
|
|
56984
|
+
* @memberof IpAllowlistPolicyControllerApiInterface
|
|
56985
|
+
*/
|
|
56986
|
+
updateEntityIpAllowlistPolicies(requestParameters: IpAllowlistPolicyControllerApiUpdateEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIpAllowlistPolicyOutDocument>;
|
|
56987
|
+
}
|
|
56988
|
+
/**
|
|
56989
|
+
* Request parameters for createEntityIpAllowlistPolicies operation in IpAllowlistPolicyControllerApi.
|
|
56990
|
+
* @export
|
|
56991
|
+
* @interface IpAllowlistPolicyControllerApiCreateEntityIpAllowlistPoliciesRequest
|
|
56992
|
+
*/
|
|
56993
|
+
export interface IpAllowlistPolicyControllerApiCreateEntityIpAllowlistPoliciesRequest {
|
|
56994
|
+
/**
|
|
56995
|
+
*
|
|
56996
|
+
* @type {JsonApiIpAllowlistPolicyInDocument}
|
|
56997
|
+
* @memberof IpAllowlistPolicyControllerApiCreateEntityIpAllowlistPolicies
|
|
56998
|
+
*/
|
|
56999
|
+
readonly jsonApiIpAllowlistPolicyInDocument: JsonApiIpAllowlistPolicyInDocument;
|
|
57000
|
+
/**
|
|
57001
|
+
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
57002
|
+
* @type {Array<'users' | 'userGroups' | 'ALL'>}
|
|
57003
|
+
* @memberof IpAllowlistPolicyControllerApiCreateEntityIpAllowlistPolicies
|
|
57004
|
+
*/
|
|
57005
|
+
readonly include?: Array<'users' | 'userGroups' | 'ALL'>;
|
|
57006
|
+
}
|
|
57007
|
+
/**
|
|
57008
|
+
* Request parameters for deleteEntityIpAllowlistPolicies operation in IpAllowlistPolicyControllerApi.
|
|
57009
|
+
* @export
|
|
57010
|
+
* @interface IpAllowlistPolicyControllerApiDeleteEntityIpAllowlistPoliciesRequest
|
|
57011
|
+
*/
|
|
57012
|
+
export interface IpAllowlistPolicyControllerApiDeleteEntityIpAllowlistPoliciesRequest {
|
|
57013
|
+
/**
|
|
57014
|
+
*
|
|
57015
|
+
* @type {string}
|
|
57016
|
+
* @memberof IpAllowlistPolicyControllerApiDeleteEntityIpAllowlistPolicies
|
|
57017
|
+
*/
|
|
57018
|
+
readonly id: string;
|
|
57019
|
+
}
|
|
57020
|
+
/**
|
|
57021
|
+
* Request parameters for getAllEntitiesIpAllowlistPolicies operation in IpAllowlistPolicyControllerApi.
|
|
57022
|
+
* @export
|
|
57023
|
+
* @interface IpAllowlistPolicyControllerApiGetAllEntitiesIpAllowlistPoliciesRequest
|
|
57024
|
+
*/
|
|
57025
|
+
export interface IpAllowlistPolicyControllerApiGetAllEntitiesIpAllowlistPoliciesRequest {
|
|
57026
|
+
/**
|
|
57027
|
+
* Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
57028
|
+
* @type {string}
|
|
57029
|
+
* @memberof IpAllowlistPolicyControllerApiGetAllEntitiesIpAllowlistPolicies
|
|
57030
|
+
*/
|
|
57031
|
+
readonly filter?: string;
|
|
57032
|
+
/**
|
|
57033
|
+
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
57034
|
+
* @type {Array<'users' | 'userGroups' | 'ALL'>}
|
|
57035
|
+
* @memberof IpAllowlistPolicyControllerApiGetAllEntitiesIpAllowlistPolicies
|
|
57036
|
+
*/
|
|
57037
|
+
readonly include?: Array<'users' | 'userGroups' | 'ALL'>;
|
|
57038
|
+
/**
|
|
57039
|
+
* Zero-based page index (0..N)
|
|
57040
|
+
* @type {number}
|
|
57041
|
+
* @memberof IpAllowlistPolicyControllerApiGetAllEntitiesIpAllowlistPolicies
|
|
57042
|
+
*/
|
|
57043
|
+
readonly page?: number;
|
|
57044
|
+
/**
|
|
57045
|
+
* The size of the page to be returned
|
|
57046
|
+
* @type {number}
|
|
57047
|
+
* @memberof IpAllowlistPolicyControllerApiGetAllEntitiesIpAllowlistPolicies
|
|
57048
|
+
*/
|
|
57049
|
+
readonly size?: number;
|
|
57050
|
+
/**
|
|
57051
|
+
* Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
57052
|
+
* @type {Array<string>}
|
|
57053
|
+
* @memberof IpAllowlistPolicyControllerApiGetAllEntitiesIpAllowlistPolicies
|
|
57054
|
+
*/
|
|
57055
|
+
readonly sort?: Array<string>;
|
|
57056
|
+
/**
|
|
57057
|
+
* Include Meta objects.
|
|
57058
|
+
* @type {Array<'page' | 'all' | 'ALL'>}
|
|
57059
|
+
* @memberof IpAllowlistPolicyControllerApiGetAllEntitiesIpAllowlistPolicies
|
|
57060
|
+
*/
|
|
57061
|
+
readonly metaInclude?: Array<'page' | 'all' | 'ALL'>;
|
|
57062
|
+
}
|
|
57063
|
+
/**
|
|
57064
|
+
* Request parameters for getEntityIpAllowlistPolicies operation in IpAllowlistPolicyControllerApi.
|
|
57065
|
+
* @export
|
|
57066
|
+
* @interface IpAllowlistPolicyControllerApiGetEntityIpAllowlistPoliciesRequest
|
|
57067
|
+
*/
|
|
57068
|
+
export interface IpAllowlistPolicyControllerApiGetEntityIpAllowlistPoliciesRequest {
|
|
57069
|
+
/**
|
|
57070
|
+
*
|
|
57071
|
+
* @type {string}
|
|
57072
|
+
* @memberof IpAllowlistPolicyControllerApiGetEntityIpAllowlistPolicies
|
|
57073
|
+
*/
|
|
57074
|
+
readonly id: string;
|
|
57075
|
+
/**
|
|
57076
|
+
* Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
57077
|
+
* @type {string}
|
|
57078
|
+
* @memberof IpAllowlistPolicyControllerApiGetEntityIpAllowlistPolicies
|
|
57079
|
+
*/
|
|
57080
|
+
readonly filter?: string;
|
|
57081
|
+
/**
|
|
57082
|
+
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
57083
|
+
* @type {Array<'users' | 'userGroups' | 'ALL'>}
|
|
57084
|
+
* @memberof IpAllowlistPolicyControllerApiGetEntityIpAllowlistPolicies
|
|
57085
|
+
*/
|
|
57086
|
+
readonly include?: Array<'users' | 'userGroups' | 'ALL'>;
|
|
57087
|
+
}
|
|
57088
|
+
/**
|
|
57089
|
+
* Request parameters for updateEntityIpAllowlistPolicies operation in IpAllowlistPolicyControllerApi.
|
|
57090
|
+
* @export
|
|
57091
|
+
* @interface IpAllowlistPolicyControllerApiUpdateEntityIpAllowlistPoliciesRequest
|
|
57092
|
+
*/
|
|
57093
|
+
export interface IpAllowlistPolicyControllerApiUpdateEntityIpAllowlistPoliciesRequest {
|
|
57094
|
+
/**
|
|
57095
|
+
*
|
|
57096
|
+
* @type {string}
|
|
57097
|
+
* @memberof IpAllowlistPolicyControllerApiUpdateEntityIpAllowlistPolicies
|
|
57098
|
+
*/
|
|
57099
|
+
readonly id: string;
|
|
57100
|
+
/**
|
|
57101
|
+
*
|
|
57102
|
+
* @type {JsonApiIpAllowlistPolicyInDocument}
|
|
57103
|
+
* @memberof IpAllowlistPolicyControllerApiUpdateEntityIpAllowlistPolicies
|
|
57104
|
+
*/
|
|
57105
|
+
readonly jsonApiIpAllowlistPolicyInDocument: JsonApiIpAllowlistPolicyInDocument;
|
|
57106
|
+
/**
|
|
57107
|
+
* Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
57108
|
+
* @type {string}
|
|
57109
|
+
* @memberof IpAllowlistPolicyControllerApiUpdateEntityIpAllowlistPolicies
|
|
57110
|
+
*/
|
|
57111
|
+
readonly filter?: string;
|
|
57112
|
+
/**
|
|
57113
|
+
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
57114
|
+
* @type {Array<'users' | 'userGroups' | 'ALL'>}
|
|
57115
|
+
* @memberof IpAllowlistPolicyControllerApiUpdateEntityIpAllowlistPolicies
|
|
57116
|
+
*/
|
|
57117
|
+
readonly include?: Array<'users' | 'userGroups' | 'ALL'>;
|
|
57118
|
+
}
|
|
57119
|
+
/**
|
|
57120
|
+
* IpAllowlistPolicyControllerApi - object-oriented interface
|
|
57121
|
+
* @export
|
|
57122
|
+
* @class IpAllowlistPolicyControllerApi
|
|
57123
|
+
* @extends {BaseAPI}
|
|
57124
|
+
*/
|
|
57125
|
+
export declare class IpAllowlistPolicyControllerApi extends BaseAPI implements IpAllowlistPolicyControllerApiInterface {
|
|
57126
|
+
/**
|
|
57127
|
+
*
|
|
57128
|
+
* @summary Post IpAllowlistPolicy entities
|
|
57129
|
+
* @param {IpAllowlistPolicyControllerApiCreateEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
57130
|
+
* @param {*} [options] Override http request option.
|
|
57131
|
+
* @throws {RequiredError}
|
|
57132
|
+
* @memberof IpAllowlistPolicyControllerApi
|
|
57133
|
+
*/
|
|
57134
|
+
createEntityIpAllowlistPolicies(requestParameters: IpAllowlistPolicyControllerApiCreateEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIpAllowlistPolicyOutDocument>;
|
|
57135
|
+
/**
|
|
57136
|
+
*
|
|
57137
|
+
* @summary Delete IpAllowlistPolicy entity
|
|
57138
|
+
* @param {IpAllowlistPolicyControllerApiDeleteEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
57139
|
+
* @param {*} [options] Override http request option.
|
|
57140
|
+
* @throws {RequiredError}
|
|
57141
|
+
* @memberof IpAllowlistPolicyControllerApi
|
|
57142
|
+
*/
|
|
57143
|
+
deleteEntityIpAllowlistPolicies(requestParameters: IpAllowlistPolicyControllerApiDeleteEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
57144
|
+
/**
|
|
57145
|
+
*
|
|
57146
|
+
* @summary Get all IpAllowlistPolicy entities
|
|
57147
|
+
* @param {IpAllowlistPolicyControllerApiGetAllEntitiesIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
57148
|
+
* @param {*} [options] Override http request option.
|
|
57149
|
+
* @throws {RequiredError}
|
|
57150
|
+
* @memberof IpAllowlistPolicyControllerApi
|
|
57151
|
+
*/
|
|
57152
|
+
getAllEntitiesIpAllowlistPolicies(requestParameters?: IpAllowlistPolicyControllerApiGetAllEntitiesIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIpAllowlistPolicyOutList>;
|
|
57153
|
+
/**
|
|
57154
|
+
*
|
|
57155
|
+
* @summary Get IpAllowlistPolicy entity
|
|
57156
|
+
* @param {IpAllowlistPolicyControllerApiGetEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
57157
|
+
* @param {*} [options] Override http request option.
|
|
57158
|
+
* @throws {RequiredError}
|
|
57159
|
+
* @memberof IpAllowlistPolicyControllerApi
|
|
57160
|
+
*/
|
|
57161
|
+
getEntityIpAllowlistPolicies(requestParameters: IpAllowlistPolicyControllerApiGetEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIpAllowlistPolicyOutDocument>;
|
|
57162
|
+
/**
|
|
57163
|
+
*
|
|
57164
|
+
* @summary Put IpAllowlistPolicy entity
|
|
57165
|
+
* @param {IpAllowlistPolicyControllerApiUpdateEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
57166
|
+
* @param {*} [options] Override http request option.
|
|
57167
|
+
* @throws {RequiredError}
|
|
57168
|
+
* @memberof IpAllowlistPolicyControllerApi
|
|
57169
|
+
*/
|
|
57170
|
+
updateEntityIpAllowlistPolicies(requestParameters: IpAllowlistPolicyControllerApiUpdateEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIpAllowlistPolicyOutDocument>;
|
|
57171
|
+
}
|
|
56262
57172
|
/**
|
|
56263
57173
|
* Creates JSON web key - used to verify JSON web tokens (Jwts)
|
|
56264
57174
|
* @summary Post Jwks
|
|
@@ -66006,6 +66916,26 @@ export declare class OrganizationDeclarativeAPIsApi extends BaseAPI implements O
|
|
|
66006
66916
|
*/
|
|
66007
66917
|
setOrganizationLayout(requestParameters: OrganizationDeclarativeAPIsApiSetOrganizationLayoutRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
66008
66918
|
}
|
|
66919
|
+
/**
|
|
66920
|
+
*
|
|
66921
|
+
* @summary Add targets to IP allowlist policy
|
|
66922
|
+
* @param {string} id
|
|
66923
|
+
* @param {IpAllowlistPolicyTargets} ipAllowlistPolicyTargets
|
|
66924
|
+
* @param {*} [options] Override http request option.
|
|
66925
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
66926
|
+
* @throws {RequiredError}
|
|
66927
|
+
*/
|
|
66928
|
+
export declare function OrganizationEntityAPIsApiAxiosParamCreator_AddTargets(id: string, ipAllowlistPolicyTargets: IpAllowlistPolicyTargets, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
66929
|
+
/**
|
|
66930
|
+
*
|
|
66931
|
+
* @summary Post IpAllowlistPolicy entities
|
|
66932
|
+
* @param {JsonApiIpAllowlistPolicyInDocument} jsonApiIpAllowlistPolicyInDocument
|
|
66933
|
+
* @param {Array<'users' | 'userGroups' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
66934
|
+
* @param {*} [options] Override http request option.
|
|
66935
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
66936
|
+
* @throws {RequiredError}
|
|
66937
|
+
*/
|
|
66938
|
+
export declare function OrganizationEntityAPIsApiAxiosParamCreator_CreateEntityIpAllowlistPolicies(jsonApiIpAllowlistPolicyInDocument: JsonApiIpAllowlistPolicyInDocument, include?: Array<'users' | 'userGroups' | 'ALL'>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
66009
66939
|
/**
|
|
66010
66940
|
*
|
|
66011
66941
|
* @summary Post Organization Setting entities
|
|
@@ -66015,6 +66945,15 @@ export declare class OrganizationDeclarativeAPIsApi extends BaseAPI implements O
|
|
|
66015
66945
|
* @throws {RequiredError}
|
|
66016
66946
|
*/
|
|
66017
66947
|
export declare function OrganizationEntityAPIsApiAxiosParamCreator_CreateEntityOrganizationSettings(jsonApiOrganizationSettingInDocument: JsonApiOrganizationSettingInDocument, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
66948
|
+
/**
|
|
66949
|
+
*
|
|
66950
|
+
* @summary Delete IpAllowlistPolicy entity
|
|
66951
|
+
* @param {string} id
|
|
66952
|
+
* @param {*} [options] Override http request option.
|
|
66953
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
66954
|
+
* @throws {RequiredError}
|
|
66955
|
+
*/
|
|
66956
|
+
export declare function OrganizationEntityAPIsApiAxiosParamCreator_DeleteEntityIpAllowlistPolicies(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
66018
66957
|
/**
|
|
66019
66958
|
*
|
|
66020
66959
|
* @summary Delete Organization Setting entity
|
|
@@ -66024,6 +66963,20 @@ export declare function OrganizationEntityAPIsApiAxiosParamCreator_CreateEntityO
|
|
|
66024
66963
|
* @throws {RequiredError}
|
|
66025
66964
|
*/
|
|
66026
66965
|
export declare function OrganizationEntityAPIsApiAxiosParamCreator_DeleteEntityOrganizationSettings(id: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
66966
|
+
/**
|
|
66967
|
+
*
|
|
66968
|
+
* @summary Get all IpAllowlistPolicy entities
|
|
66969
|
+
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
66970
|
+
* @param {Array<'users' | 'userGroups' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
66971
|
+
* @param {number} [page] Zero-based page index (0..N)
|
|
66972
|
+
* @param {number} [size] The size of the page to be returned
|
|
66973
|
+
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
66974
|
+
* @param {Array<'page' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
66975
|
+
* @param {*} [options] Override http request option.
|
|
66976
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
66977
|
+
* @throws {RequiredError}
|
|
66978
|
+
*/
|
|
66979
|
+
export declare function OrganizationEntityAPIsApiAxiosParamCreator_GetAllEntitiesIpAllowlistPolicies(filter?: string, include?: Array<'users' | 'userGroups' | 'ALL'>, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<'page' | 'all' | 'ALL'>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
66027
66980
|
/**
|
|
66028
66981
|
*
|
|
66029
66982
|
* @summary Get Organization Setting entities
|
|
@@ -66037,6 +66990,17 @@ export declare function OrganizationEntityAPIsApiAxiosParamCreator_DeleteEntityO
|
|
|
66037
66990
|
* @throws {RequiredError}
|
|
66038
66991
|
*/
|
|
66039
66992
|
export declare function OrganizationEntityAPIsApiAxiosParamCreator_GetAllEntitiesOrganizationSettings(filter?: string, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<'page' | 'all' | 'ALL'>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
66993
|
+
/**
|
|
66994
|
+
*
|
|
66995
|
+
* @summary Get IpAllowlistPolicy entity
|
|
66996
|
+
* @param {string} id
|
|
66997
|
+
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
66998
|
+
* @param {Array<'users' | 'userGroups' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
66999
|
+
* @param {*} [options] Override http request option.
|
|
67000
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67001
|
+
* @throws {RequiredError}
|
|
67002
|
+
*/
|
|
67003
|
+
export declare function OrganizationEntityAPIsApiAxiosParamCreator_GetEntityIpAllowlistPolicies(id: string, filter?: string, include?: Array<'users' | 'userGroups' | 'ALL'>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
66040
67004
|
/**
|
|
66041
67005
|
*
|
|
66042
67006
|
* @summary Get Organization Setting entity
|
|
@@ -66091,6 +67055,28 @@ export declare function OrganizationEntityAPIsApiAxiosParamCreator_PatchEntityOr
|
|
|
66091
67055
|
* @throws {RequiredError}
|
|
66092
67056
|
*/
|
|
66093
67057
|
export declare function OrganizationEntityAPIsApiAxiosParamCreator_PatchEntityOrganizations(id: string, jsonApiOrganizationPatchDocument: JsonApiOrganizationPatchDocument, filter?: string, include?: Array<'users' | 'userGroups' | 'identityProviders' | 'bootstrapUser' | 'bootstrapUserGroup' | 'identityProvider' | 'ALL'>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
67058
|
+
/**
|
|
67059
|
+
*
|
|
67060
|
+
* @summary Remove targets from IP allowlist policy
|
|
67061
|
+
* @param {string} id
|
|
67062
|
+
* @param {IpAllowlistPolicyTargets} ipAllowlistPolicyTargets
|
|
67063
|
+
* @param {*} [options] Override http request option.
|
|
67064
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67065
|
+
* @throws {RequiredError}
|
|
67066
|
+
*/
|
|
67067
|
+
export declare function OrganizationEntityAPIsApiAxiosParamCreator_RemoveTargets(id: string, ipAllowlistPolicyTargets: IpAllowlistPolicyTargets, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
67068
|
+
/**
|
|
67069
|
+
*
|
|
67070
|
+
* @summary Put IpAllowlistPolicy entity
|
|
67071
|
+
* @param {string} id
|
|
67072
|
+
* @param {JsonApiIpAllowlistPolicyInDocument} jsonApiIpAllowlistPolicyInDocument
|
|
67073
|
+
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
67074
|
+
* @param {Array<'users' | 'userGroups' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
67075
|
+
* @param {*} [options] Override http request option.
|
|
67076
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67077
|
+
* @throws {RequiredError}
|
|
67078
|
+
*/
|
|
67079
|
+
export declare function OrganizationEntityAPIsApiAxiosParamCreator_UpdateEntityIpAllowlistPolicies(id: string, jsonApiIpAllowlistPolicyInDocument: JsonApiIpAllowlistPolicyInDocument, filter?: string, include?: Array<'users' | 'userGroups' | 'ALL'>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
66094
67080
|
/**
|
|
66095
67081
|
*
|
|
66096
67082
|
* @summary Put Organization Setting entity
|
|
@@ -66114,6 +67100,28 @@ export declare function OrganizationEntityAPIsApiAxiosParamCreator_UpdateEntityO
|
|
|
66114
67100
|
* @throws {RequiredError}
|
|
66115
67101
|
*/
|
|
66116
67102
|
export declare function OrganizationEntityAPIsApiAxiosParamCreator_UpdateEntityOrganizations(id: string, jsonApiOrganizationInDocument: JsonApiOrganizationInDocument, filter?: string, include?: Array<'users' | 'userGroups' | 'identityProviders' | 'bootstrapUser' | 'bootstrapUserGroup' | 'identityProvider' | 'ALL'>, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
67103
|
+
/**
|
|
67104
|
+
*
|
|
67105
|
+
* @summary Add targets to IP allowlist policy
|
|
67106
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
67107
|
+
* @param {string} basePath Base path.
|
|
67108
|
+
* @param {OrganizationEntityAPIsApiAddTargetsRequest} requestParameters Request parameters.
|
|
67109
|
+
* @param {*} [options] Override http request option.
|
|
67110
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67111
|
+
* @throws {RequiredError}
|
|
67112
|
+
*/
|
|
67113
|
+
export declare function OrganizationEntityAPIsApi_AddTargets(axios: AxiosInstance, basePath: string, requestParameters: OrganizationEntityAPIsApiAddTargetsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
67114
|
+
/**
|
|
67115
|
+
*
|
|
67116
|
+
* @summary Post IpAllowlistPolicy entities
|
|
67117
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
67118
|
+
* @param {string} basePath Base path.
|
|
67119
|
+
* @param {OrganizationEntityAPIsApiCreateEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
67120
|
+
* @param {*} [options] Override http request option.
|
|
67121
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67122
|
+
* @throws {RequiredError}
|
|
67123
|
+
*/
|
|
67124
|
+
export declare function OrganizationEntityAPIsApi_CreateEntityIpAllowlistPolicies(axios: AxiosInstance, basePath: string, requestParameters: OrganizationEntityAPIsApiCreateEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiIpAllowlistPolicyOutDocument>;
|
|
66117
67125
|
/**
|
|
66118
67126
|
*
|
|
66119
67127
|
* @summary Post Organization Setting entities
|
|
@@ -66125,6 +67133,17 @@ export declare function OrganizationEntityAPIsApiAxiosParamCreator_UpdateEntityO
|
|
|
66125
67133
|
* @throws {RequiredError}
|
|
66126
67134
|
*/
|
|
66127
67135
|
export declare function OrganizationEntityAPIsApi_CreateEntityOrganizationSettings(axios: AxiosInstance, basePath: string, requestParameters: OrganizationEntityAPIsApiCreateEntityOrganizationSettingsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiOrganizationSettingOutDocument>;
|
|
67136
|
+
/**
|
|
67137
|
+
*
|
|
67138
|
+
* @summary Delete IpAllowlistPolicy entity
|
|
67139
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
67140
|
+
* @param {string} basePath Base path.
|
|
67141
|
+
* @param {OrganizationEntityAPIsApiDeleteEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
67142
|
+
* @param {*} [options] Override http request option.
|
|
67143
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67144
|
+
* @throws {RequiredError}
|
|
67145
|
+
*/
|
|
67146
|
+
export declare function OrganizationEntityAPIsApi_DeleteEntityIpAllowlistPolicies(axios: AxiosInstance, basePath: string, requestParameters: OrganizationEntityAPIsApiDeleteEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
66128
67147
|
/**
|
|
66129
67148
|
*
|
|
66130
67149
|
* @summary Delete Organization Setting entity
|
|
@@ -66136,6 +67155,17 @@ export declare function OrganizationEntityAPIsApi_CreateEntityOrganizationSettin
|
|
|
66136
67155
|
* @throws {RequiredError}
|
|
66137
67156
|
*/
|
|
66138
67157
|
export declare function OrganizationEntityAPIsApi_DeleteEntityOrganizationSettings(axios: AxiosInstance, basePath: string, requestParameters: OrganizationEntityAPIsApiDeleteEntityOrganizationSettingsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
67158
|
+
/**
|
|
67159
|
+
*
|
|
67160
|
+
* @summary Get all IpAllowlistPolicy entities
|
|
67161
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
67162
|
+
* @param {string} basePath Base path.
|
|
67163
|
+
* @param {OrganizationEntityAPIsApiGetAllEntitiesIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
67164
|
+
* @param {*} [options] Override http request option.
|
|
67165
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67166
|
+
* @throws {RequiredError}
|
|
67167
|
+
*/
|
|
67168
|
+
export declare function OrganizationEntityAPIsApi_GetAllEntitiesIpAllowlistPolicies(axios: AxiosInstance, basePath: string, requestParameters: OrganizationEntityAPIsApiGetAllEntitiesIpAllowlistPoliciesRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiIpAllowlistPolicyOutList>;
|
|
66139
67169
|
/**
|
|
66140
67170
|
*
|
|
66141
67171
|
* @summary Get Organization Setting entities
|
|
@@ -66147,6 +67177,17 @@ export declare function OrganizationEntityAPIsApi_DeleteEntityOrganizationSettin
|
|
|
66147
67177
|
* @throws {RequiredError}
|
|
66148
67178
|
*/
|
|
66149
67179
|
export declare function OrganizationEntityAPIsApi_GetAllEntitiesOrganizationSettings(axios: AxiosInstance, basePath: string, requestParameters: OrganizationEntityAPIsApiGetAllEntitiesOrganizationSettingsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiOrganizationSettingOutList>;
|
|
67180
|
+
/**
|
|
67181
|
+
*
|
|
67182
|
+
* @summary Get IpAllowlistPolicy entity
|
|
67183
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
67184
|
+
* @param {string} basePath Base path.
|
|
67185
|
+
* @param {OrganizationEntityAPIsApiGetEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
67186
|
+
* @param {*} [options] Override http request option.
|
|
67187
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67188
|
+
* @throws {RequiredError}
|
|
67189
|
+
*/
|
|
67190
|
+
export declare function OrganizationEntityAPIsApi_GetEntityIpAllowlistPolicies(axios: AxiosInstance, basePath: string, requestParameters: OrganizationEntityAPIsApiGetEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiIpAllowlistPolicyOutDocument>;
|
|
66150
67191
|
/**
|
|
66151
67192
|
*
|
|
66152
67193
|
* @summary Get Organization Setting entity
|
|
@@ -66202,6 +67243,28 @@ export declare function OrganizationEntityAPIsApi_PatchEntityOrganizationSetting
|
|
|
66202
67243
|
* @throws {RequiredError}
|
|
66203
67244
|
*/
|
|
66204
67245
|
export declare function OrganizationEntityAPIsApi_PatchEntityOrganizations(axios: AxiosInstance, basePath: string, requestParameters: OrganizationEntityAPIsApiPatchEntityOrganizationsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiOrganizationOutDocument>;
|
|
67246
|
+
/**
|
|
67247
|
+
*
|
|
67248
|
+
* @summary Remove targets from IP allowlist policy
|
|
67249
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
67250
|
+
* @param {string} basePath Base path.
|
|
67251
|
+
* @param {OrganizationEntityAPIsApiRemoveTargetsRequest} requestParameters Request parameters.
|
|
67252
|
+
* @param {*} [options] Override http request option.
|
|
67253
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67254
|
+
* @throws {RequiredError}
|
|
67255
|
+
*/
|
|
67256
|
+
export declare function OrganizationEntityAPIsApi_RemoveTargets(axios: AxiosInstance, basePath: string, requestParameters: OrganizationEntityAPIsApiRemoveTargetsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<void>;
|
|
67257
|
+
/**
|
|
67258
|
+
*
|
|
67259
|
+
* @summary Put IpAllowlistPolicy entity
|
|
67260
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
67261
|
+
* @param {string} basePath Base path.
|
|
67262
|
+
* @param {OrganizationEntityAPIsApiUpdateEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
67263
|
+
* @param {*} [options] Override http request option.
|
|
67264
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67265
|
+
* @throws {RequiredError}
|
|
67266
|
+
*/
|
|
67267
|
+
export declare function OrganizationEntityAPIsApi_UpdateEntityIpAllowlistPolicies(axios: AxiosInstance, basePath: string, requestParameters: OrganizationEntityAPIsApiUpdateEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<JsonApiIpAllowlistPolicyOutDocument>;
|
|
66205
67268
|
/**
|
|
66206
67269
|
*
|
|
66207
67270
|
* @summary Put Organization Setting entity
|
|
@@ -66230,6 +67293,24 @@ export declare function OrganizationEntityAPIsApi_UpdateEntityOrganizations(axio
|
|
|
66230
67293
|
* @interface OrganizationEntityAPIsApi
|
|
66231
67294
|
*/
|
|
66232
67295
|
export interface OrganizationEntityAPIsApiInterface {
|
|
67296
|
+
/**
|
|
67297
|
+
*
|
|
67298
|
+
* @summary Add targets to IP allowlist policy
|
|
67299
|
+
* @param {OrganizationEntityAPIsApiAddTargetsRequest} requestParameters Request parameters.
|
|
67300
|
+
* @param {*} [options] Override http request option.
|
|
67301
|
+
* @throws {RequiredError}
|
|
67302
|
+
* @memberof OrganizationEntityAPIsApiInterface
|
|
67303
|
+
*/
|
|
67304
|
+
addTargets(requestParameters: OrganizationEntityAPIsApiAddTargetsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
67305
|
+
/**
|
|
67306
|
+
*
|
|
67307
|
+
* @summary Post IpAllowlistPolicy entities
|
|
67308
|
+
* @param {OrganizationEntityAPIsApiCreateEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
67309
|
+
* @param {*} [options] Override http request option.
|
|
67310
|
+
* @throws {RequiredError}
|
|
67311
|
+
* @memberof OrganizationEntityAPIsApiInterface
|
|
67312
|
+
*/
|
|
67313
|
+
createEntityIpAllowlistPolicies(requestParameters: OrganizationEntityAPIsApiCreateEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIpAllowlistPolicyOutDocument>;
|
|
66233
67314
|
/**
|
|
66234
67315
|
*
|
|
66235
67316
|
* @summary Post Organization Setting entities
|
|
@@ -66239,6 +67320,15 @@ export interface OrganizationEntityAPIsApiInterface {
|
|
|
66239
67320
|
* @memberof OrganizationEntityAPIsApiInterface
|
|
66240
67321
|
*/
|
|
66241
67322
|
createEntityOrganizationSettings(requestParameters: OrganizationEntityAPIsApiCreateEntityOrganizationSettingsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrganizationSettingOutDocument>;
|
|
67323
|
+
/**
|
|
67324
|
+
*
|
|
67325
|
+
* @summary Delete IpAllowlistPolicy entity
|
|
67326
|
+
* @param {OrganizationEntityAPIsApiDeleteEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
67327
|
+
* @param {*} [options] Override http request option.
|
|
67328
|
+
* @throws {RequiredError}
|
|
67329
|
+
* @memberof OrganizationEntityAPIsApiInterface
|
|
67330
|
+
*/
|
|
67331
|
+
deleteEntityIpAllowlistPolicies(requestParameters: OrganizationEntityAPIsApiDeleteEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
66242
67332
|
/**
|
|
66243
67333
|
*
|
|
66244
67334
|
* @summary Delete Organization Setting entity
|
|
@@ -66248,6 +67338,15 @@ export interface OrganizationEntityAPIsApiInterface {
|
|
|
66248
67338
|
* @memberof OrganizationEntityAPIsApiInterface
|
|
66249
67339
|
*/
|
|
66250
67340
|
deleteEntityOrganizationSettings(requestParameters: OrganizationEntityAPIsApiDeleteEntityOrganizationSettingsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
67341
|
+
/**
|
|
67342
|
+
*
|
|
67343
|
+
* @summary Get all IpAllowlistPolicy entities
|
|
67344
|
+
* @param {OrganizationEntityAPIsApiGetAllEntitiesIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
67345
|
+
* @param {*} [options] Override http request option.
|
|
67346
|
+
* @throws {RequiredError}
|
|
67347
|
+
* @memberof OrganizationEntityAPIsApiInterface
|
|
67348
|
+
*/
|
|
67349
|
+
getAllEntitiesIpAllowlistPolicies(requestParameters: OrganizationEntityAPIsApiGetAllEntitiesIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIpAllowlistPolicyOutList>;
|
|
66251
67350
|
/**
|
|
66252
67351
|
*
|
|
66253
67352
|
* @summary Get Organization Setting entities
|
|
@@ -66257,6 +67356,15 @@ export interface OrganizationEntityAPIsApiInterface {
|
|
|
66257
67356
|
* @memberof OrganizationEntityAPIsApiInterface
|
|
66258
67357
|
*/
|
|
66259
67358
|
getAllEntitiesOrganizationSettings(requestParameters: OrganizationEntityAPIsApiGetAllEntitiesOrganizationSettingsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrganizationSettingOutList>;
|
|
67359
|
+
/**
|
|
67360
|
+
*
|
|
67361
|
+
* @summary Get IpAllowlistPolicy entity
|
|
67362
|
+
* @param {OrganizationEntityAPIsApiGetEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
67363
|
+
* @param {*} [options] Override http request option.
|
|
67364
|
+
* @throws {RequiredError}
|
|
67365
|
+
* @memberof OrganizationEntityAPIsApiInterface
|
|
67366
|
+
*/
|
|
67367
|
+
getEntityIpAllowlistPolicies(requestParameters: OrganizationEntityAPIsApiGetEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIpAllowlistPolicyOutDocument>;
|
|
66260
67368
|
/**
|
|
66261
67369
|
*
|
|
66262
67370
|
* @summary Get Organization Setting entity
|
|
@@ -66302,6 +67410,24 @@ export interface OrganizationEntityAPIsApiInterface {
|
|
|
66302
67410
|
* @memberof OrganizationEntityAPIsApiInterface
|
|
66303
67411
|
*/
|
|
66304
67412
|
patchEntityOrganizations(requestParameters: OrganizationEntityAPIsApiPatchEntityOrganizationsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrganizationOutDocument>;
|
|
67413
|
+
/**
|
|
67414
|
+
*
|
|
67415
|
+
* @summary Remove targets from IP allowlist policy
|
|
67416
|
+
* @param {OrganizationEntityAPIsApiRemoveTargetsRequest} requestParameters Request parameters.
|
|
67417
|
+
* @param {*} [options] Override http request option.
|
|
67418
|
+
* @throws {RequiredError}
|
|
67419
|
+
* @memberof OrganizationEntityAPIsApiInterface
|
|
67420
|
+
*/
|
|
67421
|
+
removeTargets(requestParameters: OrganizationEntityAPIsApiRemoveTargetsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
67422
|
+
/**
|
|
67423
|
+
*
|
|
67424
|
+
* @summary Put IpAllowlistPolicy entity
|
|
67425
|
+
* @param {OrganizationEntityAPIsApiUpdateEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
67426
|
+
* @param {*} [options] Override http request option.
|
|
67427
|
+
* @throws {RequiredError}
|
|
67428
|
+
* @memberof OrganizationEntityAPIsApiInterface
|
|
67429
|
+
*/
|
|
67430
|
+
updateEntityIpAllowlistPolicies(requestParameters: OrganizationEntityAPIsApiUpdateEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIpAllowlistPolicyOutDocument>;
|
|
66305
67431
|
/**
|
|
66306
67432
|
*
|
|
66307
67433
|
* @summary Put Organization Setting entity
|
|
@@ -66321,6 +67447,44 @@ export interface OrganizationEntityAPIsApiInterface {
|
|
|
66321
67447
|
*/
|
|
66322
67448
|
updateEntityOrganizations(requestParameters: OrganizationEntityAPIsApiUpdateEntityOrganizationsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrganizationOutDocument>;
|
|
66323
67449
|
}
|
|
67450
|
+
/**
|
|
67451
|
+
* Request parameters for addTargets operation in OrganizationEntityAPIsApi.
|
|
67452
|
+
* @export
|
|
67453
|
+
* @interface OrganizationEntityAPIsApiAddTargetsRequest
|
|
67454
|
+
*/
|
|
67455
|
+
export interface OrganizationEntityAPIsApiAddTargetsRequest {
|
|
67456
|
+
/**
|
|
67457
|
+
*
|
|
67458
|
+
* @type {string}
|
|
67459
|
+
* @memberof OrganizationEntityAPIsApiAddTargets
|
|
67460
|
+
*/
|
|
67461
|
+
readonly id: string;
|
|
67462
|
+
/**
|
|
67463
|
+
*
|
|
67464
|
+
* @type {IpAllowlistPolicyTargets}
|
|
67465
|
+
* @memberof OrganizationEntityAPIsApiAddTargets
|
|
67466
|
+
*/
|
|
67467
|
+
readonly ipAllowlistPolicyTargets: IpAllowlistPolicyTargets;
|
|
67468
|
+
}
|
|
67469
|
+
/**
|
|
67470
|
+
* Request parameters for createEntityIpAllowlistPolicies operation in OrganizationEntityAPIsApi.
|
|
67471
|
+
* @export
|
|
67472
|
+
* @interface OrganizationEntityAPIsApiCreateEntityIpAllowlistPoliciesRequest
|
|
67473
|
+
*/
|
|
67474
|
+
export interface OrganizationEntityAPIsApiCreateEntityIpAllowlistPoliciesRequest {
|
|
67475
|
+
/**
|
|
67476
|
+
*
|
|
67477
|
+
* @type {JsonApiIpAllowlistPolicyInDocument}
|
|
67478
|
+
* @memberof OrganizationEntityAPIsApiCreateEntityIpAllowlistPolicies
|
|
67479
|
+
*/
|
|
67480
|
+
readonly jsonApiIpAllowlistPolicyInDocument: JsonApiIpAllowlistPolicyInDocument;
|
|
67481
|
+
/**
|
|
67482
|
+
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
67483
|
+
* @type {Array<'users' | 'userGroups' | 'ALL'>}
|
|
67484
|
+
* @memberof OrganizationEntityAPIsApiCreateEntityIpAllowlistPolicies
|
|
67485
|
+
*/
|
|
67486
|
+
readonly include?: Array<'users' | 'userGroups' | 'ALL'>;
|
|
67487
|
+
}
|
|
66324
67488
|
/**
|
|
66325
67489
|
* Request parameters for createEntityOrganizationSettings operation in OrganizationEntityAPIsApi.
|
|
66326
67490
|
* @export
|
|
@@ -66334,6 +67498,19 @@ export interface OrganizationEntityAPIsApiCreateEntityOrganizationSettingsReques
|
|
|
66334
67498
|
*/
|
|
66335
67499
|
readonly jsonApiOrganizationSettingInDocument: JsonApiOrganizationSettingInDocument;
|
|
66336
67500
|
}
|
|
67501
|
+
/**
|
|
67502
|
+
* Request parameters for deleteEntityIpAllowlistPolicies operation in OrganizationEntityAPIsApi.
|
|
67503
|
+
* @export
|
|
67504
|
+
* @interface OrganizationEntityAPIsApiDeleteEntityIpAllowlistPoliciesRequest
|
|
67505
|
+
*/
|
|
67506
|
+
export interface OrganizationEntityAPIsApiDeleteEntityIpAllowlistPoliciesRequest {
|
|
67507
|
+
/**
|
|
67508
|
+
*
|
|
67509
|
+
* @type {string}
|
|
67510
|
+
* @memberof OrganizationEntityAPIsApiDeleteEntityIpAllowlistPolicies
|
|
67511
|
+
*/
|
|
67512
|
+
readonly id: string;
|
|
67513
|
+
}
|
|
66337
67514
|
/**
|
|
66338
67515
|
* Request parameters for deleteEntityOrganizationSettings operation in OrganizationEntityAPIsApi.
|
|
66339
67516
|
* @export
|
|
@@ -66347,6 +67524,49 @@ export interface OrganizationEntityAPIsApiDeleteEntityOrganizationSettingsReques
|
|
|
66347
67524
|
*/
|
|
66348
67525
|
readonly id: string;
|
|
66349
67526
|
}
|
|
67527
|
+
/**
|
|
67528
|
+
* Request parameters for getAllEntitiesIpAllowlistPolicies operation in OrganizationEntityAPIsApi.
|
|
67529
|
+
* @export
|
|
67530
|
+
* @interface OrganizationEntityAPIsApiGetAllEntitiesIpAllowlistPoliciesRequest
|
|
67531
|
+
*/
|
|
67532
|
+
export interface OrganizationEntityAPIsApiGetAllEntitiesIpAllowlistPoliciesRequest {
|
|
67533
|
+
/**
|
|
67534
|
+
* Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
67535
|
+
* @type {string}
|
|
67536
|
+
* @memberof OrganizationEntityAPIsApiGetAllEntitiesIpAllowlistPolicies
|
|
67537
|
+
*/
|
|
67538
|
+
readonly filter?: string;
|
|
67539
|
+
/**
|
|
67540
|
+
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
67541
|
+
* @type {Array<'users' | 'userGroups' | 'ALL'>}
|
|
67542
|
+
* @memberof OrganizationEntityAPIsApiGetAllEntitiesIpAllowlistPolicies
|
|
67543
|
+
*/
|
|
67544
|
+
readonly include?: Array<'users' | 'userGroups' | 'ALL'>;
|
|
67545
|
+
/**
|
|
67546
|
+
* Zero-based page index (0..N)
|
|
67547
|
+
* @type {number}
|
|
67548
|
+
* @memberof OrganizationEntityAPIsApiGetAllEntitiesIpAllowlistPolicies
|
|
67549
|
+
*/
|
|
67550
|
+
readonly page?: number;
|
|
67551
|
+
/**
|
|
67552
|
+
* The size of the page to be returned
|
|
67553
|
+
* @type {number}
|
|
67554
|
+
* @memberof OrganizationEntityAPIsApiGetAllEntitiesIpAllowlistPolicies
|
|
67555
|
+
*/
|
|
67556
|
+
readonly size?: number;
|
|
67557
|
+
/**
|
|
67558
|
+
* Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
67559
|
+
* @type {Array<string>}
|
|
67560
|
+
* @memberof OrganizationEntityAPIsApiGetAllEntitiesIpAllowlistPolicies
|
|
67561
|
+
*/
|
|
67562
|
+
readonly sort?: Array<string>;
|
|
67563
|
+
/**
|
|
67564
|
+
* Include Meta objects.
|
|
67565
|
+
* @type {Array<'page' | 'all' | 'ALL'>}
|
|
67566
|
+
* @memberof OrganizationEntityAPIsApiGetAllEntitiesIpAllowlistPolicies
|
|
67567
|
+
*/
|
|
67568
|
+
readonly metaInclude?: Array<'page' | 'all' | 'ALL'>;
|
|
67569
|
+
}
|
|
66350
67570
|
/**
|
|
66351
67571
|
* Request parameters for getAllEntitiesOrganizationSettings operation in OrganizationEntityAPIsApi.
|
|
66352
67572
|
* @export
|
|
@@ -66384,6 +67604,31 @@ export interface OrganizationEntityAPIsApiGetAllEntitiesOrganizationSettingsRequ
|
|
|
66384
67604
|
*/
|
|
66385
67605
|
readonly metaInclude?: Array<'page' | 'all' | 'ALL'>;
|
|
66386
67606
|
}
|
|
67607
|
+
/**
|
|
67608
|
+
* Request parameters for getEntityIpAllowlistPolicies operation in OrganizationEntityAPIsApi.
|
|
67609
|
+
* @export
|
|
67610
|
+
* @interface OrganizationEntityAPIsApiGetEntityIpAllowlistPoliciesRequest
|
|
67611
|
+
*/
|
|
67612
|
+
export interface OrganizationEntityAPIsApiGetEntityIpAllowlistPoliciesRequest {
|
|
67613
|
+
/**
|
|
67614
|
+
*
|
|
67615
|
+
* @type {string}
|
|
67616
|
+
* @memberof OrganizationEntityAPIsApiGetEntityIpAllowlistPolicies
|
|
67617
|
+
*/
|
|
67618
|
+
readonly id: string;
|
|
67619
|
+
/**
|
|
67620
|
+
* Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
67621
|
+
* @type {string}
|
|
67622
|
+
* @memberof OrganizationEntityAPIsApiGetEntityIpAllowlistPolicies
|
|
67623
|
+
*/
|
|
67624
|
+
readonly filter?: string;
|
|
67625
|
+
/**
|
|
67626
|
+
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
67627
|
+
* @type {Array<'users' | 'userGroups' | 'ALL'>}
|
|
67628
|
+
* @memberof OrganizationEntityAPIsApiGetEntityIpAllowlistPolicies
|
|
67629
|
+
*/
|
|
67630
|
+
readonly include?: Array<'users' | 'userGroups' | 'ALL'>;
|
|
67631
|
+
}
|
|
66387
67632
|
/**
|
|
66388
67633
|
* Request parameters for getEntityOrganizationSettings operation in OrganizationEntityAPIsApi.
|
|
66389
67634
|
* @export
|
|
@@ -66503,6 +67748,56 @@ export interface OrganizationEntityAPIsApiPatchEntityOrganizationsRequest {
|
|
|
66503
67748
|
*/
|
|
66504
67749
|
readonly include?: Array<'users' | 'userGroups' | 'identityProviders' | 'bootstrapUser' | 'bootstrapUserGroup' | 'identityProvider' | 'ALL'>;
|
|
66505
67750
|
}
|
|
67751
|
+
/**
|
|
67752
|
+
* Request parameters for removeTargets operation in OrganizationEntityAPIsApi.
|
|
67753
|
+
* @export
|
|
67754
|
+
* @interface OrganizationEntityAPIsApiRemoveTargetsRequest
|
|
67755
|
+
*/
|
|
67756
|
+
export interface OrganizationEntityAPIsApiRemoveTargetsRequest {
|
|
67757
|
+
/**
|
|
67758
|
+
*
|
|
67759
|
+
* @type {string}
|
|
67760
|
+
* @memberof OrganizationEntityAPIsApiRemoveTargets
|
|
67761
|
+
*/
|
|
67762
|
+
readonly id: string;
|
|
67763
|
+
/**
|
|
67764
|
+
*
|
|
67765
|
+
* @type {IpAllowlistPolicyTargets}
|
|
67766
|
+
* @memberof OrganizationEntityAPIsApiRemoveTargets
|
|
67767
|
+
*/
|
|
67768
|
+
readonly ipAllowlistPolicyTargets: IpAllowlistPolicyTargets;
|
|
67769
|
+
}
|
|
67770
|
+
/**
|
|
67771
|
+
* Request parameters for updateEntityIpAllowlistPolicies operation in OrganizationEntityAPIsApi.
|
|
67772
|
+
* @export
|
|
67773
|
+
* @interface OrganizationEntityAPIsApiUpdateEntityIpAllowlistPoliciesRequest
|
|
67774
|
+
*/
|
|
67775
|
+
export interface OrganizationEntityAPIsApiUpdateEntityIpAllowlistPoliciesRequest {
|
|
67776
|
+
/**
|
|
67777
|
+
*
|
|
67778
|
+
* @type {string}
|
|
67779
|
+
* @memberof OrganizationEntityAPIsApiUpdateEntityIpAllowlistPolicies
|
|
67780
|
+
*/
|
|
67781
|
+
readonly id: string;
|
|
67782
|
+
/**
|
|
67783
|
+
*
|
|
67784
|
+
* @type {JsonApiIpAllowlistPolicyInDocument}
|
|
67785
|
+
* @memberof OrganizationEntityAPIsApiUpdateEntityIpAllowlistPolicies
|
|
67786
|
+
*/
|
|
67787
|
+
readonly jsonApiIpAllowlistPolicyInDocument: JsonApiIpAllowlistPolicyInDocument;
|
|
67788
|
+
/**
|
|
67789
|
+
* Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
67790
|
+
* @type {string}
|
|
67791
|
+
* @memberof OrganizationEntityAPIsApiUpdateEntityIpAllowlistPolicies
|
|
67792
|
+
*/
|
|
67793
|
+
readonly filter?: string;
|
|
67794
|
+
/**
|
|
67795
|
+
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
67796
|
+
* @type {Array<'users' | 'userGroups' | 'ALL'>}
|
|
67797
|
+
* @memberof OrganizationEntityAPIsApiUpdateEntityIpAllowlistPolicies
|
|
67798
|
+
*/
|
|
67799
|
+
readonly include?: Array<'users' | 'userGroups' | 'ALL'>;
|
|
67800
|
+
}
|
|
66506
67801
|
/**
|
|
66507
67802
|
* Request parameters for updateEntityOrganizationSettings operation in OrganizationEntityAPIsApi.
|
|
66508
67803
|
* @export
|
|
@@ -66566,6 +67861,24 @@ export interface OrganizationEntityAPIsApiUpdateEntityOrganizationsRequest {
|
|
|
66566
67861
|
* @extends {BaseAPI}
|
|
66567
67862
|
*/
|
|
66568
67863
|
export declare class OrganizationEntityAPIsApi extends BaseAPI implements OrganizationEntityAPIsApiInterface {
|
|
67864
|
+
/**
|
|
67865
|
+
*
|
|
67866
|
+
* @summary Add targets to IP allowlist policy
|
|
67867
|
+
* @param {OrganizationEntityAPIsApiAddTargetsRequest} requestParameters Request parameters.
|
|
67868
|
+
* @param {*} [options] Override http request option.
|
|
67869
|
+
* @throws {RequiredError}
|
|
67870
|
+
* @memberof OrganizationEntityAPIsApi
|
|
67871
|
+
*/
|
|
67872
|
+
addTargets(requestParameters: OrganizationEntityAPIsApiAddTargetsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
67873
|
+
/**
|
|
67874
|
+
*
|
|
67875
|
+
* @summary Post IpAllowlistPolicy entities
|
|
67876
|
+
* @param {OrganizationEntityAPIsApiCreateEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
67877
|
+
* @param {*} [options] Override http request option.
|
|
67878
|
+
* @throws {RequiredError}
|
|
67879
|
+
* @memberof OrganizationEntityAPIsApi
|
|
67880
|
+
*/
|
|
67881
|
+
createEntityIpAllowlistPolicies(requestParameters: OrganizationEntityAPIsApiCreateEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIpAllowlistPolicyOutDocument>;
|
|
66569
67882
|
/**
|
|
66570
67883
|
*
|
|
66571
67884
|
* @summary Post Organization Setting entities
|
|
@@ -66575,6 +67888,15 @@ export declare class OrganizationEntityAPIsApi extends BaseAPI implements Organi
|
|
|
66575
67888
|
* @memberof OrganizationEntityAPIsApi
|
|
66576
67889
|
*/
|
|
66577
67890
|
createEntityOrganizationSettings(requestParameters: OrganizationEntityAPIsApiCreateEntityOrganizationSettingsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrganizationSettingOutDocument>;
|
|
67891
|
+
/**
|
|
67892
|
+
*
|
|
67893
|
+
* @summary Delete IpAllowlistPolicy entity
|
|
67894
|
+
* @param {OrganizationEntityAPIsApiDeleteEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
67895
|
+
* @param {*} [options] Override http request option.
|
|
67896
|
+
* @throws {RequiredError}
|
|
67897
|
+
* @memberof OrganizationEntityAPIsApi
|
|
67898
|
+
*/
|
|
67899
|
+
deleteEntityIpAllowlistPolicies(requestParameters: OrganizationEntityAPIsApiDeleteEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
66578
67900
|
/**
|
|
66579
67901
|
*
|
|
66580
67902
|
* @summary Delete Organization Setting entity
|
|
@@ -66584,6 +67906,15 @@ export declare class OrganizationEntityAPIsApi extends BaseAPI implements Organi
|
|
|
66584
67906
|
* @memberof OrganizationEntityAPIsApi
|
|
66585
67907
|
*/
|
|
66586
67908
|
deleteEntityOrganizationSettings(requestParameters: OrganizationEntityAPIsApiDeleteEntityOrganizationSettingsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
67909
|
+
/**
|
|
67910
|
+
*
|
|
67911
|
+
* @summary Get all IpAllowlistPolicy entities
|
|
67912
|
+
* @param {OrganizationEntityAPIsApiGetAllEntitiesIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
67913
|
+
* @param {*} [options] Override http request option.
|
|
67914
|
+
* @throws {RequiredError}
|
|
67915
|
+
* @memberof OrganizationEntityAPIsApi
|
|
67916
|
+
*/
|
|
67917
|
+
getAllEntitiesIpAllowlistPolicies(requestParameters?: OrganizationEntityAPIsApiGetAllEntitiesIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIpAllowlistPolicyOutList>;
|
|
66587
67918
|
/**
|
|
66588
67919
|
*
|
|
66589
67920
|
* @summary Get Organization Setting entities
|
|
@@ -66593,6 +67924,15 @@ export declare class OrganizationEntityAPIsApi extends BaseAPI implements Organi
|
|
|
66593
67924
|
* @memberof OrganizationEntityAPIsApi
|
|
66594
67925
|
*/
|
|
66595
67926
|
getAllEntitiesOrganizationSettings(requestParameters?: OrganizationEntityAPIsApiGetAllEntitiesOrganizationSettingsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrganizationSettingOutList>;
|
|
67927
|
+
/**
|
|
67928
|
+
*
|
|
67929
|
+
* @summary Get IpAllowlistPolicy entity
|
|
67930
|
+
* @param {OrganizationEntityAPIsApiGetEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
67931
|
+
* @param {*} [options] Override http request option.
|
|
67932
|
+
* @throws {RequiredError}
|
|
67933
|
+
* @memberof OrganizationEntityAPIsApi
|
|
67934
|
+
*/
|
|
67935
|
+
getEntityIpAllowlistPolicies(requestParameters: OrganizationEntityAPIsApiGetEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIpAllowlistPolicyOutDocument>;
|
|
66596
67936
|
/**
|
|
66597
67937
|
*
|
|
66598
67938
|
* @summary Get Organization Setting entity
|
|
@@ -66638,6 +67978,24 @@ export declare class OrganizationEntityAPIsApi extends BaseAPI implements Organi
|
|
|
66638
67978
|
* @memberof OrganizationEntityAPIsApi
|
|
66639
67979
|
*/
|
|
66640
67980
|
patchEntityOrganizations(requestParameters: OrganizationEntityAPIsApiPatchEntityOrganizationsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrganizationOutDocument>;
|
|
67981
|
+
/**
|
|
67982
|
+
*
|
|
67983
|
+
* @summary Remove targets from IP allowlist policy
|
|
67984
|
+
* @param {OrganizationEntityAPIsApiRemoveTargetsRequest} requestParameters Request parameters.
|
|
67985
|
+
* @param {*} [options] Override http request option.
|
|
67986
|
+
* @throws {RequiredError}
|
|
67987
|
+
* @memberof OrganizationEntityAPIsApi
|
|
67988
|
+
*/
|
|
67989
|
+
removeTargets(requestParameters: OrganizationEntityAPIsApiRemoveTargetsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
67990
|
+
/**
|
|
67991
|
+
*
|
|
67992
|
+
* @summary Put IpAllowlistPolicy entity
|
|
67993
|
+
* @param {OrganizationEntityAPIsApiUpdateEntityIpAllowlistPoliciesRequest} requestParameters Request parameters.
|
|
67994
|
+
* @param {*} [options] Override http request option.
|
|
67995
|
+
* @throws {RequiredError}
|
|
67996
|
+
* @memberof OrganizationEntityAPIsApi
|
|
67997
|
+
*/
|
|
67998
|
+
updateEntityIpAllowlistPolicies(requestParameters: OrganizationEntityAPIsApiUpdateEntityIpAllowlistPoliciesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiIpAllowlistPolicyOutDocument>;
|
|
66641
67999
|
/**
|
|
66642
68000
|
*
|
|
66643
68001
|
* @summary Put Organization Setting entity
|