@goauthentik/api 2024.6.3-1722940666 → 2024.6.3-1723050887
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/.openapi-generator/FILES +13 -0
- package/dist/apis/PropertymappingsApi.d.ts +171 -1
- package/dist/apis/PropertymappingsApi.js +542 -0
- package/dist/apis/RbacApi.d.ts +8 -0
- package/dist/apis/RbacApi.js +8 -0
- package/dist/apis/SourcesApi.d.ts +162 -1
- package/dist/apis/SourcesApi.js +493 -1
- package/dist/esm/apis/PropertymappingsApi.d.ts +171 -1
- package/dist/esm/apis/PropertymappingsApi.js +543 -1
- package/dist/esm/apis/RbacApi.d.ts +8 -0
- package/dist/esm/apis/RbacApi.js +8 -0
- package/dist/esm/apis/SourcesApi.d.ts +162 -1
- package/dist/esm/apis/SourcesApi.js +493 -1
- package/dist/esm/models/Device.d.ts +18 -0
- package/dist/esm/models/Device.js +6 -0
- package/dist/esm/models/GroupMatchingModeEnum.d.ts +25 -0
- package/dist/esm/models/GroupMatchingModeEnum.js +32 -0
- package/dist/esm/models/GroupOAuthSourceConnection.d.ts +56 -0
- package/dist/esm/models/GroupOAuthSourceConnection.js +50 -0
- package/dist/esm/models/GroupSAMLSourceConnection.d.ts +56 -0
- package/dist/esm/models/GroupSAMLSourceConnection.js +50 -0
- package/dist/esm/models/ModelEnum.d.ts +4 -0
- package/dist/esm/models/ModelEnum.js +4 -0
- package/dist/esm/models/OAuthSource.d.ts +7 -0
- package/dist/esm/models/OAuthSource.js +3 -0
- package/dist/esm/models/OAuthSourcePropertyMapping.d.ts +73 -0
- package/dist/esm/models/OAuthSourcePropertyMapping.js +59 -0
- package/dist/esm/models/OAuthSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/esm/models/OAuthSourcePropertyMappingRequest.js +49 -0
- package/dist/esm/models/OAuthSourceRequest.d.ts +7 -0
- package/dist/esm/models/OAuthSourceRequest.js +3 -0
- package/dist/esm/models/PaginatedGroupOAuthSourceConnectionList.d.ts +39 -0
- package/dist/esm/models/PaginatedGroupOAuthSourceConnectionList.js +48 -0
- package/dist/esm/models/PaginatedGroupSAMLSourceConnectionList.d.ts +39 -0
- package/dist/esm/models/PaginatedGroupSAMLSourceConnectionList.js +48 -0
- package/dist/esm/models/PaginatedOAuthSourcePropertyMappingList.d.ts +39 -0
- package/dist/esm/models/PaginatedOAuthSourcePropertyMappingList.js +48 -0
- package/dist/esm/models/PaginatedSAMLSourcePropertyMappingList.d.ts +39 -0
- package/dist/esm/models/PaginatedSAMLSourcePropertyMappingList.js +48 -0
- package/dist/esm/models/PatchedOAuthSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/esm/models/PatchedOAuthSourcePropertyMappingRequest.js +47 -0
- package/dist/esm/models/PatchedOAuthSourceRequest.d.ts +7 -0
- package/dist/esm/models/PatchedOAuthSourceRequest.js +3 -0
- package/dist/esm/models/PatchedSAMLSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/esm/models/PatchedSAMLSourcePropertyMappingRequest.js +47 -0
- package/dist/esm/models/PatchedSAMLSourceRequest.d.ts +7 -0
- package/dist/esm/models/PatchedSAMLSourceRequest.js +3 -0
- package/dist/esm/models/SAMLSource.d.ts +7 -0
- package/dist/esm/models/SAMLSource.js +3 -0
- package/dist/esm/models/SAMLSourcePropertyMapping.d.ts +73 -0
- package/dist/esm/models/SAMLSourcePropertyMapping.js +59 -0
- package/dist/esm/models/SAMLSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/esm/models/SAMLSourcePropertyMappingRequest.js +49 -0
- package/dist/esm/models/SAMLSourceRequest.d.ts +7 -0
- package/dist/esm/models/SAMLSourceRequest.js +3 -0
- package/dist/esm/models/index.d.ts +13 -0
- package/dist/esm/models/index.js +13 -0
- package/dist/models/Device.d.ts +18 -0
- package/dist/models/Device.js +6 -0
- package/dist/models/GroupMatchingModeEnum.d.ts +25 -0
- package/dist/models/GroupMatchingModeEnum.js +38 -0
- package/dist/models/GroupOAuthSourceConnection.d.ts +56 -0
- package/dist/models/GroupOAuthSourceConnection.js +57 -0
- package/dist/models/GroupSAMLSourceConnection.d.ts +56 -0
- package/dist/models/GroupSAMLSourceConnection.js +57 -0
- package/dist/models/ModelEnum.d.ts +4 -0
- package/dist/models/ModelEnum.js +4 -0
- package/dist/models/OAuthSource.d.ts +7 -0
- package/dist/models/OAuthSource.js +3 -0
- package/dist/models/OAuthSourcePropertyMapping.d.ts +73 -0
- package/dist/models/OAuthSourcePropertyMapping.js +66 -0
- package/dist/models/OAuthSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/models/OAuthSourcePropertyMappingRequest.js +56 -0
- package/dist/models/OAuthSourceRequest.d.ts +7 -0
- package/dist/models/OAuthSourceRequest.js +3 -0
- package/dist/models/PaginatedGroupOAuthSourceConnectionList.d.ts +39 -0
- package/dist/models/PaginatedGroupOAuthSourceConnectionList.js +55 -0
- package/dist/models/PaginatedGroupSAMLSourceConnectionList.d.ts +39 -0
- package/dist/models/PaginatedGroupSAMLSourceConnectionList.js +55 -0
- package/dist/models/PaginatedOAuthSourcePropertyMappingList.d.ts +39 -0
- package/dist/models/PaginatedOAuthSourcePropertyMappingList.js +55 -0
- package/dist/models/PaginatedSAMLSourcePropertyMappingList.d.ts +39 -0
- package/dist/models/PaginatedSAMLSourcePropertyMappingList.js +55 -0
- package/dist/models/PatchedOAuthSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/models/PatchedOAuthSourcePropertyMappingRequest.js +54 -0
- package/dist/models/PatchedOAuthSourceRequest.d.ts +7 -0
- package/dist/models/PatchedOAuthSourceRequest.js +3 -0
- package/dist/models/PatchedSAMLSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/models/PatchedSAMLSourcePropertyMappingRequest.js +54 -0
- package/dist/models/PatchedSAMLSourceRequest.d.ts +7 -0
- package/dist/models/PatchedSAMLSourceRequest.js +3 -0
- package/dist/models/SAMLSource.d.ts +7 -0
- package/dist/models/SAMLSource.js +3 -0
- package/dist/models/SAMLSourcePropertyMapping.d.ts +73 -0
- package/dist/models/SAMLSourcePropertyMapping.js +66 -0
- package/dist/models/SAMLSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/models/SAMLSourcePropertyMappingRequest.js +56 -0
- package/dist/models/SAMLSourceRequest.d.ts +7 -0
- package/dist/models/SAMLSourceRequest.js +3 -0
- package/dist/models/index.d.ts +13 -0
- package/dist/models/index.js +13 -0
- package/package.json +1 -1
- package/src/apis/PropertymappingsApi.ts +700 -0
- package/src/apis/RbacApi.ts +8 -0
- package/src/apis/SourcesApi.ts +613 -0
- package/src/models/Device.ts +24 -0
- package/src/models/GroupMatchingModeEnum.ts +40 -0
- package/src/models/GroupOAuthSourceConnection.ts +104 -0
- package/src/models/GroupSAMLSourceConnection.ts +104 -0
- package/src/models/ModelEnum.ts +4 -0
- package/src/models/OAuthSource.ts +14 -0
- package/src/models/OAuthSourcePropertyMapping.ts +123 -0
- package/src/models/OAuthSourcePropertyMappingRequest.ts +83 -0
- package/src/models/OAuthSourceRequest.ts +14 -0
- package/src/models/PaginatedGroupOAuthSourceConnectionList.ts +88 -0
- package/src/models/PaginatedGroupSAMLSourceConnectionList.ts +88 -0
- package/src/models/PaginatedOAuthSourcePropertyMappingList.ts +88 -0
- package/src/models/PaginatedSAMLSourcePropertyMappingList.ts +88 -0
- package/src/models/PatchedOAuthSourcePropertyMappingRequest.ts +81 -0
- package/src/models/PatchedOAuthSourceRequest.ts +14 -0
- package/src/models/PatchedSAMLSourcePropertyMappingRequest.ts +81 -0
- package/src/models/PatchedSAMLSourceRequest.ts +14 -0
- package/src/models/SAMLSource.ts +14 -0
- package/src/models/SAMLSourcePropertyMapping.ts +123 -0
- package/src/models/SAMLSourcePropertyMappingRequest.ts +83 -0
- package/src/models/SAMLSourceRequest.ts +14 -0
- package/src/models/index.ts +13 -0
package/.openapi-generator/FILES
CHANGED
|
@@ -182,9 +182,12 @@ src/models/GoogleWorkspaceProviderRequest.ts
|
|
|
182
182
|
src/models/GoogleWorkspaceProviderUser.ts
|
|
183
183
|
src/models/GoogleWorkspaceProviderUserRequest.ts
|
|
184
184
|
src/models/Group.ts
|
|
185
|
+
src/models/GroupMatchingModeEnum.ts
|
|
185
186
|
src/models/GroupMember.ts
|
|
186
187
|
src/models/GroupMemberRequest.ts
|
|
188
|
+
src/models/GroupOAuthSourceConnection.ts
|
|
187
189
|
src/models/GroupRequest.ts
|
|
190
|
+
src/models/GroupSAMLSourceConnection.ts
|
|
188
191
|
src/models/IdentificationChallenge.ts
|
|
189
192
|
src/models/IdentificationChallengeResponseRequest.ts
|
|
190
193
|
src/models/IdentificationStage.ts
|
|
@@ -250,6 +253,8 @@ src/models/OAuthDeviceCodeChallengeResponseRequest.ts
|
|
|
250
253
|
src/models/OAuthDeviceCodeFinishChallenge.ts
|
|
251
254
|
src/models/OAuthDeviceCodeFinishChallengeResponseRequest.ts
|
|
252
255
|
src/models/OAuthSource.ts
|
|
256
|
+
src/models/OAuthSourcePropertyMapping.ts
|
|
257
|
+
src/models/OAuthSourcePropertyMappingRequest.ts
|
|
253
258
|
src/models/OAuthSourceRequest.ts
|
|
254
259
|
src/models/OpenIDConnectConfiguration.ts
|
|
255
260
|
src/models/OutgoingSyncDeleteAction.ts
|
|
@@ -294,6 +299,8 @@ src/models/PaginatedGoogleWorkspaceProviderList.ts
|
|
|
294
299
|
src/models/PaginatedGoogleWorkspaceProviderMappingList.ts
|
|
295
300
|
src/models/PaginatedGoogleWorkspaceProviderUserList.ts
|
|
296
301
|
src/models/PaginatedGroupList.ts
|
|
302
|
+
src/models/PaginatedGroupOAuthSourceConnectionList.ts
|
|
303
|
+
src/models/PaginatedGroupSAMLSourceConnectionList.ts
|
|
297
304
|
src/models/PaginatedIdentificationStageList.ts
|
|
298
305
|
src/models/PaginatedInvitationList.ts
|
|
299
306
|
src/models/PaginatedInvitationStageList.ts
|
|
@@ -313,6 +320,7 @@ src/models/PaginatedNotificationTransportList.ts
|
|
|
313
320
|
src/models/PaginatedNotificationWebhookMappingList.ts
|
|
314
321
|
src/models/PaginatedOAuth2ProviderList.ts
|
|
315
322
|
src/models/PaginatedOAuthSourceList.ts
|
|
323
|
+
src/models/PaginatedOAuthSourcePropertyMappingList.ts
|
|
316
324
|
src/models/PaginatedOutpostList.ts
|
|
317
325
|
src/models/PaginatedPasswordExpiryPolicyList.ts
|
|
318
326
|
src/models/PaginatedPasswordPolicyList.ts
|
|
@@ -340,6 +348,7 @@ src/models/PaginatedRoleList.ts
|
|
|
340
348
|
src/models/PaginatedSAMLPropertyMappingList.ts
|
|
341
349
|
src/models/PaginatedSAMLProviderList.ts
|
|
342
350
|
src/models/PaginatedSAMLSourceList.ts
|
|
351
|
+
src/models/PaginatedSAMLSourcePropertyMappingList.ts
|
|
343
352
|
src/models/PaginatedSCIMMappingList.ts
|
|
344
353
|
src/models/PaginatedSCIMProviderGroupList.ts
|
|
345
354
|
src/models/PaginatedSCIMProviderList.ts
|
|
@@ -428,6 +437,7 @@ src/models/PatchedNotificationRuleRequest.ts
|
|
|
428
437
|
src/models/PatchedNotificationTransportRequest.ts
|
|
429
438
|
src/models/PatchedNotificationWebhookMappingRequest.ts
|
|
430
439
|
src/models/PatchedOAuth2ProviderRequest.ts
|
|
440
|
+
src/models/PatchedOAuthSourcePropertyMappingRequest.ts
|
|
431
441
|
src/models/PatchedOAuthSourceRequest.ts
|
|
432
442
|
src/models/PatchedOutpostRequest.ts
|
|
433
443
|
src/models/PatchedPasswordExpiryPolicyRequest.ts
|
|
@@ -448,6 +458,7 @@ src/models/PatchedReputationPolicyRequest.ts
|
|
|
448
458
|
src/models/PatchedRoleRequest.ts
|
|
449
459
|
src/models/PatchedSAMLPropertyMappingRequest.ts
|
|
450
460
|
src/models/PatchedSAMLProviderRequest.ts
|
|
461
|
+
src/models/PatchedSAMLSourcePropertyMappingRequest.ts
|
|
451
462
|
src/models/PatchedSAMLSourceRequest.ts
|
|
452
463
|
src/models/PatchedSCIMMappingRequest.ts
|
|
453
464
|
src/models/PatchedSCIMProviderRequest.ts
|
|
@@ -534,6 +545,8 @@ src/models/SAMLPropertyMappingRequest.ts
|
|
|
534
545
|
src/models/SAMLProvider.ts
|
|
535
546
|
src/models/SAMLProviderRequest.ts
|
|
536
547
|
src/models/SAMLSource.ts
|
|
548
|
+
src/models/SAMLSourcePropertyMapping.ts
|
|
549
|
+
src/models/SAMLSourcePropertyMappingRequest.ts
|
|
537
550
|
src/models/SAMLSourceRequest.ts
|
|
538
551
|
src/models/SCIMMapping.ts
|
|
539
552
|
src/models/SCIMMappingRequest.ts
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import type { GoogleWorkspaceProviderMapping, GoogleWorkspaceProviderMappingRequest, LDAPSourcePropertyMapping, LDAPSourcePropertyMappingRequest, MicrosoftEntraProviderMapping, MicrosoftEntraProviderMappingRequest, NotificationWebhookMapping, NotificationWebhookMappingRequest, PaginatedGoogleWorkspaceProviderMappingList, PaginatedLDAPSourcePropertyMappingList, PaginatedMicrosoftEntraProviderMappingList, PaginatedNotificationWebhookMappingList, PaginatedPropertyMappingList, PaginatedRACPropertyMappingList, PaginatedRadiusProviderPropertyMappingList, PaginatedSAMLPropertyMappingList, PaginatedSCIMMappingList, PaginatedSCIMSourcePropertyMappingList, PaginatedScopeMappingList, PatchedGoogleWorkspaceProviderMappingRequest, PatchedLDAPSourcePropertyMappingRequest, PatchedMicrosoftEntraProviderMappingRequest, PatchedNotificationWebhookMappingRequest, PatchedRACPropertyMappingRequest, PatchedRadiusProviderPropertyMappingRequest, PatchedSAMLPropertyMappingRequest, PatchedSCIMMappingRequest, PatchedSCIMSourcePropertyMappingRequest, PatchedScopeMappingRequest, PropertyMapping, PropertyMappingTestRequest, PropertyMappingTestResult, RACPropertyMapping, RACPropertyMappingRequest, RadiusProviderPropertyMapping, RadiusProviderPropertyMappingRequest, SAMLPropertyMapping, SAMLPropertyMappingRequest, SCIMMapping, SCIMMappingRequest, SCIMSourcePropertyMapping, SCIMSourcePropertyMappingRequest, ScopeMapping, ScopeMappingRequest, TypeCreate, UsedBy } from '../models';
|
|
13
|
+
import type { GoogleWorkspaceProviderMapping, GoogleWorkspaceProviderMappingRequest, LDAPSourcePropertyMapping, LDAPSourcePropertyMappingRequest, MicrosoftEntraProviderMapping, MicrosoftEntraProviderMappingRequest, NotificationWebhookMapping, NotificationWebhookMappingRequest, OAuthSourcePropertyMapping, OAuthSourcePropertyMappingRequest, PaginatedGoogleWorkspaceProviderMappingList, PaginatedLDAPSourcePropertyMappingList, PaginatedMicrosoftEntraProviderMappingList, PaginatedNotificationWebhookMappingList, PaginatedOAuthSourcePropertyMappingList, PaginatedPropertyMappingList, PaginatedRACPropertyMappingList, PaginatedRadiusProviderPropertyMappingList, PaginatedSAMLPropertyMappingList, PaginatedSAMLSourcePropertyMappingList, PaginatedSCIMMappingList, PaginatedSCIMSourcePropertyMappingList, PaginatedScopeMappingList, PatchedGoogleWorkspaceProviderMappingRequest, PatchedLDAPSourcePropertyMappingRequest, PatchedMicrosoftEntraProviderMappingRequest, PatchedNotificationWebhookMappingRequest, PatchedOAuthSourcePropertyMappingRequest, PatchedRACPropertyMappingRequest, PatchedRadiusProviderPropertyMappingRequest, PatchedSAMLPropertyMappingRequest, PatchedSAMLSourcePropertyMappingRequest, PatchedSCIMMappingRequest, PatchedSCIMSourcePropertyMappingRequest, PatchedScopeMappingRequest, PropertyMapping, PropertyMappingTestRequest, PropertyMappingTestResult, RACPropertyMapping, RACPropertyMappingRequest, RadiusProviderPropertyMapping, RadiusProviderPropertyMappingRequest, SAMLPropertyMapping, SAMLPropertyMappingRequest, SAMLSourcePropertyMapping, SAMLSourcePropertyMappingRequest, SCIMMapping, SCIMMappingRequest, SCIMSourcePropertyMapping, SCIMSourcePropertyMappingRequest, ScopeMapping, ScopeMappingRequest, TypeCreate, UsedBy } from '../models';
|
|
14
14
|
export interface PropertymappingsAllDestroyRequest {
|
|
15
15
|
pmUuid: string;
|
|
16
16
|
}
|
|
@@ -297,6 +297,64 @@ export interface PropertymappingsSourceLdapUpdateRequest {
|
|
|
297
297
|
export interface PropertymappingsSourceLdapUsedByListRequest {
|
|
298
298
|
pmUuid: string;
|
|
299
299
|
}
|
|
300
|
+
export interface PropertymappingsSourceOauthCreateRequest {
|
|
301
|
+
oAuthSourcePropertyMappingRequest: OAuthSourcePropertyMappingRequest;
|
|
302
|
+
}
|
|
303
|
+
export interface PropertymappingsSourceOauthDestroyRequest {
|
|
304
|
+
pmUuid: string;
|
|
305
|
+
}
|
|
306
|
+
export interface PropertymappingsSourceOauthListRequest {
|
|
307
|
+
managed?: Array<string>;
|
|
308
|
+
managedIsnull?: boolean;
|
|
309
|
+
name?: string;
|
|
310
|
+
ordering?: string;
|
|
311
|
+
page?: number;
|
|
312
|
+
pageSize?: number;
|
|
313
|
+
search?: string;
|
|
314
|
+
}
|
|
315
|
+
export interface PropertymappingsSourceOauthPartialUpdateRequest {
|
|
316
|
+
pmUuid: string;
|
|
317
|
+
patchedOAuthSourcePropertyMappingRequest?: PatchedOAuthSourcePropertyMappingRequest;
|
|
318
|
+
}
|
|
319
|
+
export interface PropertymappingsSourceOauthRetrieveRequest {
|
|
320
|
+
pmUuid: string;
|
|
321
|
+
}
|
|
322
|
+
export interface PropertymappingsSourceOauthUpdateRequest {
|
|
323
|
+
pmUuid: string;
|
|
324
|
+
oAuthSourcePropertyMappingRequest: OAuthSourcePropertyMappingRequest;
|
|
325
|
+
}
|
|
326
|
+
export interface PropertymappingsSourceOauthUsedByListRequest {
|
|
327
|
+
pmUuid: string;
|
|
328
|
+
}
|
|
329
|
+
export interface PropertymappingsSourceSamlCreateRequest {
|
|
330
|
+
sAMLSourcePropertyMappingRequest: SAMLSourcePropertyMappingRequest;
|
|
331
|
+
}
|
|
332
|
+
export interface PropertymappingsSourceSamlDestroyRequest {
|
|
333
|
+
pmUuid: string;
|
|
334
|
+
}
|
|
335
|
+
export interface PropertymappingsSourceSamlListRequest {
|
|
336
|
+
managed?: Array<string>;
|
|
337
|
+
managedIsnull?: boolean;
|
|
338
|
+
name?: string;
|
|
339
|
+
ordering?: string;
|
|
340
|
+
page?: number;
|
|
341
|
+
pageSize?: number;
|
|
342
|
+
search?: string;
|
|
343
|
+
}
|
|
344
|
+
export interface PropertymappingsSourceSamlPartialUpdateRequest {
|
|
345
|
+
pmUuid: string;
|
|
346
|
+
patchedSAMLSourcePropertyMappingRequest?: PatchedSAMLSourcePropertyMappingRequest;
|
|
347
|
+
}
|
|
348
|
+
export interface PropertymappingsSourceSamlRetrieveRequest {
|
|
349
|
+
pmUuid: string;
|
|
350
|
+
}
|
|
351
|
+
export interface PropertymappingsSourceSamlUpdateRequest {
|
|
352
|
+
pmUuid: string;
|
|
353
|
+
sAMLSourcePropertyMappingRequest: SAMLSourcePropertyMappingRequest;
|
|
354
|
+
}
|
|
355
|
+
export interface PropertymappingsSourceSamlUsedByListRequest {
|
|
356
|
+
pmUuid: string;
|
|
357
|
+
}
|
|
300
358
|
export interface PropertymappingsSourceScimCreateRequest {
|
|
301
359
|
sCIMSourcePropertyMappingRequest: SCIMSourcePropertyMappingRequest;
|
|
302
360
|
}
|
|
@@ -882,6 +940,118 @@ export declare class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
882
940
|
* Get a list of all objects that use this object
|
|
883
941
|
*/
|
|
884
942
|
propertymappingsSourceLdapUsedByList(requestParameters: PropertymappingsSourceLdapUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UsedBy>>;
|
|
943
|
+
/**
|
|
944
|
+
* OAuthSourcePropertyMapping Viewset
|
|
945
|
+
*/
|
|
946
|
+
propertymappingsSourceOauthCreateRaw(requestParameters: PropertymappingsSourceOauthCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<OAuthSourcePropertyMapping>>;
|
|
947
|
+
/**
|
|
948
|
+
* OAuthSourcePropertyMapping Viewset
|
|
949
|
+
*/
|
|
950
|
+
propertymappingsSourceOauthCreate(requestParameters: PropertymappingsSourceOauthCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<OAuthSourcePropertyMapping>;
|
|
951
|
+
/**
|
|
952
|
+
* OAuthSourcePropertyMapping Viewset
|
|
953
|
+
*/
|
|
954
|
+
propertymappingsSourceOauthDestroyRaw(requestParameters: PropertymappingsSourceOauthDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
955
|
+
/**
|
|
956
|
+
* OAuthSourcePropertyMapping Viewset
|
|
957
|
+
*/
|
|
958
|
+
propertymappingsSourceOauthDestroy(requestParameters: PropertymappingsSourceOauthDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
959
|
+
/**
|
|
960
|
+
* OAuthSourcePropertyMapping Viewset
|
|
961
|
+
*/
|
|
962
|
+
propertymappingsSourceOauthListRaw(requestParameters: PropertymappingsSourceOauthListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedOAuthSourcePropertyMappingList>>;
|
|
963
|
+
/**
|
|
964
|
+
* OAuthSourcePropertyMapping Viewset
|
|
965
|
+
*/
|
|
966
|
+
propertymappingsSourceOauthList(requestParameters?: PropertymappingsSourceOauthListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedOAuthSourcePropertyMappingList>;
|
|
967
|
+
/**
|
|
968
|
+
* OAuthSourcePropertyMapping Viewset
|
|
969
|
+
*/
|
|
970
|
+
propertymappingsSourceOauthPartialUpdateRaw(requestParameters: PropertymappingsSourceOauthPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<OAuthSourcePropertyMapping>>;
|
|
971
|
+
/**
|
|
972
|
+
* OAuthSourcePropertyMapping Viewset
|
|
973
|
+
*/
|
|
974
|
+
propertymappingsSourceOauthPartialUpdate(requestParameters: PropertymappingsSourceOauthPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<OAuthSourcePropertyMapping>;
|
|
975
|
+
/**
|
|
976
|
+
* OAuthSourcePropertyMapping Viewset
|
|
977
|
+
*/
|
|
978
|
+
propertymappingsSourceOauthRetrieveRaw(requestParameters: PropertymappingsSourceOauthRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<OAuthSourcePropertyMapping>>;
|
|
979
|
+
/**
|
|
980
|
+
* OAuthSourcePropertyMapping Viewset
|
|
981
|
+
*/
|
|
982
|
+
propertymappingsSourceOauthRetrieve(requestParameters: PropertymappingsSourceOauthRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<OAuthSourcePropertyMapping>;
|
|
983
|
+
/**
|
|
984
|
+
* OAuthSourcePropertyMapping Viewset
|
|
985
|
+
*/
|
|
986
|
+
propertymappingsSourceOauthUpdateRaw(requestParameters: PropertymappingsSourceOauthUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<OAuthSourcePropertyMapping>>;
|
|
987
|
+
/**
|
|
988
|
+
* OAuthSourcePropertyMapping Viewset
|
|
989
|
+
*/
|
|
990
|
+
propertymappingsSourceOauthUpdate(requestParameters: PropertymappingsSourceOauthUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<OAuthSourcePropertyMapping>;
|
|
991
|
+
/**
|
|
992
|
+
* Get a list of all objects that use this object
|
|
993
|
+
*/
|
|
994
|
+
propertymappingsSourceOauthUsedByListRaw(requestParameters: PropertymappingsSourceOauthUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UsedBy>>>;
|
|
995
|
+
/**
|
|
996
|
+
* Get a list of all objects that use this object
|
|
997
|
+
*/
|
|
998
|
+
propertymappingsSourceOauthUsedByList(requestParameters: PropertymappingsSourceOauthUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UsedBy>>;
|
|
999
|
+
/**
|
|
1000
|
+
* SAMLSourcePropertyMapping Viewset
|
|
1001
|
+
*/
|
|
1002
|
+
propertymappingsSourceSamlCreateRaw(requestParameters: PropertymappingsSourceSamlCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SAMLSourcePropertyMapping>>;
|
|
1003
|
+
/**
|
|
1004
|
+
* SAMLSourcePropertyMapping Viewset
|
|
1005
|
+
*/
|
|
1006
|
+
propertymappingsSourceSamlCreate(requestParameters: PropertymappingsSourceSamlCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SAMLSourcePropertyMapping>;
|
|
1007
|
+
/**
|
|
1008
|
+
* SAMLSourcePropertyMapping Viewset
|
|
1009
|
+
*/
|
|
1010
|
+
propertymappingsSourceSamlDestroyRaw(requestParameters: PropertymappingsSourceSamlDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1011
|
+
/**
|
|
1012
|
+
* SAMLSourcePropertyMapping Viewset
|
|
1013
|
+
*/
|
|
1014
|
+
propertymappingsSourceSamlDestroy(requestParameters: PropertymappingsSourceSamlDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1015
|
+
/**
|
|
1016
|
+
* SAMLSourcePropertyMapping Viewset
|
|
1017
|
+
*/
|
|
1018
|
+
propertymappingsSourceSamlListRaw(requestParameters: PropertymappingsSourceSamlListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedSAMLSourcePropertyMappingList>>;
|
|
1019
|
+
/**
|
|
1020
|
+
* SAMLSourcePropertyMapping Viewset
|
|
1021
|
+
*/
|
|
1022
|
+
propertymappingsSourceSamlList(requestParameters?: PropertymappingsSourceSamlListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedSAMLSourcePropertyMappingList>;
|
|
1023
|
+
/**
|
|
1024
|
+
* SAMLSourcePropertyMapping Viewset
|
|
1025
|
+
*/
|
|
1026
|
+
propertymappingsSourceSamlPartialUpdateRaw(requestParameters: PropertymappingsSourceSamlPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SAMLSourcePropertyMapping>>;
|
|
1027
|
+
/**
|
|
1028
|
+
* SAMLSourcePropertyMapping Viewset
|
|
1029
|
+
*/
|
|
1030
|
+
propertymappingsSourceSamlPartialUpdate(requestParameters: PropertymappingsSourceSamlPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SAMLSourcePropertyMapping>;
|
|
1031
|
+
/**
|
|
1032
|
+
* SAMLSourcePropertyMapping Viewset
|
|
1033
|
+
*/
|
|
1034
|
+
propertymappingsSourceSamlRetrieveRaw(requestParameters: PropertymappingsSourceSamlRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SAMLSourcePropertyMapping>>;
|
|
1035
|
+
/**
|
|
1036
|
+
* SAMLSourcePropertyMapping Viewset
|
|
1037
|
+
*/
|
|
1038
|
+
propertymappingsSourceSamlRetrieve(requestParameters: PropertymappingsSourceSamlRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SAMLSourcePropertyMapping>;
|
|
1039
|
+
/**
|
|
1040
|
+
* SAMLSourcePropertyMapping Viewset
|
|
1041
|
+
*/
|
|
1042
|
+
propertymappingsSourceSamlUpdateRaw(requestParameters: PropertymappingsSourceSamlUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SAMLSourcePropertyMapping>>;
|
|
1043
|
+
/**
|
|
1044
|
+
* SAMLSourcePropertyMapping Viewset
|
|
1045
|
+
*/
|
|
1046
|
+
propertymappingsSourceSamlUpdate(requestParameters: PropertymappingsSourceSamlUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SAMLSourcePropertyMapping>;
|
|
1047
|
+
/**
|
|
1048
|
+
* Get a list of all objects that use this object
|
|
1049
|
+
*/
|
|
1050
|
+
propertymappingsSourceSamlUsedByListRaw(requestParameters: PropertymappingsSourceSamlUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UsedBy>>>;
|
|
1051
|
+
/**
|
|
1052
|
+
* Get a list of all objects that use this object
|
|
1053
|
+
*/
|
|
1054
|
+
propertymappingsSourceSamlUsedByList(requestParameters: PropertymappingsSourceSamlUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UsedBy>>;
|
|
885
1055
|
/**
|
|
886
1056
|
* SCIMSourcePropertyMapping Viewset
|
|
887
1057
|
*/
|