@goauthentik/api 2024.8.3-1729630021 → 2024.8.3-1729753499
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 +15 -0
- package/dist/apis/PropertymappingsApi.d.ts +86 -1
- package/dist/apis/PropertymappingsApi.js +271 -0
- package/dist/apis/RbacApi.d.ts +8 -0
- package/dist/apis/RbacApi.js +8 -0
- package/dist/apis/SourcesApi.d.ts +257 -1
- package/dist/apis/SourcesApi.js +841 -28
- package/dist/esm/apis/PropertymappingsApi.d.ts +86 -1
- package/dist/esm/apis/PropertymappingsApi.js +272 -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 +257 -1
- package/dist/esm/apis/SourcesApi.js +842 -29
- package/dist/esm/models/AppEnum.d.ts +1 -0
- package/dist/esm/models/AppEnum.js +1 -0
- package/dist/esm/models/BackendsEnum.d.ts +1 -0
- package/dist/esm/models/BackendsEnum.js +1 -0
- package/dist/esm/models/DeviceChallenge.d.ts +6 -0
- package/dist/esm/models/DeviceChallenge.js +3 -0
- package/dist/esm/models/DeviceChallengeRequest.d.ts +6 -0
- package/dist/esm/models/DeviceChallengeRequest.js +3 -0
- package/dist/esm/models/GroupKerberosSourceConnection.d.ts +56 -0
- package/dist/esm/models/GroupKerberosSourceConnection.js +50 -0
- package/dist/esm/models/KerberosSource.d.ts +198 -0
- package/dist/esm/models/KerberosSource.js +103 -0
- package/dist/esm/models/KerberosSourcePropertyMapping.d.ts +73 -0
- package/dist/esm/models/KerberosSourcePropertyMapping.js +59 -0
- package/dist/esm/models/KerberosSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/esm/models/KerberosSourcePropertyMappingRequest.js +49 -0
- package/dist/esm/models/KerberosSourceRequest.d.ts +166 -0
- package/dist/esm/models/KerberosSourceRequest.js +93 -0
- package/dist/esm/models/KerberosSyncStatus.d.ts +38 -0
- package/dist/esm/models/KerberosSyncStatus.js +44 -0
- package/dist/esm/models/ModelEnum.d.ts +4 -0
- package/dist/esm/models/ModelEnum.js +4 -0
- package/dist/esm/models/PaginatedGroupKerberosSourceConnectionList.d.ts +39 -0
- package/dist/esm/models/PaginatedGroupKerberosSourceConnectionList.js +48 -0
- package/dist/esm/models/PaginatedKerberosSourceList.d.ts +39 -0
- package/dist/esm/models/PaginatedKerberosSourceList.js +48 -0
- package/dist/esm/models/PaginatedKerberosSourcePropertyMappingList.d.ts +39 -0
- package/dist/esm/models/PaginatedKerberosSourcePropertyMappingList.js +48 -0
- package/dist/esm/models/PaginatedUserKerberosSourceConnectionList.d.ts +39 -0
- package/dist/esm/models/PaginatedUserKerberosSourceConnectionList.js +48 -0
- package/dist/esm/models/PatchedKerberosSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/esm/models/PatchedKerberosSourcePropertyMappingRequest.js +47 -0
- package/dist/esm/models/PatchedKerberosSourceRequest.d.ts +166 -0
- package/dist/esm/models/PatchedKerberosSourceRequest.js +90 -0
- package/dist/esm/models/PatchedUserKerberosSourceConnectionRequest.d.ts +37 -0
- package/dist/esm/models/PatchedUserKerberosSourceConnectionRequest.js +45 -0
- package/dist/esm/models/UserKerberosSourceConnection.d.ts +56 -0
- package/dist/esm/models/UserKerberosSourceConnection.js +53 -0
- package/dist/esm/models/UserKerberosSourceConnectionRequest.d.ts +37 -0
- package/dist/esm/models/UserKerberosSourceConnectionRequest.js +46 -0
- package/dist/esm/models/index.d.ts +15 -0
- package/dist/esm/models/index.js +15 -0
- package/dist/models/AppEnum.d.ts +1 -0
- package/dist/models/AppEnum.js +1 -0
- package/dist/models/BackendsEnum.d.ts +1 -0
- package/dist/models/BackendsEnum.js +1 -0
- package/dist/models/DeviceChallenge.d.ts +6 -0
- package/dist/models/DeviceChallenge.js +3 -0
- package/dist/models/DeviceChallengeRequest.d.ts +6 -0
- package/dist/models/DeviceChallengeRequest.js +3 -0
- package/dist/models/GroupKerberosSourceConnection.d.ts +56 -0
- package/dist/models/GroupKerberosSourceConnection.js +57 -0
- package/dist/models/KerberosSource.d.ts +198 -0
- package/dist/models/KerberosSource.js +110 -0
- package/dist/models/KerberosSourcePropertyMapping.d.ts +73 -0
- package/dist/models/KerberosSourcePropertyMapping.js +66 -0
- package/dist/models/KerberosSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/models/KerberosSourcePropertyMappingRequest.js +56 -0
- package/dist/models/KerberosSourceRequest.d.ts +166 -0
- package/dist/models/KerberosSourceRequest.js +100 -0
- package/dist/models/KerberosSyncStatus.d.ts +38 -0
- package/dist/models/KerberosSyncStatus.js +51 -0
- package/dist/models/ModelEnum.d.ts +4 -0
- package/dist/models/ModelEnum.js +4 -0
- package/dist/models/PaginatedGroupKerberosSourceConnectionList.d.ts +39 -0
- package/dist/models/PaginatedGroupKerberosSourceConnectionList.js +55 -0
- package/dist/models/PaginatedKerberosSourceList.d.ts +39 -0
- package/dist/models/PaginatedKerberosSourceList.js +55 -0
- package/dist/models/PaginatedKerberosSourcePropertyMappingList.d.ts +39 -0
- package/dist/models/PaginatedKerberosSourcePropertyMappingList.js +55 -0
- package/dist/models/PaginatedUserKerberosSourceConnectionList.d.ts +39 -0
- package/dist/models/PaginatedUserKerberosSourceConnectionList.js +55 -0
- package/dist/models/PatchedKerberosSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/models/PatchedKerberosSourcePropertyMappingRequest.js +54 -0
- package/dist/models/PatchedKerberosSourceRequest.d.ts +166 -0
- package/dist/models/PatchedKerberosSourceRequest.js +97 -0
- package/dist/models/PatchedUserKerberosSourceConnectionRequest.d.ts +37 -0
- package/dist/models/PatchedUserKerberosSourceConnectionRequest.js +52 -0
- package/dist/models/UserKerberosSourceConnection.d.ts +56 -0
- package/dist/models/UserKerberosSourceConnection.js +60 -0
- package/dist/models/UserKerberosSourceConnectionRequest.d.ts +37 -0
- package/dist/models/UserKerberosSourceConnectionRequest.js +53 -0
- package/dist/models/index.d.ts +15 -0
- package/dist/models/index.js +15 -0
- package/package.json +1 -1
- package/src/apis/PropertymappingsApi.ts +350 -0
- package/src/apis/RbacApi.ts +8 -0
- package/src/apis/SourcesApi.ts +1200 -153
- package/src/models/AppEnum.ts +1 -0
- package/src/models/BackendsEnum.ts +1 -0
- package/src/models/DeviceChallenge.ts +9 -0
- package/src/models/DeviceChallengeRequest.ts +9 -0
- package/src/models/GroupKerberosSourceConnection.ts +104 -0
- package/src/models/KerberosSource.ts +303 -0
- package/src/models/KerberosSourcePropertyMapping.ts +123 -0
- package/src/models/KerberosSourcePropertyMappingRequest.ts +83 -0
- package/src/models/KerberosSourceRequest.ts +263 -0
- package/src/models/KerberosSyncStatus.ts +80 -0
- package/src/models/ModelEnum.ts +4 -0
- package/src/models/PaginatedGroupKerberosSourceConnectionList.ts +88 -0
- package/src/models/PaginatedKerberosSourceList.ts +88 -0
- package/src/models/PaginatedKerberosSourcePropertyMappingList.ts +88 -0
- package/src/models/PaginatedUserKerberosSourceConnectionList.ts +88 -0
- package/src/models/PatchedKerberosSourcePropertyMappingRequest.ts +81 -0
- package/src/models/PatchedKerberosSourceRequest.ts +260 -0
- package/src/models/PatchedUserKerberosSourceConnectionRequest.ts +73 -0
- package/src/models/UserKerberosSourceConnection.ts +106 -0
- package/src/models/UserKerberosSourceConnectionRequest.ts +75 -0
- package/src/models/index.ts +15 -0
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import type { FilePathRequest, GroupOAuthSourceConnection, GroupPlexSourceConnection, GroupSAMLSourceConnection, LDAPDebug, LDAPSource, LDAPSourceRequest, OAuthSource, OAuthSourceRequest, PaginatedGroupOAuthSourceConnectionList, PaginatedGroupPlexSourceConnectionList, PaginatedGroupSAMLSourceConnectionList, PaginatedLDAPSourceList, PaginatedOAuthSourceList, PaginatedPlexSourceList, PaginatedSAMLSourceList, PaginatedSCIMSourceGroupList, PaginatedSCIMSourceList, PaginatedSCIMSourceUserList, PaginatedSourceList, PaginatedUserOAuthSourceConnectionList, PaginatedUserPlexSourceConnectionList, PaginatedUserSAMLSourceConnectionList, PaginatedUserSourceConnectionList, PatchedLDAPSourceRequest, PatchedOAuthSourceRequest, PatchedPlexSourceRequest, PatchedSAMLSourceRequest, PatchedSCIMSourceGroupRequest, PatchedSCIMSourceRequest, PatchedSCIMSourceUserRequest, PatchedUserOAuthSourceConnectionRequest, PatchedUserPlexSourceConnectionRequest, PatchedUserSAMLSourceConnectionRequest, PlexSource, PlexSourceRequest, PlexTokenRedeemRequest, RedirectChallenge, SAMLMetadata, SAMLSource, SAMLSourceRequest, SCIMSource, SCIMSourceGroup, SCIMSourceGroupRequest, SCIMSourceRequest, SCIMSourceUser, SCIMSourceUserRequest, Source, SourceType, SyncStatus, TypeCreate, UsedBy, UserOAuthSourceConnection, UserOAuthSourceConnectionRequest, UserPlexSourceConnection, UserPlexSourceConnectionRequest, UserSAMLSourceConnection, UserSAMLSourceConnectionRequest, UserSetting, UserSourceConnection } from '../models';
|
|
13
|
+
import type { FilePathRequest, GroupKerberosSourceConnection, GroupOAuthSourceConnection, GroupPlexSourceConnection, GroupSAMLSourceConnection, KerberosSource, KerberosSourceRequest, KerberosSyncStatus, LDAPDebug, LDAPSource, LDAPSourceRequest, OAuthSource, OAuthSourceRequest, PaginatedGroupKerberosSourceConnectionList, PaginatedGroupOAuthSourceConnectionList, PaginatedGroupPlexSourceConnectionList, PaginatedGroupSAMLSourceConnectionList, PaginatedKerberosSourceList, PaginatedLDAPSourceList, PaginatedOAuthSourceList, PaginatedPlexSourceList, PaginatedSAMLSourceList, PaginatedSCIMSourceGroupList, PaginatedSCIMSourceList, PaginatedSCIMSourceUserList, PaginatedSourceList, PaginatedUserKerberosSourceConnectionList, PaginatedUserOAuthSourceConnectionList, PaginatedUserPlexSourceConnectionList, PaginatedUserSAMLSourceConnectionList, PaginatedUserSourceConnectionList, PatchedKerberosSourceRequest, PatchedLDAPSourceRequest, PatchedOAuthSourceRequest, PatchedPlexSourceRequest, PatchedSAMLSourceRequest, PatchedSCIMSourceGroupRequest, PatchedSCIMSourceRequest, PatchedSCIMSourceUserRequest, PatchedUserKerberosSourceConnectionRequest, PatchedUserOAuthSourceConnectionRequest, PatchedUserPlexSourceConnectionRequest, PatchedUserSAMLSourceConnectionRequest, PlexSource, PlexSourceRequest, PlexTokenRedeemRequest, RedirectChallenge, SAMLMetadata, SAMLSource, SAMLSourceRequest, SCIMSource, SCIMSourceGroup, SCIMSourceGroupRequest, SCIMSourceRequest, SCIMSourceUser, SCIMSourceUserRequest, Source, SourceType, SyncStatus, TypeCreate, UsedBy, UserKerberosSourceConnection, UserKerberosSourceConnectionRequest, UserOAuthSourceConnection, UserOAuthSourceConnectionRequest, UserPlexSourceConnection, UserPlexSourceConnectionRequest, UserSAMLSourceConnection, UserSAMLSourceConnectionRequest, UserSetting, UserSourceConnection } from '../models';
|
|
14
14
|
export interface SourcesAllDestroyRequest {
|
|
15
15
|
slug: string;
|
|
16
16
|
}
|
|
@@ -38,6 +38,29 @@ export interface SourcesAllSetIconUrlCreateRequest {
|
|
|
38
38
|
export interface SourcesAllUsedByListRequest {
|
|
39
39
|
slug: string;
|
|
40
40
|
}
|
|
41
|
+
export interface SourcesGroupConnectionsKerberosDestroyRequest {
|
|
42
|
+
id: number;
|
|
43
|
+
}
|
|
44
|
+
export interface SourcesGroupConnectionsKerberosListRequest {
|
|
45
|
+
group?: string;
|
|
46
|
+
ordering?: string;
|
|
47
|
+
page?: number;
|
|
48
|
+
pageSize?: number;
|
|
49
|
+
search?: string;
|
|
50
|
+
sourceSlug?: string;
|
|
51
|
+
}
|
|
52
|
+
export interface SourcesGroupConnectionsKerberosPartialUpdateRequest {
|
|
53
|
+
id: number;
|
|
54
|
+
}
|
|
55
|
+
export interface SourcesGroupConnectionsKerberosRetrieveRequest {
|
|
56
|
+
id: number;
|
|
57
|
+
}
|
|
58
|
+
export interface SourcesGroupConnectionsKerberosUpdateRequest {
|
|
59
|
+
id: number;
|
|
60
|
+
}
|
|
61
|
+
export interface SourcesGroupConnectionsKerberosUsedByListRequest {
|
|
62
|
+
id: number;
|
|
63
|
+
}
|
|
41
64
|
export interface SourcesGroupConnectionsOauthDestroyRequest {
|
|
42
65
|
id: number;
|
|
43
66
|
}
|
|
@@ -107,6 +130,44 @@ export interface SourcesGroupConnectionsSamlUpdateRequest {
|
|
|
107
130
|
export interface SourcesGroupConnectionsSamlUsedByListRequest {
|
|
108
131
|
id: number;
|
|
109
132
|
}
|
|
133
|
+
export interface SourcesKerberosCreateRequest {
|
|
134
|
+
kerberosSourceRequest: KerberosSourceRequest;
|
|
135
|
+
}
|
|
136
|
+
export interface SourcesKerberosDestroyRequest {
|
|
137
|
+
slug: string;
|
|
138
|
+
}
|
|
139
|
+
export interface SourcesKerberosListRequest {
|
|
140
|
+
enabled?: boolean;
|
|
141
|
+
name?: string;
|
|
142
|
+
ordering?: string;
|
|
143
|
+
page?: number;
|
|
144
|
+
pageSize?: number;
|
|
145
|
+
passwordLoginUpdateInternalPassword?: boolean;
|
|
146
|
+
realm?: string;
|
|
147
|
+
search?: string;
|
|
148
|
+
slug?: string;
|
|
149
|
+
spnegoServerName?: string;
|
|
150
|
+
syncPrincipal?: string;
|
|
151
|
+
syncUsers?: boolean;
|
|
152
|
+
syncUsersPassword?: boolean;
|
|
153
|
+
}
|
|
154
|
+
export interface SourcesKerberosPartialUpdateRequest {
|
|
155
|
+
slug: string;
|
|
156
|
+
patchedKerberosSourceRequest?: PatchedKerberosSourceRequest;
|
|
157
|
+
}
|
|
158
|
+
export interface SourcesKerberosRetrieveRequest {
|
|
159
|
+
slug: string;
|
|
160
|
+
}
|
|
161
|
+
export interface SourcesKerberosSyncStatusRetrieveRequest {
|
|
162
|
+
slug: string;
|
|
163
|
+
}
|
|
164
|
+
export interface SourcesKerberosUpdateRequest {
|
|
165
|
+
slug: string;
|
|
166
|
+
kerberosSourceRequest: KerberosSourceRequest;
|
|
167
|
+
}
|
|
168
|
+
export interface SourcesKerberosUsedByListRequest {
|
|
169
|
+
slug: string;
|
|
170
|
+
}
|
|
110
171
|
export interface SourcesLdapCreateRequest {
|
|
111
172
|
lDAPSourceRequest: LDAPSourceRequest;
|
|
112
173
|
}
|
|
@@ -409,6 +470,33 @@ export interface SourcesUserConnectionsAllUpdateRequest {
|
|
|
409
470
|
export interface SourcesUserConnectionsAllUsedByListRequest {
|
|
410
471
|
id: number;
|
|
411
472
|
}
|
|
473
|
+
export interface SourcesUserConnectionsKerberosCreateRequest {
|
|
474
|
+
userKerberosSourceConnectionRequest: UserKerberosSourceConnectionRequest;
|
|
475
|
+
}
|
|
476
|
+
export interface SourcesUserConnectionsKerberosDestroyRequest {
|
|
477
|
+
id: number;
|
|
478
|
+
}
|
|
479
|
+
export interface SourcesUserConnectionsKerberosListRequest {
|
|
480
|
+
ordering?: string;
|
|
481
|
+
page?: number;
|
|
482
|
+
pageSize?: number;
|
|
483
|
+
search?: string;
|
|
484
|
+
sourceSlug?: string;
|
|
485
|
+
}
|
|
486
|
+
export interface SourcesUserConnectionsKerberosPartialUpdateRequest {
|
|
487
|
+
id: number;
|
|
488
|
+
patchedUserKerberosSourceConnectionRequest?: PatchedUserKerberosSourceConnectionRequest;
|
|
489
|
+
}
|
|
490
|
+
export interface SourcesUserConnectionsKerberosRetrieveRequest {
|
|
491
|
+
id: number;
|
|
492
|
+
}
|
|
493
|
+
export interface SourcesUserConnectionsKerberosUpdateRequest {
|
|
494
|
+
id: number;
|
|
495
|
+
userKerberosSourceConnectionRequest: UserKerberosSourceConnectionRequest;
|
|
496
|
+
}
|
|
497
|
+
export interface SourcesUserConnectionsKerberosUsedByListRequest {
|
|
498
|
+
id: number;
|
|
499
|
+
}
|
|
412
500
|
export interface SourcesUserConnectionsOauthCreateRequest {
|
|
413
501
|
userOAuthSourceConnectionRequest: UserOAuthSourceConnectionRequest;
|
|
414
502
|
}
|
|
@@ -561,6 +649,54 @@ export declare class SourcesApi extends runtime.BaseAPI {
|
|
|
561
649
|
* Get all sources the user can configure
|
|
562
650
|
*/
|
|
563
651
|
sourcesAllUserSettingsList(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UserSetting>>;
|
|
652
|
+
/**
|
|
653
|
+
* Group-source connection Viewset
|
|
654
|
+
*/
|
|
655
|
+
sourcesGroupConnectionsKerberosDestroyRaw(requestParameters: SourcesGroupConnectionsKerberosDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
656
|
+
/**
|
|
657
|
+
* Group-source connection Viewset
|
|
658
|
+
*/
|
|
659
|
+
sourcesGroupConnectionsKerberosDestroy(requestParameters: SourcesGroupConnectionsKerberosDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
660
|
+
/**
|
|
661
|
+
* Group-source connection Viewset
|
|
662
|
+
*/
|
|
663
|
+
sourcesGroupConnectionsKerberosListRaw(requestParameters: SourcesGroupConnectionsKerberosListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedGroupKerberosSourceConnectionList>>;
|
|
664
|
+
/**
|
|
665
|
+
* Group-source connection Viewset
|
|
666
|
+
*/
|
|
667
|
+
sourcesGroupConnectionsKerberosList(requestParameters?: SourcesGroupConnectionsKerberosListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedGroupKerberosSourceConnectionList>;
|
|
668
|
+
/**
|
|
669
|
+
* Group-source connection Viewset
|
|
670
|
+
*/
|
|
671
|
+
sourcesGroupConnectionsKerberosPartialUpdateRaw(requestParameters: SourcesGroupConnectionsKerberosPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GroupKerberosSourceConnection>>;
|
|
672
|
+
/**
|
|
673
|
+
* Group-source connection Viewset
|
|
674
|
+
*/
|
|
675
|
+
sourcesGroupConnectionsKerberosPartialUpdate(requestParameters: SourcesGroupConnectionsKerberosPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GroupKerberosSourceConnection>;
|
|
676
|
+
/**
|
|
677
|
+
* Group-source connection Viewset
|
|
678
|
+
*/
|
|
679
|
+
sourcesGroupConnectionsKerberosRetrieveRaw(requestParameters: SourcesGroupConnectionsKerberosRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GroupKerberosSourceConnection>>;
|
|
680
|
+
/**
|
|
681
|
+
* Group-source connection Viewset
|
|
682
|
+
*/
|
|
683
|
+
sourcesGroupConnectionsKerberosRetrieve(requestParameters: SourcesGroupConnectionsKerberosRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GroupKerberosSourceConnection>;
|
|
684
|
+
/**
|
|
685
|
+
* Group-source connection Viewset
|
|
686
|
+
*/
|
|
687
|
+
sourcesGroupConnectionsKerberosUpdateRaw(requestParameters: SourcesGroupConnectionsKerberosUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GroupKerberosSourceConnection>>;
|
|
688
|
+
/**
|
|
689
|
+
* Group-source connection Viewset
|
|
690
|
+
*/
|
|
691
|
+
sourcesGroupConnectionsKerberosUpdate(requestParameters: SourcesGroupConnectionsKerberosUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GroupKerberosSourceConnection>;
|
|
692
|
+
/**
|
|
693
|
+
* Get a list of all objects that use this object
|
|
694
|
+
*/
|
|
695
|
+
sourcesGroupConnectionsKerberosUsedByListRaw(requestParameters: SourcesGroupConnectionsKerberosUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UsedBy>>>;
|
|
696
|
+
/**
|
|
697
|
+
* Get a list of all objects that use this object
|
|
698
|
+
*/
|
|
699
|
+
sourcesGroupConnectionsKerberosUsedByList(requestParameters: SourcesGroupConnectionsKerberosUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UsedBy>>;
|
|
564
700
|
/**
|
|
565
701
|
* Group-source connection Viewset
|
|
566
702
|
*/
|
|
@@ -721,6 +857,70 @@ export declare class SourcesApi extends runtime.BaseAPI {
|
|
|
721
857
|
* Get a list of all objects that use this object
|
|
722
858
|
*/
|
|
723
859
|
sourcesGroupConnectionsSamlUsedByList(requestParameters: SourcesGroupConnectionsSamlUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UsedBy>>;
|
|
860
|
+
/**
|
|
861
|
+
* Kerberos Source Viewset
|
|
862
|
+
*/
|
|
863
|
+
sourcesKerberosCreateRaw(requestParameters: SourcesKerberosCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<KerberosSource>>;
|
|
864
|
+
/**
|
|
865
|
+
* Kerberos Source Viewset
|
|
866
|
+
*/
|
|
867
|
+
sourcesKerberosCreate(requestParameters: SourcesKerberosCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<KerberosSource>;
|
|
868
|
+
/**
|
|
869
|
+
* Kerberos Source Viewset
|
|
870
|
+
*/
|
|
871
|
+
sourcesKerberosDestroyRaw(requestParameters: SourcesKerberosDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
872
|
+
/**
|
|
873
|
+
* Kerberos Source Viewset
|
|
874
|
+
*/
|
|
875
|
+
sourcesKerberosDestroy(requestParameters: SourcesKerberosDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
876
|
+
/**
|
|
877
|
+
* Kerberos Source Viewset
|
|
878
|
+
*/
|
|
879
|
+
sourcesKerberosListRaw(requestParameters: SourcesKerberosListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedKerberosSourceList>>;
|
|
880
|
+
/**
|
|
881
|
+
* Kerberos Source Viewset
|
|
882
|
+
*/
|
|
883
|
+
sourcesKerberosList(requestParameters?: SourcesKerberosListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedKerberosSourceList>;
|
|
884
|
+
/**
|
|
885
|
+
* Kerberos Source Viewset
|
|
886
|
+
*/
|
|
887
|
+
sourcesKerberosPartialUpdateRaw(requestParameters: SourcesKerberosPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<KerberosSource>>;
|
|
888
|
+
/**
|
|
889
|
+
* Kerberos Source Viewset
|
|
890
|
+
*/
|
|
891
|
+
sourcesKerberosPartialUpdate(requestParameters: SourcesKerberosPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<KerberosSource>;
|
|
892
|
+
/**
|
|
893
|
+
* Kerberos Source Viewset
|
|
894
|
+
*/
|
|
895
|
+
sourcesKerberosRetrieveRaw(requestParameters: SourcesKerberosRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<KerberosSource>>;
|
|
896
|
+
/**
|
|
897
|
+
* Kerberos Source Viewset
|
|
898
|
+
*/
|
|
899
|
+
sourcesKerberosRetrieve(requestParameters: SourcesKerberosRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<KerberosSource>;
|
|
900
|
+
/**
|
|
901
|
+
* Get source\'s sync status
|
|
902
|
+
*/
|
|
903
|
+
sourcesKerberosSyncStatusRetrieveRaw(requestParameters: SourcesKerberosSyncStatusRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<KerberosSyncStatus>>;
|
|
904
|
+
/**
|
|
905
|
+
* Get source\'s sync status
|
|
906
|
+
*/
|
|
907
|
+
sourcesKerberosSyncStatusRetrieve(requestParameters: SourcesKerberosSyncStatusRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<KerberosSyncStatus>;
|
|
908
|
+
/**
|
|
909
|
+
* Kerberos Source Viewset
|
|
910
|
+
*/
|
|
911
|
+
sourcesKerberosUpdateRaw(requestParameters: SourcesKerberosUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<KerberosSource>>;
|
|
912
|
+
/**
|
|
913
|
+
* Kerberos Source Viewset
|
|
914
|
+
*/
|
|
915
|
+
sourcesKerberosUpdate(requestParameters: SourcesKerberosUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<KerberosSource>;
|
|
916
|
+
/**
|
|
917
|
+
* Get a list of all objects that use this object
|
|
918
|
+
*/
|
|
919
|
+
sourcesKerberosUsedByListRaw(requestParameters: SourcesKerberosUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UsedBy>>>;
|
|
920
|
+
/**
|
|
921
|
+
* Get a list of all objects that use this object
|
|
922
|
+
*/
|
|
923
|
+
sourcesKerberosUsedByList(requestParameters: SourcesKerberosUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UsedBy>>;
|
|
724
924
|
/**
|
|
725
925
|
* LDAP Source Viewset
|
|
726
926
|
*/
|
|
@@ -1209,6 +1409,62 @@ export declare class SourcesApi extends runtime.BaseAPI {
|
|
|
1209
1409
|
* Get a list of all objects that use this object
|
|
1210
1410
|
*/
|
|
1211
1411
|
sourcesUserConnectionsAllUsedByList(requestParameters: SourcesUserConnectionsAllUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UsedBy>>;
|
|
1412
|
+
/**
|
|
1413
|
+
* Source Viewset
|
|
1414
|
+
*/
|
|
1415
|
+
sourcesUserConnectionsKerberosCreateRaw(requestParameters: SourcesUserConnectionsKerberosCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UserKerberosSourceConnection>>;
|
|
1416
|
+
/**
|
|
1417
|
+
* Source Viewset
|
|
1418
|
+
*/
|
|
1419
|
+
sourcesUserConnectionsKerberosCreate(requestParameters: SourcesUserConnectionsKerberosCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UserKerberosSourceConnection>;
|
|
1420
|
+
/**
|
|
1421
|
+
* Source Viewset
|
|
1422
|
+
*/
|
|
1423
|
+
sourcesUserConnectionsKerberosDestroyRaw(requestParameters: SourcesUserConnectionsKerberosDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
1424
|
+
/**
|
|
1425
|
+
* Source Viewset
|
|
1426
|
+
*/
|
|
1427
|
+
sourcesUserConnectionsKerberosDestroy(requestParameters: SourcesUserConnectionsKerberosDestroyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
1428
|
+
/**
|
|
1429
|
+
* Source Viewset
|
|
1430
|
+
*/
|
|
1431
|
+
sourcesUserConnectionsKerberosListRaw(requestParameters: SourcesUserConnectionsKerberosListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedUserKerberosSourceConnectionList>>;
|
|
1432
|
+
/**
|
|
1433
|
+
* Source Viewset
|
|
1434
|
+
*/
|
|
1435
|
+
sourcesUserConnectionsKerberosList(requestParameters?: SourcesUserConnectionsKerberosListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedUserKerberosSourceConnectionList>;
|
|
1436
|
+
/**
|
|
1437
|
+
* Source Viewset
|
|
1438
|
+
*/
|
|
1439
|
+
sourcesUserConnectionsKerberosPartialUpdateRaw(requestParameters: SourcesUserConnectionsKerberosPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UserKerberosSourceConnection>>;
|
|
1440
|
+
/**
|
|
1441
|
+
* Source Viewset
|
|
1442
|
+
*/
|
|
1443
|
+
sourcesUserConnectionsKerberosPartialUpdate(requestParameters: SourcesUserConnectionsKerberosPartialUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UserKerberosSourceConnection>;
|
|
1444
|
+
/**
|
|
1445
|
+
* Source Viewset
|
|
1446
|
+
*/
|
|
1447
|
+
sourcesUserConnectionsKerberosRetrieveRaw(requestParameters: SourcesUserConnectionsKerberosRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UserKerberosSourceConnection>>;
|
|
1448
|
+
/**
|
|
1449
|
+
* Source Viewset
|
|
1450
|
+
*/
|
|
1451
|
+
sourcesUserConnectionsKerberosRetrieve(requestParameters: SourcesUserConnectionsKerberosRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UserKerberosSourceConnection>;
|
|
1452
|
+
/**
|
|
1453
|
+
* Source Viewset
|
|
1454
|
+
*/
|
|
1455
|
+
sourcesUserConnectionsKerberosUpdateRaw(requestParameters: SourcesUserConnectionsKerberosUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UserKerberosSourceConnection>>;
|
|
1456
|
+
/**
|
|
1457
|
+
* Source Viewset
|
|
1458
|
+
*/
|
|
1459
|
+
sourcesUserConnectionsKerberosUpdate(requestParameters: SourcesUserConnectionsKerberosUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UserKerberosSourceConnection>;
|
|
1460
|
+
/**
|
|
1461
|
+
* Get a list of all objects that use this object
|
|
1462
|
+
*/
|
|
1463
|
+
sourcesUserConnectionsKerberosUsedByListRaw(requestParameters: SourcesUserConnectionsKerberosUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UsedBy>>>;
|
|
1464
|
+
/**
|
|
1465
|
+
* Get a list of all objects that use this object
|
|
1466
|
+
*/
|
|
1467
|
+
sourcesUserConnectionsKerberosUsedByList(requestParameters: SourcesUserConnectionsKerberosUsedByListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UsedBy>>;
|
|
1212
1468
|
/**
|
|
1213
1469
|
* Source Viewset
|
|
1214
1470
|
*/
|