@goauthentik/api 2024.6.3-1723234818 → 2024.6.3-1723497462
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/dist/apis/PropertymappingsApi.d.ts +105 -105
- package/dist/apis/PropertymappingsApi.js +175 -175
- package/dist/esm/apis/PropertymappingsApi.d.ts +105 -105
- package/dist/esm/apis/PropertymappingsApi.js +175 -175
- package/dist/esm/models/Version.d.ts +6 -0
- package/dist/esm/models/Version.js +2 -0
- package/dist/models/Version.d.ts +6 -0
- package/dist/models/Version.js +2 -0
- package/package.json +1 -1
- package/src/apis/PropertymappingsApi.ts +210 -210
- package/src/models/Version.ts +8 -0
|
@@ -335,15 +335,15 @@ export interface PropertymappingsProviderMicrosoftEntraUsedByListRequest {
|
|
|
335
335
|
pmUuid: string;
|
|
336
336
|
}
|
|
337
337
|
|
|
338
|
-
export interface
|
|
338
|
+
export interface PropertymappingsProviderRacCreateRequest {
|
|
339
339
|
rACPropertyMappingRequest: RACPropertyMappingRequest;
|
|
340
340
|
}
|
|
341
341
|
|
|
342
|
-
export interface
|
|
342
|
+
export interface PropertymappingsProviderRacDestroyRequest {
|
|
343
343
|
pmUuid: string;
|
|
344
344
|
}
|
|
345
345
|
|
|
346
|
-
export interface
|
|
346
|
+
export interface PropertymappingsProviderRacListRequest {
|
|
347
347
|
managed?: Array<string>;
|
|
348
348
|
name?: string;
|
|
349
349
|
ordering?: string;
|
|
@@ -352,33 +352,33 @@ export interface PropertymappingsRacListRequest {
|
|
|
352
352
|
search?: string;
|
|
353
353
|
}
|
|
354
354
|
|
|
355
|
-
export interface
|
|
355
|
+
export interface PropertymappingsProviderRacPartialUpdateRequest {
|
|
356
356
|
pmUuid: string;
|
|
357
357
|
patchedRACPropertyMappingRequest?: PatchedRACPropertyMappingRequest;
|
|
358
358
|
}
|
|
359
359
|
|
|
360
|
-
export interface
|
|
360
|
+
export interface PropertymappingsProviderRacRetrieveRequest {
|
|
361
361
|
pmUuid: string;
|
|
362
362
|
}
|
|
363
363
|
|
|
364
|
-
export interface
|
|
364
|
+
export interface PropertymappingsProviderRacUpdateRequest {
|
|
365
365
|
pmUuid: string;
|
|
366
366
|
rACPropertyMappingRequest: RACPropertyMappingRequest;
|
|
367
367
|
}
|
|
368
368
|
|
|
369
|
-
export interface
|
|
369
|
+
export interface PropertymappingsProviderRacUsedByListRequest {
|
|
370
370
|
pmUuid: string;
|
|
371
371
|
}
|
|
372
372
|
|
|
373
|
-
export interface
|
|
373
|
+
export interface PropertymappingsProviderRadiusCreateRequest {
|
|
374
374
|
radiusProviderPropertyMappingRequest: RadiusProviderPropertyMappingRequest;
|
|
375
375
|
}
|
|
376
376
|
|
|
377
|
-
export interface
|
|
377
|
+
export interface PropertymappingsProviderRadiusDestroyRequest {
|
|
378
378
|
pmUuid: string;
|
|
379
379
|
}
|
|
380
380
|
|
|
381
|
-
export interface
|
|
381
|
+
export interface PropertymappingsProviderRadiusListRequest {
|
|
382
382
|
managed?: Array<string>;
|
|
383
383
|
managedIsnull?: boolean;
|
|
384
384
|
name?: string;
|
|
@@ -388,33 +388,33 @@ export interface PropertymappingsRadiusListRequest {
|
|
|
388
388
|
search?: string;
|
|
389
389
|
}
|
|
390
390
|
|
|
391
|
-
export interface
|
|
391
|
+
export interface PropertymappingsProviderRadiusPartialUpdateRequest {
|
|
392
392
|
pmUuid: string;
|
|
393
393
|
patchedRadiusProviderPropertyMappingRequest?: PatchedRadiusProviderPropertyMappingRequest;
|
|
394
394
|
}
|
|
395
395
|
|
|
396
|
-
export interface
|
|
396
|
+
export interface PropertymappingsProviderRadiusRetrieveRequest {
|
|
397
397
|
pmUuid: string;
|
|
398
398
|
}
|
|
399
399
|
|
|
400
|
-
export interface
|
|
400
|
+
export interface PropertymappingsProviderRadiusUpdateRequest {
|
|
401
401
|
pmUuid: string;
|
|
402
402
|
radiusProviderPropertyMappingRequest: RadiusProviderPropertyMappingRequest;
|
|
403
403
|
}
|
|
404
404
|
|
|
405
|
-
export interface
|
|
405
|
+
export interface PropertymappingsProviderRadiusUsedByListRequest {
|
|
406
406
|
pmUuid: string;
|
|
407
407
|
}
|
|
408
408
|
|
|
409
|
-
export interface
|
|
409
|
+
export interface PropertymappingsProviderSamlCreateRequest {
|
|
410
410
|
sAMLPropertyMappingRequest: SAMLPropertyMappingRequest;
|
|
411
411
|
}
|
|
412
412
|
|
|
413
|
-
export interface
|
|
413
|
+
export interface PropertymappingsProviderSamlDestroyRequest {
|
|
414
414
|
pmUuid: string;
|
|
415
415
|
}
|
|
416
416
|
|
|
417
|
-
export interface
|
|
417
|
+
export interface PropertymappingsProviderSamlListRequest {
|
|
418
418
|
friendlyName?: string;
|
|
419
419
|
managed?: Array<string>;
|
|
420
420
|
managedIsnull?: boolean;
|
|
@@ -426,33 +426,33 @@ export interface PropertymappingsSamlListRequest {
|
|
|
426
426
|
search?: string;
|
|
427
427
|
}
|
|
428
428
|
|
|
429
|
-
export interface
|
|
429
|
+
export interface PropertymappingsProviderSamlPartialUpdateRequest {
|
|
430
430
|
pmUuid: string;
|
|
431
431
|
patchedSAMLPropertyMappingRequest?: PatchedSAMLPropertyMappingRequest;
|
|
432
432
|
}
|
|
433
433
|
|
|
434
|
-
export interface
|
|
434
|
+
export interface PropertymappingsProviderSamlRetrieveRequest {
|
|
435
435
|
pmUuid: string;
|
|
436
436
|
}
|
|
437
437
|
|
|
438
|
-
export interface
|
|
438
|
+
export interface PropertymappingsProviderSamlUpdateRequest {
|
|
439
439
|
pmUuid: string;
|
|
440
440
|
sAMLPropertyMappingRequest: SAMLPropertyMappingRequest;
|
|
441
441
|
}
|
|
442
442
|
|
|
443
|
-
export interface
|
|
443
|
+
export interface PropertymappingsProviderSamlUsedByListRequest {
|
|
444
444
|
pmUuid: string;
|
|
445
445
|
}
|
|
446
446
|
|
|
447
|
-
export interface
|
|
447
|
+
export interface PropertymappingsProviderScimCreateRequest {
|
|
448
448
|
sCIMMappingRequest: SCIMMappingRequest;
|
|
449
449
|
}
|
|
450
450
|
|
|
451
|
-
export interface
|
|
451
|
+
export interface PropertymappingsProviderScimDestroyRequest {
|
|
452
452
|
pmUuid: string;
|
|
453
453
|
}
|
|
454
454
|
|
|
455
|
-
export interface
|
|
455
|
+
export interface PropertymappingsProviderScimListRequest {
|
|
456
456
|
managed?: Array<string>;
|
|
457
457
|
managedIsnull?: boolean;
|
|
458
458
|
name?: string;
|
|
@@ -462,33 +462,33 @@ export interface PropertymappingsScimListRequest {
|
|
|
462
462
|
search?: string;
|
|
463
463
|
}
|
|
464
464
|
|
|
465
|
-
export interface
|
|
465
|
+
export interface PropertymappingsProviderScimPartialUpdateRequest {
|
|
466
466
|
pmUuid: string;
|
|
467
467
|
patchedSCIMMappingRequest?: PatchedSCIMMappingRequest;
|
|
468
468
|
}
|
|
469
469
|
|
|
470
|
-
export interface
|
|
470
|
+
export interface PropertymappingsProviderScimRetrieveRequest {
|
|
471
471
|
pmUuid: string;
|
|
472
472
|
}
|
|
473
473
|
|
|
474
|
-
export interface
|
|
474
|
+
export interface PropertymappingsProviderScimUpdateRequest {
|
|
475
475
|
pmUuid: string;
|
|
476
476
|
sCIMMappingRequest: SCIMMappingRequest;
|
|
477
477
|
}
|
|
478
478
|
|
|
479
|
-
export interface
|
|
479
|
+
export interface PropertymappingsProviderScimUsedByListRequest {
|
|
480
480
|
pmUuid: string;
|
|
481
481
|
}
|
|
482
482
|
|
|
483
|
-
export interface
|
|
483
|
+
export interface PropertymappingsProviderScopeCreateRequest {
|
|
484
484
|
scopeMappingRequest: ScopeMappingRequest;
|
|
485
485
|
}
|
|
486
486
|
|
|
487
|
-
export interface
|
|
487
|
+
export interface PropertymappingsProviderScopeDestroyRequest {
|
|
488
488
|
pmUuid: string;
|
|
489
489
|
}
|
|
490
490
|
|
|
491
|
-
export interface
|
|
491
|
+
export interface PropertymappingsProviderScopeListRequest {
|
|
492
492
|
managed?: Array<string>;
|
|
493
493
|
managedIsnull?: boolean;
|
|
494
494
|
name?: string;
|
|
@@ -499,21 +499,21 @@ export interface PropertymappingsScopeListRequest {
|
|
|
499
499
|
search?: string;
|
|
500
500
|
}
|
|
501
501
|
|
|
502
|
-
export interface
|
|
502
|
+
export interface PropertymappingsProviderScopePartialUpdateRequest {
|
|
503
503
|
pmUuid: string;
|
|
504
504
|
patchedScopeMappingRequest?: PatchedScopeMappingRequest;
|
|
505
505
|
}
|
|
506
506
|
|
|
507
|
-
export interface
|
|
507
|
+
export interface PropertymappingsProviderScopeRetrieveRequest {
|
|
508
508
|
pmUuid: string;
|
|
509
509
|
}
|
|
510
510
|
|
|
511
|
-
export interface
|
|
511
|
+
export interface PropertymappingsProviderScopeUpdateRequest {
|
|
512
512
|
pmUuid: string;
|
|
513
513
|
scopeMappingRequest: ScopeMappingRequest;
|
|
514
514
|
}
|
|
515
515
|
|
|
516
|
-
export interface
|
|
516
|
+
export interface PropertymappingsProviderScopeUsedByListRequest {
|
|
517
517
|
pmUuid: string;
|
|
518
518
|
}
|
|
519
519
|
|
|
@@ -1865,9 +1865,9 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
1865
1865
|
/**
|
|
1866
1866
|
* RACPropertyMapping Viewset
|
|
1867
1867
|
*/
|
|
1868
|
-
async
|
|
1868
|
+
async propertymappingsProviderRacCreateRaw(requestParameters: PropertymappingsProviderRacCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RACPropertyMapping>> {
|
|
1869
1869
|
if (requestParameters.rACPropertyMappingRequest === null || requestParameters.rACPropertyMappingRequest === undefined) {
|
|
1870
|
-
throw new runtime.RequiredError('rACPropertyMappingRequest','Required parameter requestParameters.rACPropertyMappingRequest was null or undefined when calling
|
|
1870
|
+
throw new runtime.RequiredError('rACPropertyMappingRequest','Required parameter requestParameters.rACPropertyMappingRequest was null or undefined when calling propertymappingsProviderRacCreate.');
|
|
1871
1871
|
}
|
|
1872
1872
|
|
|
1873
1873
|
const queryParameters: any = {};
|
|
@@ -1885,7 +1885,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
1885
1885
|
}
|
|
1886
1886
|
}
|
|
1887
1887
|
const response = await this.request({
|
|
1888
|
-
path: `/propertymappings/rac/`,
|
|
1888
|
+
path: `/propertymappings/provider/rac/`,
|
|
1889
1889
|
method: 'POST',
|
|
1890
1890
|
headers: headerParameters,
|
|
1891
1891
|
query: queryParameters,
|
|
@@ -1898,17 +1898,17 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
1898
1898
|
/**
|
|
1899
1899
|
* RACPropertyMapping Viewset
|
|
1900
1900
|
*/
|
|
1901
|
-
async
|
|
1902
|
-
const response = await this.
|
|
1901
|
+
async propertymappingsProviderRacCreate(requestParameters: PropertymappingsProviderRacCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RACPropertyMapping> {
|
|
1902
|
+
const response = await this.propertymappingsProviderRacCreateRaw(requestParameters, initOverrides);
|
|
1903
1903
|
return await response.value();
|
|
1904
1904
|
}
|
|
1905
1905
|
|
|
1906
1906
|
/**
|
|
1907
1907
|
* RACPropertyMapping Viewset
|
|
1908
1908
|
*/
|
|
1909
|
-
async
|
|
1909
|
+
async propertymappingsProviderRacDestroyRaw(requestParameters: PropertymappingsProviderRacDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
|
|
1910
1910
|
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
1911
|
-
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling
|
|
1911
|
+
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsProviderRacDestroy.');
|
|
1912
1912
|
}
|
|
1913
1913
|
|
|
1914
1914
|
const queryParameters: any = {};
|
|
@@ -1924,7 +1924,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
1924
1924
|
}
|
|
1925
1925
|
}
|
|
1926
1926
|
const response = await this.request({
|
|
1927
|
-
path: `/propertymappings/rac/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
1927
|
+
path: `/propertymappings/provider/rac/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
1928
1928
|
method: 'DELETE',
|
|
1929
1929
|
headers: headerParameters,
|
|
1930
1930
|
query: queryParameters,
|
|
@@ -1936,14 +1936,14 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
1936
1936
|
/**
|
|
1937
1937
|
* RACPropertyMapping Viewset
|
|
1938
1938
|
*/
|
|
1939
|
-
async
|
|
1940
|
-
await this.
|
|
1939
|
+
async propertymappingsProviderRacDestroy(requestParameters: PropertymappingsProviderRacDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
|
|
1940
|
+
await this.propertymappingsProviderRacDestroyRaw(requestParameters, initOverrides);
|
|
1941
1941
|
}
|
|
1942
1942
|
|
|
1943
1943
|
/**
|
|
1944
1944
|
* RACPropertyMapping Viewset
|
|
1945
1945
|
*/
|
|
1946
|
-
async
|
|
1946
|
+
async propertymappingsProviderRacListRaw(requestParameters: PropertymappingsProviderRacListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedRACPropertyMappingList>> {
|
|
1947
1947
|
const queryParameters: any = {};
|
|
1948
1948
|
|
|
1949
1949
|
if (requestParameters.managed) {
|
|
@@ -1981,7 +1981,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
1981
1981
|
}
|
|
1982
1982
|
}
|
|
1983
1983
|
const response = await this.request({
|
|
1984
|
-
path: `/propertymappings/rac/`,
|
|
1984
|
+
path: `/propertymappings/provider/rac/`,
|
|
1985
1985
|
method: 'GET',
|
|
1986
1986
|
headers: headerParameters,
|
|
1987
1987
|
query: queryParameters,
|
|
@@ -1993,17 +1993,17 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
1993
1993
|
/**
|
|
1994
1994
|
* RACPropertyMapping Viewset
|
|
1995
1995
|
*/
|
|
1996
|
-
async
|
|
1997
|
-
const response = await this.
|
|
1996
|
+
async propertymappingsProviderRacList(requestParameters: PropertymappingsProviderRacListRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedRACPropertyMappingList> {
|
|
1997
|
+
const response = await this.propertymappingsProviderRacListRaw(requestParameters, initOverrides);
|
|
1998
1998
|
return await response.value();
|
|
1999
1999
|
}
|
|
2000
2000
|
|
|
2001
2001
|
/**
|
|
2002
2002
|
* RACPropertyMapping Viewset
|
|
2003
2003
|
*/
|
|
2004
|
-
async
|
|
2004
|
+
async propertymappingsProviderRacPartialUpdateRaw(requestParameters: PropertymappingsProviderRacPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RACPropertyMapping>> {
|
|
2005
2005
|
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
2006
|
-
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling
|
|
2006
|
+
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsProviderRacPartialUpdate.');
|
|
2007
2007
|
}
|
|
2008
2008
|
|
|
2009
2009
|
const queryParameters: any = {};
|
|
@@ -2021,7 +2021,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2021
2021
|
}
|
|
2022
2022
|
}
|
|
2023
2023
|
const response = await this.request({
|
|
2024
|
-
path: `/propertymappings/rac/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2024
|
+
path: `/propertymappings/provider/rac/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2025
2025
|
method: 'PATCH',
|
|
2026
2026
|
headers: headerParameters,
|
|
2027
2027
|
query: queryParameters,
|
|
@@ -2034,17 +2034,17 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2034
2034
|
/**
|
|
2035
2035
|
* RACPropertyMapping Viewset
|
|
2036
2036
|
*/
|
|
2037
|
-
async
|
|
2038
|
-
const response = await this.
|
|
2037
|
+
async propertymappingsProviderRacPartialUpdate(requestParameters: PropertymappingsProviderRacPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RACPropertyMapping> {
|
|
2038
|
+
const response = await this.propertymappingsProviderRacPartialUpdateRaw(requestParameters, initOverrides);
|
|
2039
2039
|
return await response.value();
|
|
2040
2040
|
}
|
|
2041
2041
|
|
|
2042
2042
|
/**
|
|
2043
2043
|
* RACPropertyMapping Viewset
|
|
2044
2044
|
*/
|
|
2045
|
-
async
|
|
2045
|
+
async propertymappingsProviderRacRetrieveRaw(requestParameters: PropertymappingsProviderRacRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RACPropertyMapping>> {
|
|
2046
2046
|
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
2047
|
-
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling
|
|
2047
|
+
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsProviderRacRetrieve.');
|
|
2048
2048
|
}
|
|
2049
2049
|
|
|
2050
2050
|
const queryParameters: any = {};
|
|
@@ -2060,7 +2060,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2060
2060
|
}
|
|
2061
2061
|
}
|
|
2062
2062
|
const response = await this.request({
|
|
2063
|
-
path: `/propertymappings/rac/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2063
|
+
path: `/propertymappings/provider/rac/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2064
2064
|
method: 'GET',
|
|
2065
2065
|
headers: headerParameters,
|
|
2066
2066
|
query: queryParameters,
|
|
@@ -2072,21 +2072,21 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2072
2072
|
/**
|
|
2073
2073
|
* RACPropertyMapping Viewset
|
|
2074
2074
|
*/
|
|
2075
|
-
async
|
|
2076
|
-
const response = await this.
|
|
2075
|
+
async propertymappingsProviderRacRetrieve(requestParameters: PropertymappingsProviderRacRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RACPropertyMapping> {
|
|
2076
|
+
const response = await this.propertymappingsProviderRacRetrieveRaw(requestParameters, initOverrides);
|
|
2077
2077
|
return await response.value();
|
|
2078
2078
|
}
|
|
2079
2079
|
|
|
2080
2080
|
/**
|
|
2081
2081
|
* RACPropertyMapping Viewset
|
|
2082
2082
|
*/
|
|
2083
|
-
async
|
|
2083
|
+
async propertymappingsProviderRacUpdateRaw(requestParameters: PropertymappingsProviderRacUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RACPropertyMapping>> {
|
|
2084
2084
|
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
2085
|
-
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling
|
|
2085
|
+
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsProviderRacUpdate.');
|
|
2086
2086
|
}
|
|
2087
2087
|
|
|
2088
2088
|
if (requestParameters.rACPropertyMappingRequest === null || requestParameters.rACPropertyMappingRequest === undefined) {
|
|
2089
|
-
throw new runtime.RequiredError('rACPropertyMappingRequest','Required parameter requestParameters.rACPropertyMappingRequest was null or undefined when calling
|
|
2089
|
+
throw new runtime.RequiredError('rACPropertyMappingRequest','Required parameter requestParameters.rACPropertyMappingRequest was null or undefined when calling propertymappingsProviderRacUpdate.');
|
|
2090
2090
|
}
|
|
2091
2091
|
|
|
2092
2092
|
const queryParameters: any = {};
|
|
@@ -2104,7 +2104,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2104
2104
|
}
|
|
2105
2105
|
}
|
|
2106
2106
|
const response = await this.request({
|
|
2107
|
-
path: `/propertymappings/rac/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2107
|
+
path: `/propertymappings/provider/rac/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2108
2108
|
method: 'PUT',
|
|
2109
2109
|
headers: headerParameters,
|
|
2110
2110
|
query: queryParameters,
|
|
@@ -2117,17 +2117,17 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2117
2117
|
/**
|
|
2118
2118
|
* RACPropertyMapping Viewset
|
|
2119
2119
|
*/
|
|
2120
|
-
async
|
|
2121
|
-
const response = await this.
|
|
2120
|
+
async propertymappingsProviderRacUpdate(requestParameters: PropertymappingsProviderRacUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RACPropertyMapping> {
|
|
2121
|
+
const response = await this.propertymappingsProviderRacUpdateRaw(requestParameters, initOverrides);
|
|
2122
2122
|
return await response.value();
|
|
2123
2123
|
}
|
|
2124
2124
|
|
|
2125
2125
|
/**
|
|
2126
2126
|
* Get a list of all objects that use this object
|
|
2127
2127
|
*/
|
|
2128
|
-
async
|
|
2128
|
+
async propertymappingsProviderRacUsedByListRaw(requestParameters: PropertymappingsProviderRacUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UsedBy>>> {
|
|
2129
2129
|
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
2130
|
-
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling
|
|
2130
|
+
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsProviderRacUsedByList.');
|
|
2131
2131
|
}
|
|
2132
2132
|
|
|
2133
2133
|
const queryParameters: any = {};
|
|
@@ -2143,7 +2143,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2143
2143
|
}
|
|
2144
2144
|
}
|
|
2145
2145
|
const response = await this.request({
|
|
2146
|
-
path: `/propertymappings/rac/{pm_uuid}/used_by/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2146
|
+
path: `/propertymappings/provider/rac/{pm_uuid}/used_by/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2147
2147
|
method: 'GET',
|
|
2148
2148
|
headers: headerParameters,
|
|
2149
2149
|
query: queryParameters,
|
|
@@ -2155,17 +2155,17 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2155
2155
|
/**
|
|
2156
2156
|
* Get a list of all objects that use this object
|
|
2157
2157
|
*/
|
|
2158
|
-
async
|
|
2159
|
-
const response = await this.
|
|
2158
|
+
async propertymappingsProviderRacUsedByList(requestParameters: PropertymappingsProviderRacUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UsedBy>> {
|
|
2159
|
+
const response = await this.propertymappingsProviderRacUsedByListRaw(requestParameters, initOverrides);
|
|
2160
2160
|
return await response.value();
|
|
2161
2161
|
}
|
|
2162
2162
|
|
|
2163
2163
|
/**
|
|
2164
2164
|
* RadiusProviderPropertyMapping Viewset
|
|
2165
2165
|
*/
|
|
2166
|
-
async
|
|
2166
|
+
async propertymappingsProviderRadiusCreateRaw(requestParameters: PropertymappingsProviderRadiusCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RadiusProviderPropertyMapping>> {
|
|
2167
2167
|
if (requestParameters.radiusProviderPropertyMappingRequest === null || requestParameters.radiusProviderPropertyMappingRequest === undefined) {
|
|
2168
|
-
throw new runtime.RequiredError('radiusProviderPropertyMappingRequest','Required parameter requestParameters.radiusProviderPropertyMappingRequest was null or undefined when calling
|
|
2168
|
+
throw new runtime.RequiredError('radiusProviderPropertyMappingRequest','Required parameter requestParameters.radiusProviderPropertyMappingRequest was null or undefined when calling propertymappingsProviderRadiusCreate.');
|
|
2169
2169
|
}
|
|
2170
2170
|
|
|
2171
2171
|
const queryParameters: any = {};
|
|
@@ -2183,7 +2183,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2183
2183
|
}
|
|
2184
2184
|
}
|
|
2185
2185
|
const response = await this.request({
|
|
2186
|
-
path: `/propertymappings/radius/`,
|
|
2186
|
+
path: `/propertymappings/provider/radius/`,
|
|
2187
2187
|
method: 'POST',
|
|
2188
2188
|
headers: headerParameters,
|
|
2189
2189
|
query: queryParameters,
|
|
@@ -2196,17 +2196,17 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2196
2196
|
/**
|
|
2197
2197
|
* RadiusProviderPropertyMapping Viewset
|
|
2198
2198
|
*/
|
|
2199
|
-
async
|
|
2200
|
-
const response = await this.
|
|
2199
|
+
async propertymappingsProviderRadiusCreate(requestParameters: PropertymappingsProviderRadiusCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RadiusProviderPropertyMapping> {
|
|
2200
|
+
const response = await this.propertymappingsProviderRadiusCreateRaw(requestParameters, initOverrides);
|
|
2201
2201
|
return await response.value();
|
|
2202
2202
|
}
|
|
2203
2203
|
|
|
2204
2204
|
/**
|
|
2205
2205
|
* RadiusProviderPropertyMapping Viewset
|
|
2206
2206
|
*/
|
|
2207
|
-
async
|
|
2207
|
+
async propertymappingsProviderRadiusDestroyRaw(requestParameters: PropertymappingsProviderRadiusDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
|
|
2208
2208
|
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
2209
|
-
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling
|
|
2209
|
+
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsProviderRadiusDestroy.');
|
|
2210
2210
|
}
|
|
2211
2211
|
|
|
2212
2212
|
const queryParameters: any = {};
|
|
@@ -2222,7 +2222,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2222
2222
|
}
|
|
2223
2223
|
}
|
|
2224
2224
|
const response = await this.request({
|
|
2225
|
-
path: `/propertymappings/radius/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2225
|
+
path: `/propertymappings/provider/radius/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2226
2226
|
method: 'DELETE',
|
|
2227
2227
|
headers: headerParameters,
|
|
2228
2228
|
query: queryParameters,
|
|
@@ -2234,14 +2234,14 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2234
2234
|
/**
|
|
2235
2235
|
* RadiusProviderPropertyMapping Viewset
|
|
2236
2236
|
*/
|
|
2237
|
-
async
|
|
2238
|
-
await this.
|
|
2237
|
+
async propertymappingsProviderRadiusDestroy(requestParameters: PropertymappingsProviderRadiusDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
|
|
2238
|
+
await this.propertymappingsProviderRadiusDestroyRaw(requestParameters, initOverrides);
|
|
2239
2239
|
}
|
|
2240
2240
|
|
|
2241
2241
|
/**
|
|
2242
2242
|
* RadiusProviderPropertyMapping Viewset
|
|
2243
2243
|
*/
|
|
2244
|
-
async
|
|
2244
|
+
async propertymappingsProviderRadiusListRaw(requestParameters: PropertymappingsProviderRadiusListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedRadiusProviderPropertyMappingList>> {
|
|
2245
2245
|
const queryParameters: any = {};
|
|
2246
2246
|
|
|
2247
2247
|
if (requestParameters.managed) {
|
|
@@ -2283,7 +2283,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2283
2283
|
}
|
|
2284
2284
|
}
|
|
2285
2285
|
const response = await this.request({
|
|
2286
|
-
path: `/propertymappings/radius/`,
|
|
2286
|
+
path: `/propertymappings/provider/radius/`,
|
|
2287
2287
|
method: 'GET',
|
|
2288
2288
|
headers: headerParameters,
|
|
2289
2289
|
query: queryParameters,
|
|
@@ -2295,17 +2295,17 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2295
2295
|
/**
|
|
2296
2296
|
* RadiusProviderPropertyMapping Viewset
|
|
2297
2297
|
*/
|
|
2298
|
-
async
|
|
2299
|
-
const response = await this.
|
|
2298
|
+
async propertymappingsProviderRadiusList(requestParameters: PropertymappingsProviderRadiusListRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedRadiusProviderPropertyMappingList> {
|
|
2299
|
+
const response = await this.propertymappingsProviderRadiusListRaw(requestParameters, initOverrides);
|
|
2300
2300
|
return await response.value();
|
|
2301
2301
|
}
|
|
2302
2302
|
|
|
2303
2303
|
/**
|
|
2304
2304
|
* RadiusProviderPropertyMapping Viewset
|
|
2305
2305
|
*/
|
|
2306
|
-
async
|
|
2306
|
+
async propertymappingsProviderRadiusPartialUpdateRaw(requestParameters: PropertymappingsProviderRadiusPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RadiusProviderPropertyMapping>> {
|
|
2307
2307
|
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
2308
|
-
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling
|
|
2308
|
+
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsProviderRadiusPartialUpdate.');
|
|
2309
2309
|
}
|
|
2310
2310
|
|
|
2311
2311
|
const queryParameters: any = {};
|
|
@@ -2323,7 +2323,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2323
2323
|
}
|
|
2324
2324
|
}
|
|
2325
2325
|
const response = await this.request({
|
|
2326
|
-
path: `/propertymappings/radius/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2326
|
+
path: `/propertymappings/provider/radius/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2327
2327
|
method: 'PATCH',
|
|
2328
2328
|
headers: headerParameters,
|
|
2329
2329
|
query: queryParameters,
|
|
@@ -2336,17 +2336,17 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2336
2336
|
/**
|
|
2337
2337
|
* RadiusProviderPropertyMapping Viewset
|
|
2338
2338
|
*/
|
|
2339
|
-
async
|
|
2340
|
-
const response = await this.
|
|
2339
|
+
async propertymappingsProviderRadiusPartialUpdate(requestParameters: PropertymappingsProviderRadiusPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RadiusProviderPropertyMapping> {
|
|
2340
|
+
const response = await this.propertymappingsProviderRadiusPartialUpdateRaw(requestParameters, initOverrides);
|
|
2341
2341
|
return await response.value();
|
|
2342
2342
|
}
|
|
2343
2343
|
|
|
2344
2344
|
/**
|
|
2345
2345
|
* RadiusProviderPropertyMapping Viewset
|
|
2346
2346
|
*/
|
|
2347
|
-
async
|
|
2347
|
+
async propertymappingsProviderRadiusRetrieveRaw(requestParameters: PropertymappingsProviderRadiusRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RadiusProviderPropertyMapping>> {
|
|
2348
2348
|
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
2349
|
-
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling
|
|
2349
|
+
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsProviderRadiusRetrieve.');
|
|
2350
2350
|
}
|
|
2351
2351
|
|
|
2352
2352
|
const queryParameters: any = {};
|
|
@@ -2362,7 +2362,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2362
2362
|
}
|
|
2363
2363
|
}
|
|
2364
2364
|
const response = await this.request({
|
|
2365
|
-
path: `/propertymappings/radius/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2365
|
+
path: `/propertymappings/provider/radius/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2366
2366
|
method: 'GET',
|
|
2367
2367
|
headers: headerParameters,
|
|
2368
2368
|
query: queryParameters,
|
|
@@ -2374,21 +2374,21 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2374
2374
|
/**
|
|
2375
2375
|
* RadiusProviderPropertyMapping Viewset
|
|
2376
2376
|
*/
|
|
2377
|
-
async
|
|
2378
|
-
const response = await this.
|
|
2377
|
+
async propertymappingsProviderRadiusRetrieve(requestParameters: PropertymappingsProviderRadiusRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RadiusProviderPropertyMapping> {
|
|
2378
|
+
const response = await this.propertymappingsProviderRadiusRetrieveRaw(requestParameters, initOverrides);
|
|
2379
2379
|
return await response.value();
|
|
2380
2380
|
}
|
|
2381
2381
|
|
|
2382
2382
|
/**
|
|
2383
2383
|
* RadiusProviderPropertyMapping Viewset
|
|
2384
2384
|
*/
|
|
2385
|
-
async
|
|
2385
|
+
async propertymappingsProviderRadiusUpdateRaw(requestParameters: PropertymappingsProviderRadiusUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RadiusProviderPropertyMapping>> {
|
|
2386
2386
|
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
2387
|
-
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling
|
|
2387
|
+
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsProviderRadiusUpdate.');
|
|
2388
2388
|
}
|
|
2389
2389
|
|
|
2390
2390
|
if (requestParameters.radiusProviderPropertyMappingRequest === null || requestParameters.radiusProviderPropertyMappingRequest === undefined) {
|
|
2391
|
-
throw new runtime.RequiredError('radiusProviderPropertyMappingRequest','Required parameter requestParameters.radiusProviderPropertyMappingRequest was null or undefined when calling
|
|
2391
|
+
throw new runtime.RequiredError('radiusProviderPropertyMappingRequest','Required parameter requestParameters.radiusProviderPropertyMappingRequest was null or undefined when calling propertymappingsProviderRadiusUpdate.');
|
|
2392
2392
|
}
|
|
2393
2393
|
|
|
2394
2394
|
const queryParameters: any = {};
|
|
@@ -2406,7 +2406,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2406
2406
|
}
|
|
2407
2407
|
}
|
|
2408
2408
|
const response = await this.request({
|
|
2409
|
-
path: `/propertymappings/radius/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2409
|
+
path: `/propertymappings/provider/radius/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2410
2410
|
method: 'PUT',
|
|
2411
2411
|
headers: headerParameters,
|
|
2412
2412
|
query: queryParameters,
|
|
@@ -2419,17 +2419,17 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2419
2419
|
/**
|
|
2420
2420
|
* RadiusProviderPropertyMapping Viewset
|
|
2421
2421
|
*/
|
|
2422
|
-
async
|
|
2423
|
-
const response = await this.
|
|
2422
|
+
async propertymappingsProviderRadiusUpdate(requestParameters: PropertymappingsProviderRadiusUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RadiusProviderPropertyMapping> {
|
|
2423
|
+
const response = await this.propertymappingsProviderRadiusUpdateRaw(requestParameters, initOverrides);
|
|
2424
2424
|
return await response.value();
|
|
2425
2425
|
}
|
|
2426
2426
|
|
|
2427
2427
|
/**
|
|
2428
2428
|
* Get a list of all objects that use this object
|
|
2429
2429
|
*/
|
|
2430
|
-
async
|
|
2430
|
+
async propertymappingsProviderRadiusUsedByListRaw(requestParameters: PropertymappingsProviderRadiusUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UsedBy>>> {
|
|
2431
2431
|
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
2432
|
-
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling
|
|
2432
|
+
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsProviderRadiusUsedByList.');
|
|
2433
2433
|
}
|
|
2434
2434
|
|
|
2435
2435
|
const queryParameters: any = {};
|
|
@@ -2445,7 +2445,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2445
2445
|
}
|
|
2446
2446
|
}
|
|
2447
2447
|
const response = await this.request({
|
|
2448
|
-
path: `/propertymappings/radius/{pm_uuid}/used_by/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2448
|
+
path: `/propertymappings/provider/radius/{pm_uuid}/used_by/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2449
2449
|
method: 'GET',
|
|
2450
2450
|
headers: headerParameters,
|
|
2451
2451
|
query: queryParameters,
|
|
@@ -2457,17 +2457,17 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2457
2457
|
/**
|
|
2458
2458
|
* Get a list of all objects that use this object
|
|
2459
2459
|
*/
|
|
2460
|
-
async
|
|
2461
|
-
const response = await this.
|
|
2460
|
+
async propertymappingsProviderRadiusUsedByList(requestParameters: PropertymappingsProviderRadiusUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UsedBy>> {
|
|
2461
|
+
const response = await this.propertymappingsProviderRadiusUsedByListRaw(requestParameters, initOverrides);
|
|
2462
2462
|
return await response.value();
|
|
2463
2463
|
}
|
|
2464
2464
|
|
|
2465
2465
|
/**
|
|
2466
2466
|
* SAMLPropertyMapping Viewset
|
|
2467
2467
|
*/
|
|
2468
|
-
async
|
|
2468
|
+
async propertymappingsProviderSamlCreateRaw(requestParameters: PropertymappingsProviderSamlCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SAMLPropertyMapping>> {
|
|
2469
2469
|
if (requestParameters.sAMLPropertyMappingRequest === null || requestParameters.sAMLPropertyMappingRequest === undefined) {
|
|
2470
|
-
throw new runtime.RequiredError('sAMLPropertyMappingRequest','Required parameter requestParameters.sAMLPropertyMappingRequest was null or undefined when calling
|
|
2470
|
+
throw new runtime.RequiredError('sAMLPropertyMappingRequest','Required parameter requestParameters.sAMLPropertyMappingRequest was null or undefined when calling propertymappingsProviderSamlCreate.');
|
|
2471
2471
|
}
|
|
2472
2472
|
|
|
2473
2473
|
const queryParameters: any = {};
|
|
@@ -2485,7 +2485,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2485
2485
|
}
|
|
2486
2486
|
}
|
|
2487
2487
|
const response = await this.request({
|
|
2488
|
-
path: `/propertymappings/saml/`,
|
|
2488
|
+
path: `/propertymappings/provider/saml/`,
|
|
2489
2489
|
method: 'POST',
|
|
2490
2490
|
headers: headerParameters,
|
|
2491
2491
|
query: queryParameters,
|
|
@@ -2498,17 +2498,17 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2498
2498
|
/**
|
|
2499
2499
|
* SAMLPropertyMapping Viewset
|
|
2500
2500
|
*/
|
|
2501
|
-
async
|
|
2502
|
-
const response = await this.
|
|
2501
|
+
async propertymappingsProviderSamlCreate(requestParameters: PropertymappingsProviderSamlCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SAMLPropertyMapping> {
|
|
2502
|
+
const response = await this.propertymappingsProviderSamlCreateRaw(requestParameters, initOverrides);
|
|
2503
2503
|
return await response.value();
|
|
2504
2504
|
}
|
|
2505
2505
|
|
|
2506
2506
|
/**
|
|
2507
2507
|
* SAMLPropertyMapping Viewset
|
|
2508
2508
|
*/
|
|
2509
|
-
async
|
|
2509
|
+
async propertymappingsProviderSamlDestroyRaw(requestParameters: PropertymappingsProviderSamlDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
|
|
2510
2510
|
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
2511
|
-
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling
|
|
2511
|
+
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsProviderSamlDestroy.');
|
|
2512
2512
|
}
|
|
2513
2513
|
|
|
2514
2514
|
const queryParameters: any = {};
|
|
@@ -2524,7 +2524,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2524
2524
|
}
|
|
2525
2525
|
}
|
|
2526
2526
|
const response = await this.request({
|
|
2527
|
-
path: `/propertymappings/saml/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2527
|
+
path: `/propertymappings/provider/saml/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2528
2528
|
method: 'DELETE',
|
|
2529
2529
|
headers: headerParameters,
|
|
2530
2530
|
query: queryParameters,
|
|
@@ -2536,14 +2536,14 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2536
2536
|
/**
|
|
2537
2537
|
* SAMLPropertyMapping Viewset
|
|
2538
2538
|
*/
|
|
2539
|
-
async
|
|
2540
|
-
await this.
|
|
2539
|
+
async propertymappingsProviderSamlDestroy(requestParameters: PropertymappingsProviderSamlDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
|
|
2540
|
+
await this.propertymappingsProviderSamlDestroyRaw(requestParameters, initOverrides);
|
|
2541
2541
|
}
|
|
2542
2542
|
|
|
2543
2543
|
/**
|
|
2544
2544
|
* SAMLPropertyMapping Viewset
|
|
2545
2545
|
*/
|
|
2546
|
-
async
|
|
2546
|
+
async propertymappingsProviderSamlListRaw(requestParameters: PropertymappingsProviderSamlListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedSAMLPropertyMappingList>> {
|
|
2547
2547
|
const queryParameters: any = {};
|
|
2548
2548
|
|
|
2549
2549
|
if (requestParameters.friendlyName !== undefined) {
|
|
@@ -2593,7 +2593,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2593
2593
|
}
|
|
2594
2594
|
}
|
|
2595
2595
|
const response = await this.request({
|
|
2596
|
-
path: `/propertymappings/saml/`,
|
|
2596
|
+
path: `/propertymappings/provider/saml/`,
|
|
2597
2597
|
method: 'GET',
|
|
2598
2598
|
headers: headerParameters,
|
|
2599
2599
|
query: queryParameters,
|
|
@@ -2605,17 +2605,17 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2605
2605
|
/**
|
|
2606
2606
|
* SAMLPropertyMapping Viewset
|
|
2607
2607
|
*/
|
|
2608
|
-
async
|
|
2609
|
-
const response = await this.
|
|
2608
|
+
async propertymappingsProviderSamlList(requestParameters: PropertymappingsProviderSamlListRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedSAMLPropertyMappingList> {
|
|
2609
|
+
const response = await this.propertymappingsProviderSamlListRaw(requestParameters, initOverrides);
|
|
2610
2610
|
return await response.value();
|
|
2611
2611
|
}
|
|
2612
2612
|
|
|
2613
2613
|
/**
|
|
2614
2614
|
* SAMLPropertyMapping Viewset
|
|
2615
2615
|
*/
|
|
2616
|
-
async
|
|
2616
|
+
async propertymappingsProviderSamlPartialUpdateRaw(requestParameters: PropertymappingsProviderSamlPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SAMLPropertyMapping>> {
|
|
2617
2617
|
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
2618
|
-
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling
|
|
2618
|
+
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsProviderSamlPartialUpdate.');
|
|
2619
2619
|
}
|
|
2620
2620
|
|
|
2621
2621
|
const queryParameters: any = {};
|
|
@@ -2633,7 +2633,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2633
2633
|
}
|
|
2634
2634
|
}
|
|
2635
2635
|
const response = await this.request({
|
|
2636
|
-
path: `/propertymappings/saml/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2636
|
+
path: `/propertymappings/provider/saml/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2637
2637
|
method: 'PATCH',
|
|
2638
2638
|
headers: headerParameters,
|
|
2639
2639
|
query: queryParameters,
|
|
@@ -2646,17 +2646,17 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2646
2646
|
/**
|
|
2647
2647
|
* SAMLPropertyMapping Viewset
|
|
2648
2648
|
*/
|
|
2649
|
-
async
|
|
2650
|
-
const response = await this.
|
|
2649
|
+
async propertymappingsProviderSamlPartialUpdate(requestParameters: PropertymappingsProviderSamlPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SAMLPropertyMapping> {
|
|
2650
|
+
const response = await this.propertymappingsProviderSamlPartialUpdateRaw(requestParameters, initOverrides);
|
|
2651
2651
|
return await response.value();
|
|
2652
2652
|
}
|
|
2653
2653
|
|
|
2654
2654
|
/**
|
|
2655
2655
|
* SAMLPropertyMapping Viewset
|
|
2656
2656
|
*/
|
|
2657
|
-
async
|
|
2657
|
+
async propertymappingsProviderSamlRetrieveRaw(requestParameters: PropertymappingsProviderSamlRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SAMLPropertyMapping>> {
|
|
2658
2658
|
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
2659
|
-
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling
|
|
2659
|
+
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsProviderSamlRetrieve.');
|
|
2660
2660
|
}
|
|
2661
2661
|
|
|
2662
2662
|
const queryParameters: any = {};
|
|
@@ -2672,7 +2672,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2672
2672
|
}
|
|
2673
2673
|
}
|
|
2674
2674
|
const response = await this.request({
|
|
2675
|
-
path: `/propertymappings/saml/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2675
|
+
path: `/propertymappings/provider/saml/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2676
2676
|
method: 'GET',
|
|
2677
2677
|
headers: headerParameters,
|
|
2678
2678
|
query: queryParameters,
|
|
@@ -2684,21 +2684,21 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2684
2684
|
/**
|
|
2685
2685
|
* SAMLPropertyMapping Viewset
|
|
2686
2686
|
*/
|
|
2687
|
-
async
|
|
2688
|
-
const response = await this.
|
|
2687
|
+
async propertymappingsProviderSamlRetrieve(requestParameters: PropertymappingsProviderSamlRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SAMLPropertyMapping> {
|
|
2688
|
+
const response = await this.propertymappingsProviderSamlRetrieveRaw(requestParameters, initOverrides);
|
|
2689
2689
|
return await response.value();
|
|
2690
2690
|
}
|
|
2691
2691
|
|
|
2692
2692
|
/**
|
|
2693
2693
|
* SAMLPropertyMapping Viewset
|
|
2694
2694
|
*/
|
|
2695
|
-
async
|
|
2695
|
+
async propertymappingsProviderSamlUpdateRaw(requestParameters: PropertymappingsProviderSamlUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SAMLPropertyMapping>> {
|
|
2696
2696
|
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
2697
|
-
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling
|
|
2697
|
+
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsProviderSamlUpdate.');
|
|
2698
2698
|
}
|
|
2699
2699
|
|
|
2700
2700
|
if (requestParameters.sAMLPropertyMappingRequest === null || requestParameters.sAMLPropertyMappingRequest === undefined) {
|
|
2701
|
-
throw new runtime.RequiredError('sAMLPropertyMappingRequest','Required parameter requestParameters.sAMLPropertyMappingRequest was null or undefined when calling
|
|
2701
|
+
throw new runtime.RequiredError('sAMLPropertyMappingRequest','Required parameter requestParameters.sAMLPropertyMappingRequest was null or undefined when calling propertymappingsProviderSamlUpdate.');
|
|
2702
2702
|
}
|
|
2703
2703
|
|
|
2704
2704
|
const queryParameters: any = {};
|
|
@@ -2716,7 +2716,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2716
2716
|
}
|
|
2717
2717
|
}
|
|
2718
2718
|
const response = await this.request({
|
|
2719
|
-
path: `/propertymappings/saml/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2719
|
+
path: `/propertymappings/provider/saml/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2720
2720
|
method: 'PUT',
|
|
2721
2721
|
headers: headerParameters,
|
|
2722
2722
|
query: queryParameters,
|
|
@@ -2729,17 +2729,17 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2729
2729
|
/**
|
|
2730
2730
|
* SAMLPropertyMapping Viewset
|
|
2731
2731
|
*/
|
|
2732
|
-
async
|
|
2733
|
-
const response = await this.
|
|
2732
|
+
async propertymappingsProviderSamlUpdate(requestParameters: PropertymappingsProviderSamlUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SAMLPropertyMapping> {
|
|
2733
|
+
const response = await this.propertymappingsProviderSamlUpdateRaw(requestParameters, initOverrides);
|
|
2734
2734
|
return await response.value();
|
|
2735
2735
|
}
|
|
2736
2736
|
|
|
2737
2737
|
/**
|
|
2738
2738
|
* Get a list of all objects that use this object
|
|
2739
2739
|
*/
|
|
2740
|
-
async
|
|
2740
|
+
async propertymappingsProviderSamlUsedByListRaw(requestParameters: PropertymappingsProviderSamlUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UsedBy>>> {
|
|
2741
2741
|
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
2742
|
-
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling
|
|
2742
|
+
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsProviderSamlUsedByList.');
|
|
2743
2743
|
}
|
|
2744
2744
|
|
|
2745
2745
|
const queryParameters: any = {};
|
|
@@ -2755,7 +2755,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2755
2755
|
}
|
|
2756
2756
|
}
|
|
2757
2757
|
const response = await this.request({
|
|
2758
|
-
path: `/propertymappings/saml/{pm_uuid}/used_by/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2758
|
+
path: `/propertymappings/provider/saml/{pm_uuid}/used_by/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2759
2759
|
method: 'GET',
|
|
2760
2760
|
headers: headerParameters,
|
|
2761
2761
|
query: queryParameters,
|
|
@@ -2767,17 +2767,17 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2767
2767
|
/**
|
|
2768
2768
|
* Get a list of all objects that use this object
|
|
2769
2769
|
*/
|
|
2770
|
-
async
|
|
2771
|
-
const response = await this.
|
|
2770
|
+
async propertymappingsProviderSamlUsedByList(requestParameters: PropertymappingsProviderSamlUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UsedBy>> {
|
|
2771
|
+
const response = await this.propertymappingsProviderSamlUsedByListRaw(requestParameters, initOverrides);
|
|
2772
2772
|
return await response.value();
|
|
2773
2773
|
}
|
|
2774
2774
|
|
|
2775
2775
|
/**
|
|
2776
2776
|
* SCIMMapping Viewset
|
|
2777
2777
|
*/
|
|
2778
|
-
async
|
|
2778
|
+
async propertymappingsProviderScimCreateRaw(requestParameters: PropertymappingsProviderScimCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SCIMMapping>> {
|
|
2779
2779
|
if (requestParameters.sCIMMappingRequest === null || requestParameters.sCIMMappingRequest === undefined) {
|
|
2780
|
-
throw new runtime.RequiredError('sCIMMappingRequest','Required parameter requestParameters.sCIMMappingRequest was null or undefined when calling
|
|
2780
|
+
throw new runtime.RequiredError('sCIMMappingRequest','Required parameter requestParameters.sCIMMappingRequest was null or undefined when calling propertymappingsProviderScimCreate.');
|
|
2781
2781
|
}
|
|
2782
2782
|
|
|
2783
2783
|
const queryParameters: any = {};
|
|
@@ -2795,7 +2795,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2795
2795
|
}
|
|
2796
2796
|
}
|
|
2797
2797
|
const response = await this.request({
|
|
2798
|
-
path: `/propertymappings/scim/`,
|
|
2798
|
+
path: `/propertymappings/provider/scim/`,
|
|
2799
2799
|
method: 'POST',
|
|
2800
2800
|
headers: headerParameters,
|
|
2801
2801
|
query: queryParameters,
|
|
@@ -2808,17 +2808,17 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2808
2808
|
/**
|
|
2809
2809
|
* SCIMMapping Viewset
|
|
2810
2810
|
*/
|
|
2811
|
-
async
|
|
2812
|
-
const response = await this.
|
|
2811
|
+
async propertymappingsProviderScimCreate(requestParameters: PropertymappingsProviderScimCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SCIMMapping> {
|
|
2812
|
+
const response = await this.propertymappingsProviderScimCreateRaw(requestParameters, initOverrides);
|
|
2813
2813
|
return await response.value();
|
|
2814
2814
|
}
|
|
2815
2815
|
|
|
2816
2816
|
/**
|
|
2817
2817
|
* SCIMMapping Viewset
|
|
2818
2818
|
*/
|
|
2819
|
-
async
|
|
2819
|
+
async propertymappingsProviderScimDestroyRaw(requestParameters: PropertymappingsProviderScimDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
|
|
2820
2820
|
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
2821
|
-
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling
|
|
2821
|
+
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsProviderScimDestroy.');
|
|
2822
2822
|
}
|
|
2823
2823
|
|
|
2824
2824
|
const queryParameters: any = {};
|
|
@@ -2834,7 +2834,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2834
2834
|
}
|
|
2835
2835
|
}
|
|
2836
2836
|
const response = await this.request({
|
|
2837
|
-
path: `/propertymappings/scim/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2837
|
+
path: `/propertymappings/provider/scim/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2838
2838
|
method: 'DELETE',
|
|
2839
2839
|
headers: headerParameters,
|
|
2840
2840
|
query: queryParameters,
|
|
@@ -2846,14 +2846,14 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2846
2846
|
/**
|
|
2847
2847
|
* SCIMMapping Viewset
|
|
2848
2848
|
*/
|
|
2849
|
-
async
|
|
2850
|
-
await this.
|
|
2849
|
+
async propertymappingsProviderScimDestroy(requestParameters: PropertymappingsProviderScimDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
|
|
2850
|
+
await this.propertymappingsProviderScimDestroyRaw(requestParameters, initOverrides);
|
|
2851
2851
|
}
|
|
2852
2852
|
|
|
2853
2853
|
/**
|
|
2854
2854
|
* SCIMMapping Viewset
|
|
2855
2855
|
*/
|
|
2856
|
-
async
|
|
2856
|
+
async propertymappingsProviderScimListRaw(requestParameters: PropertymappingsProviderScimListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedSCIMMappingList>> {
|
|
2857
2857
|
const queryParameters: any = {};
|
|
2858
2858
|
|
|
2859
2859
|
if (requestParameters.managed) {
|
|
@@ -2895,7 +2895,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2895
2895
|
}
|
|
2896
2896
|
}
|
|
2897
2897
|
const response = await this.request({
|
|
2898
|
-
path: `/propertymappings/scim/`,
|
|
2898
|
+
path: `/propertymappings/provider/scim/`,
|
|
2899
2899
|
method: 'GET',
|
|
2900
2900
|
headers: headerParameters,
|
|
2901
2901
|
query: queryParameters,
|
|
@@ -2907,17 +2907,17 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2907
2907
|
/**
|
|
2908
2908
|
* SCIMMapping Viewset
|
|
2909
2909
|
*/
|
|
2910
|
-
async
|
|
2911
|
-
const response = await this.
|
|
2910
|
+
async propertymappingsProviderScimList(requestParameters: PropertymappingsProviderScimListRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedSCIMMappingList> {
|
|
2911
|
+
const response = await this.propertymappingsProviderScimListRaw(requestParameters, initOverrides);
|
|
2912
2912
|
return await response.value();
|
|
2913
2913
|
}
|
|
2914
2914
|
|
|
2915
2915
|
/**
|
|
2916
2916
|
* SCIMMapping Viewset
|
|
2917
2917
|
*/
|
|
2918
|
-
async
|
|
2918
|
+
async propertymappingsProviderScimPartialUpdateRaw(requestParameters: PropertymappingsProviderScimPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SCIMMapping>> {
|
|
2919
2919
|
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
2920
|
-
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling
|
|
2920
|
+
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsProviderScimPartialUpdate.');
|
|
2921
2921
|
}
|
|
2922
2922
|
|
|
2923
2923
|
const queryParameters: any = {};
|
|
@@ -2935,7 +2935,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2935
2935
|
}
|
|
2936
2936
|
}
|
|
2937
2937
|
const response = await this.request({
|
|
2938
|
-
path: `/propertymappings/scim/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2938
|
+
path: `/propertymappings/provider/scim/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2939
2939
|
method: 'PATCH',
|
|
2940
2940
|
headers: headerParameters,
|
|
2941
2941
|
query: queryParameters,
|
|
@@ -2948,17 +2948,17 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2948
2948
|
/**
|
|
2949
2949
|
* SCIMMapping Viewset
|
|
2950
2950
|
*/
|
|
2951
|
-
async
|
|
2952
|
-
const response = await this.
|
|
2951
|
+
async propertymappingsProviderScimPartialUpdate(requestParameters: PropertymappingsProviderScimPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SCIMMapping> {
|
|
2952
|
+
const response = await this.propertymappingsProviderScimPartialUpdateRaw(requestParameters, initOverrides);
|
|
2953
2953
|
return await response.value();
|
|
2954
2954
|
}
|
|
2955
2955
|
|
|
2956
2956
|
/**
|
|
2957
2957
|
* SCIMMapping Viewset
|
|
2958
2958
|
*/
|
|
2959
|
-
async
|
|
2959
|
+
async propertymappingsProviderScimRetrieveRaw(requestParameters: PropertymappingsProviderScimRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SCIMMapping>> {
|
|
2960
2960
|
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
2961
|
-
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling
|
|
2961
|
+
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsProviderScimRetrieve.');
|
|
2962
2962
|
}
|
|
2963
2963
|
|
|
2964
2964
|
const queryParameters: any = {};
|
|
@@ -2974,7 +2974,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2974
2974
|
}
|
|
2975
2975
|
}
|
|
2976
2976
|
const response = await this.request({
|
|
2977
|
-
path: `/propertymappings/scim/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2977
|
+
path: `/propertymappings/provider/scim/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
2978
2978
|
method: 'GET',
|
|
2979
2979
|
headers: headerParameters,
|
|
2980
2980
|
query: queryParameters,
|
|
@@ -2986,21 +2986,21 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
2986
2986
|
/**
|
|
2987
2987
|
* SCIMMapping Viewset
|
|
2988
2988
|
*/
|
|
2989
|
-
async
|
|
2990
|
-
const response = await this.
|
|
2989
|
+
async propertymappingsProviderScimRetrieve(requestParameters: PropertymappingsProviderScimRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SCIMMapping> {
|
|
2990
|
+
const response = await this.propertymappingsProviderScimRetrieveRaw(requestParameters, initOverrides);
|
|
2991
2991
|
return await response.value();
|
|
2992
2992
|
}
|
|
2993
2993
|
|
|
2994
2994
|
/**
|
|
2995
2995
|
* SCIMMapping Viewset
|
|
2996
2996
|
*/
|
|
2997
|
-
async
|
|
2997
|
+
async propertymappingsProviderScimUpdateRaw(requestParameters: PropertymappingsProviderScimUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SCIMMapping>> {
|
|
2998
2998
|
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
2999
|
-
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling
|
|
2999
|
+
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsProviderScimUpdate.');
|
|
3000
3000
|
}
|
|
3001
3001
|
|
|
3002
3002
|
if (requestParameters.sCIMMappingRequest === null || requestParameters.sCIMMappingRequest === undefined) {
|
|
3003
|
-
throw new runtime.RequiredError('sCIMMappingRequest','Required parameter requestParameters.sCIMMappingRequest was null or undefined when calling
|
|
3003
|
+
throw new runtime.RequiredError('sCIMMappingRequest','Required parameter requestParameters.sCIMMappingRequest was null or undefined when calling propertymappingsProviderScimUpdate.');
|
|
3004
3004
|
}
|
|
3005
3005
|
|
|
3006
3006
|
const queryParameters: any = {};
|
|
@@ -3018,7 +3018,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
3018
3018
|
}
|
|
3019
3019
|
}
|
|
3020
3020
|
const response = await this.request({
|
|
3021
|
-
path: `/propertymappings/scim/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
3021
|
+
path: `/propertymappings/provider/scim/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
3022
3022
|
method: 'PUT',
|
|
3023
3023
|
headers: headerParameters,
|
|
3024
3024
|
query: queryParameters,
|
|
@@ -3031,17 +3031,17 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
3031
3031
|
/**
|
|
3032
3032
|
* SCIMMapping Viewset
|
|
3033
3033
|
*/
|
|
3034
|
-
async
|
|
3035
|
-
const response = await this.
|
|
3034
|
+
async propertymappingsProviderScimUpdate(requestParameters: PropertymappingsProviderScimUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SCIMMapping> {
|
|
3035
|
+
const response = await this.propertymappingsProviderScimUpdateRaw(requestParameters, initOverrides);
|
|
3036
3036
|
return await response.value();
|
|
3037
3037
|
}
|
|
3038
3038
|
|
|
3039
3039
|
/**
|
|
3040
3040
|
* Get a list of all objects that use this object
|
|
3041
3041
|
*/
|
|
3042
|
-
async
|
|
3042
|
+
async propertymappingsProviderScimUsedByListRaw(requestParameters: PropertymappingsProviderScimUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UsedBy>>> {
|
|
3043
3043
|
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
3044
|
-
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling
|
|
3044
|
+
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsProviderScimUsedByList.');
|
|
3045
3045
|
}
|
|
3046
3046
|
|
|
3047
3047
|
const queryParameters: any = {};
|
|
@@ -3057,7 +3057,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
3057
3057
|
}
|
|
3058
3058
|
}
|
|
3059
3059
|
const response = await this.request({
|
|
3060
|
-
path: `/propertymappings/scim/{pm_uuid}/used_by/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
3060
|
+
path: `/propertymappings/provider/scim/{pm_uuid}/used_by/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
3061
3061
|
method: 'GET',
|
|
3062
3062
|
headers: headerParameters,
|
|
3063
3063
|
query: queryParameters,
|
|
@@ -3069,17 +3069,17 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
3069
3069
|
/**
|
|
3070
3070
|
* Get a list of all objects that use this object
|
|
3071
3071
|
*/
|
|
3072
|
-
async
|
|
3073
|
-
const response = await this.
|
|
3072
|
+
async propertymappingsProviderScimUsedByList(requestParameters: PropertymappingsProviderScimUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UsedBy>> {
|
|
3073
|
+
const response = await this.propertymappingsProviderScimUsedByListRaw(requestParameters, initOverrides);
|
|
3074
3074
|
return await response.value();
|
|
3075
3075
|
}
|
|
3076
3076
|
|
|
3077
3077
|
/**
|
|
3078
3078
|
* ScopeMapping Viewset
|
|
3079
3079
|
*/
|
|
3080
|
-
async
|
|
3080
|
+
async propertymappingsProviderScopeCreateRaw(requestParameters: PropertymappingsProviderScopeCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ScopeMapping>> {
|
|
3081
3081
|
if (requestParameters.scopeMappingRequest === null || requestParameters.scopeMappingRequest === undefined) {
|
|
3082
|
-
throw new runtime.RequiredError('scopeMappingRequest','Required parameter requestParameters.scopeMappingRequest was null or undefined when calling
|
|
3082
|
+
throw new runtime.RequiredError('scopeMappingRequest','Required parameter requestParameters.scopeMappingRequest was null or undefined when calling propertymappingsProviderScopeCreate.');
|
|
3083
3083
|
}
|
|
3084
3084
|
|
|
3085
3085
|
const queryParameters: any = {};
|
|
@@ -3097,7 +3097,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
3097
3097
|
}
|
|
3098
3098
|
}
|
|
3099
3099
|
const response = await this.request({
|
|
3100
|
-
path: `/propertymappings/scope/`,
|
|
3100
|
+
path: `/propertymappings/provider/scope/`,
|
|
3101
3101
|
method: 'POST',
|
|
3102
3102
|
headers: headerParameters,
|
|
3103
3103
|
query: queryParameters,
|
|
@@ -3110,17 +3110,17 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
3110
3110
|
/**
|
|
3111
3111
|
* ScopeMapping Viewset
|
|
3112
3112
|
*/
|
|
3113
|
-
async
|
|
3114
|
-
const response = await this.
|
|
3113
|
+
async propertymappingsProviderScopeCreate(requestParameters: PropertymappingsProviderScopeCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ScopeMapping> {
|
|
3114
|
+
const response = await this.propertymappingsProviderScopeCreateRaw(requestParameters, initOverrides);
|
|
3115
3115
|
return await response.value();
|
|
3116
3116
|
}
|
|
3117
3117
|
|
|
3118
3118
|
/**
|
|
3119
3119
|
* ScopeMapping Viewset
|
|
3120
3120
|
*/
|
|
3121
|
-
async
|
|
3121
|
+
async propertymappingsProviderScopeDestroyRaw(requestParameters: PropertymappingsProviderScopeDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
|
|
3122
3122
|
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
3123
|
-
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling
|
|
3123
|
+
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsProviderScopeDestroy.');
|
|
3124
3124
|
}
|
|
3125
3125
|
|
|
3126
3126
|
const queryParameters: any = {};
|
|
@@ -3136,7 +3136,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
3136
3136
|
}
|
|
3137
3137
|
}
|
|
3138
3138
|
const response = await this.request({
|
|
3139
|
-
path: `/propertymappings/scope/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
3139
|
+
path: `/propertymappings/provider/scope/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
3140
3140
|
method: 'DELETE',
|
|
3141
3141
|
headers: headerParameters,
|
|
3142
3142
|
query: queryParameters,
|
|
@@ -3148,14 +3148,14 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
3148
3148
|
/**
|
|
3149
3149
|
* ScopeMapping Viewset
|
|
3150
3150
|
*/
|
|
3151
|
-
async
|
|
3152
|
-
await this.
|
|
3151
|
+
async propertymappingsProviderScopeDestroy(requestParameters: PropertymappingsProviderScopeDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
|
|
3152
|
+
await this.propertymappingsProviderScopeDestroyRaw(requestParameters, initOverrides);
|
|
3153
3153
|
}
|
|
3154
3154
|
|
|
3155
3155
|
/**
|
|
3156
3156
|
* ScopeMapping Viewset
|
|
3157
3157
|
*/
|
|
3158
|
-
async
|
|
3158
|
+
async propertymappingsProviderScopeListRaw(requestParameters: PropertymappingsProviderScopeListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedScopeMappingList>> {
|
|
3159
3159
|
const queryParameters: any = {};
|
|
3160
3160
|
|
|
3161
3161
|
if (requestParameters.managed) {
|
|
@@ -3201,7 +3201,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
3201
3201
|
}
|
|
3202
3202
|
}
|
|
3203
3203
|
const response = await this.request({
|
|
3204
|
-
path: `/propertymappings/scope/`,
|
|
3204
|
+
path: `/propertymappings/provider/scope/`,
|
|
3205
3205
|
method: 'GET',
|
|
3206
3206
|
headers: headerParameters,
|
|
3207
3207
|
query: queryParameters,
|
|
@@ -3213,17 +3213,17 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
3213
3213
|
/**
|
|
3214
3214
|
* ScopeMapping Viewset
|
|
3215
3215
|
*/
|
|
3216
|
-
async
|
|
3217
|
-
const response = await this.
|
|
3216
|
+
async propertymappingsProviderScopeList(requestParameters: PropertymappingsProviderScopeListRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedScopeMappingList> {
|
|
3217
|
+
const response = await this.propertymappingsProviderScopeListRaw(requestParameters, initOverrides);
|
|
3218
3218
|
return await response.value();
|
|
3219
3219
|
}
|
|
3220
3220
|
|
|
3221
3221
|
/**
|
|
3222
3222
|
* ScopeMapping Viewset
|
|
3223
3223
|
*/
|
|
3224
|
-
async
|
|
3224
|
+
async propertymappingsProviderScopePartialUpdateRaw(requestParameters: PropertymappingsProviderScopePartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ScopeMapping>> {
|
|
3225
3225
|
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
3226
|
-
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling
|
|
3226
|
+
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsProviderScopePartialUpdate.');
|
|
3227
3227
|
}
|
|
3228
3228
|
|
|
3229
3229
|
const queryParameters: any = {};
|
|
@@ -3241,7 +3241,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
3241
3241
|
}
|
|
3242
3242
|
}
|
|
3243
3243
|
const response = await this.request({
|
|
3244
|
-
path: `/propertymappings/scope/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
3244
|
+
path: `/propertymappings/provider/scope/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
3245
3245
|
method: 'PATCH',
|
|
3246
3246
|
headers: headerParameters,
|
|
3247
3247
|
query: queryParameters,
|
|
@@ -3254,17 +3254,17 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
3254
3254
|
/**
|
|
3255
3255
|
* ScopeMapping Viewset
|
|
3256
3256
|
*/
|
|
3257
|
-
async
|
|
3258
|
-
const response = await this.
|
|
3257
|
+
async propertymappingsProviderScopePartialUpdate(requestParameters: PropertymappingsProviderScopePartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ScopeMapping> {
|
|
3258
|
+
const response = await this.propertymappingsProviderScopePartialUpdateRaw(requestParameters, initOverrides);
|
|
3259
3259
|
return await response.value();
|
|
3260
3260
|
}
|
|
3261
3261
|
|
|
3262
3262
|
/**
|
|
3263
3263
|
* ScopeMapping Viewset
|
|
3264
3264
|
*/
|
|
3265
|
-
async
|
|
3265
|
+
async propertymappingsProviderScopeRetrieveRaw(requestParameters: PropertymappingsProviderScopeRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ScopeMapping>> {
|
|
3266
3266
|
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
3267
|
-
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling
|
|
3267
|
+
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsProviderScopeRetrieve.');
|
|
3268
3268
|
}
|
|
3269
3269
|
|
|
3270
3270
|
const queryParameters: any = {};
|
|
@@ -3280,7 +3280,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
3280
3280
|
}
|
|
3281
3281
|
}
|
|
3282
3282
|
const response = await this.request({
|
|
3283
|
-
path: `/propertymappings/scope/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
3283
|
+
path: `/propertymappings/provider/scope/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
3284
3284
|
method: 'GET',
|
|
3285
3285
|
headers: headerParameters,
|
|
3286
3286
|
query: queryParameters,
|
|
@@ -3292,21 +3292,21 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
3292
3292
|
/**
|
|
3293
3293
|
* ScopeMapping Viewset
|
|
3294
3294
|
*/
|
|
3295
|
-
async
|
|
3296
|
-
const response = await this.
|
|
3295
|
+
async propertymappingsProviderScopeRetrieve(requestParameters: PropertymappingsProviderScopeRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ScopeMapping> {
|
|
3296
|
+
const response = await this.propertymappingsProviderScopeRetrieveRaw(requestParameters, initOverrides);
|
|
3297
3297
|
return await response.value();
|
|
3298
3298
|
}
|
|
3299
3299
|
|
|
3300
3300
|
/**
|
|
3301
3301
|
* ScopeMapping Viewset
|
|
3302
3302
|
*/
|
|
3303
|
-
async
|
|
3303
|
+
async propertymappingsProviderScopeUpdateRaw(requestParameters: PropertymappingsProviderScopeUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ScopeMapping>> {
|
|
3304
3304
|
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
3305
|
-
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling
|
|
3305
|
+
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsProviderScopeUpdate.');
|
|
3306
3306
|
}
|
|
3307
3307
|
|
|
3308
3308
|
if (requestParameters.scopeMappingRequest === null || requestParameters.scopeMappingRequest === undefined) {
|
|
3309
|
-
throw new runtime.RequiredError('scopeMappingRequest','Required parameter requestParameters.scopeMappingRequest was null or undefined when calling
|
|
3309
|
+
throw new runtime.RequiredError('scopeMappingRequest','Required parameter requestParameters.scopeMappingRequest was null or undefined when calling propertymappingsProviderScopeUpdate.');
|
|
3310
3310
|
}
|
|
3311
3311
|
|
|
3312
3312
|
const queryParameters: any = {};
|
|
@@ -3324,7 +3324,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
3324
3324
|
}
|
|
3325
3325
|
}
|
|
3326
3326
|
const response = await this.request({
|
|
3327
|
-
path: `/propertymappings/scope/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
3327
|
+
path: `/propertymappings/provider/scope/{pm_uuid}/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
3328
3328
|
method: 'PUT',
|
|
3329
3329
|
headers: headerParameters,
|
|
3330
3330
|
query: queryParameters,
|
|
@@ -3337,17 +3337,17 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
3337
3337
|
/**
|
|
3338
3338
|
* ScopeMapping Viewset
|
|
3339
3339
|
*/
|
|
3340
|
-
async
|
|
3341
|
-
const response = await this.
|
|
3340
|
+
async propertymappingsProviderScopeUpdate(requestParameters: PropertymappingsProviderScopeUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ScopeMapping> {
|
|
3341
|
+
const response = await this.propertymappingsProviderScopeUpdateRaw(requestParameters, initOverrides);
|
|
3342
3342
|
return await response.value();
|
|
3343
3343
|
}
|
|
3344
3344
|
|
|
3345
3345
|
/**
|
|
3346
3346
|
* Get a list of all objects that use this object
|
|
3347
3347
|
*/
|
|
3348
|
-
async
|
|
3348
|
+
async propertymappingsProviderScopeUsedByListRaw(requestParameters: PropertymappingsProviderScopeUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UsedBy>>> {
|
|
3349
3349
|
if (requestParameters.pmUuid === null || requestParameters.pmUuid === undefined) {
|
|
3350
|
-
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling
|
|
3350
|
+
throw new runtime.RequiredError('pmUuid','Required parameter requestParameters.pmUuid was null or undefined when calling propertymappingsProviderScopeUsedByList.');
|
|
3351
3351
|
}
|
|
3352
3352
|
|
|
3353
3353
|
const queryParameters: any = {};
|
|
@@ -3363,7 +3363,7 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
3363
3363
|
}
|
|
3364
3364
|
}
|
|
3365
3365
|
const response = await this.request({
|
|
3366
|
-
path: `/propertymappings/scope/{pm_uuid}/used_by/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
3366
|
+
path: `/propertymappings/provider/scope/{pm_uuid}/used_by/`.replace(`{${"pm_uuid"}}`, encodeURIComponent(String(requestParameters.pmUuid))),
|
|
3367
3367
|
method: 'GET',
|
|
3368
3368
|
headers: headerParameters,
|
|
3369
3369
|
query: queryParameters,
|
|
@@ -3375,8 +3375,8 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
3375
3375
|
/**
|
|
3376
3376
|
* Get a list of all objects that use this object
|
|
3377
3377
|
*/
|
|
3378
|
-
async
|
|
3379
|
-
const response = await this.
|
|
3378
|
+
async propertymappingsProviderScopeUsedByList(requestParameters: PropertymappingsProviderScopeUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UsedBy>> {
|
|
3379
|
+
const response = await this.propertymappingsProviderScopeUsedByListRaw(requestParameters, initOverrides);
|
|
3380
3380
|
return await response.value();
|
|
3381
3381
|
}
|
|
3382
3382
|
|