@goauthentik/api 2024.8.3-1729630021 → 2024.8.3-1729699127

Sign up to get free protection for your applications and to get access to all the features.
Files changed (112) hide show
  1. package/.openapi-generator/FILES +15 -0
  2. package/dist/apis/PropertymappingsApi.d.ts +86 -1
  3. package/dist/apis/PropertymappingsApi.js +271 -0
  4. package/dist/apis/RbacApi.d.ts +8 -0
  5. package/dist/apis/RbacApi.js +8 -0
  6. package/dist/apis/SourcesApi.d.ts +257 -1
  7. package/dist/apis/SourcesApi.js +841 -28
  8. package/dist/esm/apis/PropertymappingsApi.d.ts +86 -1
  9. package/dist/esm/apis/PropertymappingsApi.js +272 -1
  10. package/dist/esm/apis/RbacApi.d.ts +8 -0
  11. package/dist/esm/apis/RbacApi.js +8 -0
  12. package/dist/esm/apis/SourcesApi.d.ts +257 -1
  13. package/dist/esm/apis/SourcesApi.js +842 -29
  14. package/dist/esm/models/AppEnum.d.ts +1 -0
  15. package/dist/esm/models/AppEnum.js +1 -0
  16. package/dist/esm/models/BackendsEnum.d.ts +1 -0
  17. package/dist/esm/models/BackendsEnum.js +1 -0
  18. package/dist/esm/models/GroupKerberosSourceConnection.d.ts +56 -0
  19. package/dist/esm/models/GroupKerberosSourceConnection.js +50 -0
  20. package/dist/esm/models/KerberosSource.d.ts +198 -0
  21. package/dist/esm/models/KerberosSource.js +103 -0
  22. package/dist/esm/models/KerberosSourcePropertyMapping.d.ts +73 -0
  23. package/dist/esm/models/KerberosSourcePropertyMapping.js +59 -0
  24. package/dist/esm/models/KerberosSourcePropertyMappingRequest.d.ts +43 -0
  25. package/dist/esm/models/KerberosSourcePropertyMappingRequest.js +49 -0
  26. package/dist/esm/models/KerberosSourceRequest.d.ts +166 -0
  27. package/dist/esm/models/KerberosSourceRequest.js +93 -0
  28. package/dist/esm/models/KerberosSyncStatus.d.ts +38 -0
  29. package/dist/esm/models/KerberosSyncStatus.js +44 -0
  30. package/dist/esm/models/ModelEnum.d.ts +4 -0
  31. package/dist/esm/models/ModelEnum.js +4 -0
  32. package/dist/esm/models/PaginatedGroupKerberosSourceConnectionList.d.ts +39 -0
  33. package/dist/esm/models/PaginatedGroupKerberosSourceConnectionList.js +48 -0
  34. package/dist/esm/models/PaginatedKerberosSourceList.d.ts +39 -0
  35. package/dist/esm/models/PaginatedKerberosSourceList.js +48 -0
  36. package/dist/esm/models/PaginatedKerberosSourcePropertyMappingList.d.ts +39 -0
  37. package/dist/esm/models/PaginatedKerberosSourcePropertyMappingList.js +48 -0
  38. package/dist/esm/models/PaginatedUserKerberosSourceConnectionList.d.ts +39 -0
  39. package/dist/esm/models/PaginatedUserKerberosSourceConnectionList.js +48 -0
  40. package/dist/esm/models/PatchedKerberosSourcePropertyMappingRequest.d.ts +43 -0
  41. package/dist/esm/models/PatchedKerberosSourcePropertyMappingRequest.js +47 -0
  42. package/dist/esm/models/PatchedKerberosSourceRequest.d.ts +166 -0
  43. package/dist/esm/models/PatchedKerberosSourceRequest.js +90 -0
  44. package/dist/esm/models/PatchedUserKerberosSourceConnectionRequest.d.ts +37 -0
  45. package/dist/esm/models/PatchedUserKerberosSourceConnectionRequest.js +45 -0
  46. package/dist/esm/models/UserKerberosSourceConnection.d.ts +56 -0
  47. package/dist/esm/models/UserKerberosSourceConnection.js +53 -0
  48. package/dist/esm/models/UserKerberosSourceConnectionRequest.d.ts +37 -0
  49. package/dist/esm/models/UserKerberosSourceConnectionRequest.js +46 -0
  50. package/dist/esm/models/index.d.ts +15 -0
  51. package/dist/esm/models/index.js +15 -0
  52. package/dist/models/AppEnum.d.ts +1 -0
  53. package/dist/models/AppEnum.js +1 -0
  54. package/dist/models/BackendsEnum.d.ts +1 -0
  55. package/dist/models/BackendsEnum.js +1 -0
  56. package/dist/models/GroupKerberosSourceConnection.d.ts +56 -0
  57. package/dist/models/GroupKerberosSourceConnection.js +57 -0
  58. package/dist/models/KerberosSource.d.ts +198 -0
  59. package/dist/models/KerberosSource.js +110 -0
  60. package/dist/models/KerberosSourcePropertyMapping.d.ts +73 -0
  61. package/dist/models/KerberosSourcePropertyMapping.js +66 -0
  62. package/dist/models/KerberosSourcePropertyMappingRequest.d.ts +43 -0
  63. package/dist/models/KerberosSourcePropertyMappingRequest.js +56 -0
  64. package/dist/models/KerberosSourceRequest.d.ts +166 -0
  65. package/dist/models/KerberosSourceRequest.js +100 -0
  66. package/dist/models/KerberosSyncStatus.d.ts +38 -0
  67. package/dist/models/KerberosSyncStatus.js +51 -0
  68. package/dist/models/ModelEnum.d.ts +4 -0
  69. package/dist/models/ModelEnum.js +4 -0
  70. package/dist/models/PaginatedGroupKerberosSourceConnectionList.d.ts +39 -0
  71. package/dist/models/PaginatedGroupKerberosSourceConnectionList.js +55 -0
  72. package/dist/models/PaginatedKerberosSourceList.d.ts +39 -0
  73. package/dist/models/PaginatedKerberosSourceList.js +55 -0
  74. package/dist/models/PaginatedKerberosSourcePropertyMappingList.d.ts +39 -0
  75. package/dist/models/PaginatedKerberosSourcePropertyMappingList.js +55 -0
  76. package/dist/models/PaginatedUserKerberosSourceConnectionList.d.ts +39 -0
  77. package/dist/models/PaginatedUserKerberosSourceConnectionList.js +55 -0
  78. package/dist/models/PatchedKerberosSourcePropertyMappingRequest.d.ts +43 -0
  79. package/dist/models/PatchedKerberosSourcePropertyMappingRequest.js +54 -0
  80. package/dist/models/PatchedKerberosSourceRequest.d.ts +166 -0
  81. package/dist/models/PatchedKerberosSourceRequest.js +97 -0
  82. package/dist/models/PatchedUserKerberosSourceConnectionRequest.d.ts +37 -0
  83. package/dist/models/PatchedUserKerberosSourceConnectionRequest.js +52 -0
  84. package/dist/models/UserKerberosSourceConnection.d.ts +56 -0
  85. package/dist/models/UserKerberosSourceConnection.js +60 -0
  86. package/dist/models/UserKerberosSourceConnectionRequest.d.ts +37 -0
  87. package/dist/models/UserKerberosSourceConnectionRequest.js +53 -0
  88. package/dist/models/index.d.ts +15 -0
  89. package/dist/models/index.js +15 -0
  90. package/package.json +1 -1
  91. package/src/apis/PropertymappingsApi.ts +350 -0
  92. package/src/apis/RbacApi.ts +8 -0
  93. package/src/apis/SourcesApi.ts +1200 -153
  94. package/src/models/AppEnum.ts +1 -0
  95. package/src/models/BackendsEnum.ts +1 -0
  96. package/src/models/GroupKerberosSourceConnection.ts +104 -0
  97. package/src/models/KerberosSource.ts +303 -0
  98. package/src/models/KerberosSourcePropertyMapping.ts +123 -0
  99. package/src/models/KerberosSourcePropertyMappingRequest.ts +83 -0
  100. package/src/models/KerberosSourceRequest.ts +263 -0
  101. package/src/models/KerberosSyncStatus.ts +80 -0
  102. package/src/models/ModelEnum.ts +4 -0
  103. package/src/models/PaginatedGroupKerberosSourceConnectionList.ts +88 -0
  104. package/src/models/PaginatedKerberosSourceList.ts +88 -0
  105. package/src/models/PaginatedKerberosSourcePropertyMappingList.ts +88 -0
  106. package/src/models/PaginatedUserKerberosSourceConnectionList.ts +88 -0
  107. package/src/models/PatchedKerberosSourcePropertyMappingRequest.ts +81 -0
  108. package/src/models/PatchedKerberosSourceRequest.ts +260 -0
  109. package/src/models/PatchedUserKerberosSourceConnectionRequest.ts +73 -0
  110. package/src/models/UserKerberosSourceConnection.ts +106 -0
  111. package/src/models/UserKerberosSourceConnectionRequest.ts +75 -0
  112. package/src/models/index.ts +15 -0
@@ -0,0 +1,166 @@
1
+ /**
2
+ * authentik
3
+ * Making authentication simple.
4
+ *
5
+ * The version of the OpenAPI document: 2024.8.3
6
+ * Contact: hello@goauthentik.io
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { GroupMatchingModeEnum } from './GroupMatchingModeEnum';
13
+ import type { PolicyEngineMode } from './PolicyEngineMode';
14
+ import type { UserMatchingModeEnum } from './UserMatchingModeEnum';
15
+ /**
16
+ * Kerberos Source Serializer
17
+ * @export
18
+ * @interface KerberosSourceRequest
19
+ */
20
+ export interface KerberosSourceRequest {
21
+ /**
22
+ * Source's display Name.
23
+ * @type {string}
24
+ * @memberof KerberosSourceRequest
25
+ */
26
+ name: string;
27
+ /**
28
+ * Internal source name, used in URLs.
29
+ * @type {string}
30
+ * @memberof KerberosSourceRequest
31
+ */
32
+ slug: string;
33
+ /**
34
+ *
35
+ * @type {boolean}
36
+ * @memberof KerberosSourceRequest
37
+ */
38
+ enabled?: boolean;
39
+ /**
40
+ * Flow to use when authenticating existing users.
41
+ * @type {string}
42
+ * @memberof KerberosSourceRequest
43
+ */
44
+ authenticationFlow?: string | null;
45
+ /**
46
+ * Flow to use when enrolling new users.
47
+ * @type {string}
48
+ * @memberof KerberosSourceRequest
49
+ */
50
+ enrollmentFlow?: string | null;
51
+ /**
52
+ *
53
+ * @type {Array<string>}
54
+ * @memberof KerberosSourceRequest
55
+ */
56
+ userPropertyMappings?: Array<string>;
57
+ /**
58
+ *
59
+ * @type {Array<string>}
60
+ * @memberof KerberosSourceRequest
61
+ */
62
+ groupPropertyMappings?: Array<string>;
63
+ /**
64
+ *
65
+ * @type {PolicyEngineMode}
66
+ * @memberof KerberosSourceRequest
67
+ */
68
+ policyEngineMode?: PolicyEngineMode;
69
+ /**
70
+ *
71
+ * @type {UserMatchingModeEnum}
72
+ * @memberof KerberosSourceRequest
73
+ */
74
+ userMatchingMode?: UserMatchingModeEnum;
75
+ /**
76
+ *
77
+ * @type {string}
78
+ * @memberof KerberosSourceRequest
79
+ */
80
+ userPathTemplate?: string;
81
+ /**
82
+ *
83
+ * @type {GroupMatchingModeEnum}
84
+ * @memberof KerberosSourceRequest
85
+ */
86
+ groupMatchingMode?: GroupMatchingModeEnum;
87
+ /**
88
+ * Kerberos realm
89
+ * @type {string}
90
+ * @memberof KerberosSourceRequest
91
+ */
92
+ realm: string;
93
+ /**
94
+ * Custom krb5.conf to use. Uses the system one by default
95
+ * @type {string}
96
+ * @memberof KerberosSourceRequest
97
+ */
98
+ krb5Conf?: string;
99
+ /**
100
+ * Sync users from Kerberos into authentik
101
+ * @type {boolean}
102
+ * @memberof KerberosSourceRequest
103
+ */
104
+ syncUsers?: boolean;
105
+ /**
106
+ * When a user changes their password, sync it back to Kerberos
107
+ * @type {boolean}
108
+ * @memberof KerberosSourceRequest
109
+ */
110
+ syncUsersPassword?: boolean;
111
+ /**
112
+ * Principal to authenticate to kadmin for sync.
113
+ * @type {string}
114
+ * @memberof KerberosSourceRequest
115
+ */
116
+ syncPrincipal?: string;
117
+ /**
118
+ * Password to authenticate to kadmin for sync
119
+ * @type {string}
120
+ * @memberof KerberosSourceRequest
121
+ */
122
+ syncPassword?: string;
123
+ /**
124
+ * Keytab to authenticate to kadmin for sync. Must be base64-encoded or in the form TYPE:residual
125
+ * @type {string}
126
+ * @memberof KerberosSourceRequest
127
+ */
128
+ syncKeytab?: string;
129
+ /**
130
+ * Credentials cache to authenticate to kadmin for sync. Must be in the form TYPE:residual
131
+ * @type {string}
132
+ * @memberof KerberosSourceRequest
133
+ */
134
+ syncCcache?: string;
135
+ /**
136
+ * Force the use of a specific server name for SPNEGO
137
+ * @type {string}
138
+ * @memberof KerberosSourceRequest
139
+ */
140
+ spnegoServerName?: string;
141
+ /**
142
+ * SPNEGO keytab base64-encoded or path to keytab in the form FILE:path
143
+ * @type {string}
144
+ * @memberof KerberosSourceRequest
145
+ */
146
+ spnegoKeytab?: string;
147
+ /**
148
+ * Credential cache to use for SPNEGO in form type:residual
149
+ * @type {string}
150
+ * @memberof KerberosSourceRequest
151
+ */
152
+ spnegoCcache?: string;
153
+ /**
154
+ * If enabled, the authentik-stored password will be updated upon login with the Kerberos password backend
155
+ * @type {boolean}
156
+ * @memberof KerberosSourceRequest
157
+ */
158
+ passwordLoginUpdateInternalPassword?: boolean;
159
+ }
160
+ /**
161
+ * Check if a given object implements the KerberosSourceRequest interface.
162
+ */
163
+ export declare function instanceOfKerberosSourceRequest(value: object): boolean;
164
+ export declare function KerberosSourceRequestFromJSON(json: any): KerberosSourceRequest;
165
+ export declare function KerberosSourceRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): KerberosSourceRequest;
166
+ export declare function KerberosSourceRequestToJSON(value?: KerberosSourceRequest | null): any;
@@ -0,0 +1,93 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * authentik
5
+ * Making authentication simple.
6
+ *
7
+ * The version of the OpenAPI document: 2024.8.3
8
+ * Contact: hello@goauthentik.io
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { exists } from '../runtime';
15
+ import { GroupMatchingModeEnumFromJSON, GroupMatchingModeEnumToJSON, } from './GroupMatchingModeEnum';
16
+ import { PolicyEngineModeFromJSON, PolicyEngineModeToJSON, } from './PolicyEngineMode';
17
+ import { UserMatchingModeEnumFromJSON, UserMatchingModeEnumToJSON, } from './UserMatchingModeEnum';
18
+ /**
19
+ * Check if a given object implements the KerberosSourceRequest interface.
20
+ */
21
+ export function instanceOfKerberosSourceRequest(value) {
22
+ let isInstance = true;
23
+ isInstance = isInstance && "name" in value;
24
+ isInstance = isInstance && "slug" in value;
25
+ isInstance = isInstance && "realm" in value;
26
+ return isInstance;
27
+ }
28
+ export function KerberosSourceRequestFromJSON(json) {
29
+ return KerberosSourceRequestFromJSONTyped(json, false);
30
+ }
31
+ export function KerberosSourceRequestFromJSONTyped(json, ignoreDiscriminator) {
32
+ if ((json === undefined) || (json === null)) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'name': json['name'],
37
+ 'slug': json['slug'],
38
+ 'enabled': !exists(json, 'enabled') ? undefined : json['enabled'],
39
+ 'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
40
+ 'enrollmentFlow': !exists(json, 'enrollment_flow') ? undefined : json['enrollment_flow'],
41
+ 'userPropertyMappings': !exists(json, 'user_property_mappings') ? undefined : json['user_property_mappings'],
42
+ 'groupPropertyMappings': !exists(json, 'group_property_mappings') ? undefined : json['group_property_mappings'],
43
+ 'policyEngineMode': !exists(json, 'policy_engine_mode') ? undefined : PolicyEngineModeFromJSON(json['policy_engine_mode']),
44
+ 'userMatchingMode': !exists(json, 'user_matching_mode') ? undefined : UserMatchingModeEnumFromJSON(json['user_matching_mode']),
45
+ 'userPathTemplate': !exists(json, 'user_path_template') ? undefined : json['user_path_template'],
46
+ 'groupMatchingMode': !exists(json, 'group_matching_mode') ? undefined : GroupMatchingModeEnumFromJSON(json['group_matching_mode']),
47
+ 'realm': json['realm'],
48
+ 'krb5Conf': !exists(json, 'krb5_conf') ? undefined : json['krb5_conf'],
49
+ 'syncUsers': !exists(json, 'sync_users') ? undefined : json['sync_users'],
50
+ 'syncUsersPassword': !exists(json, 'sync_users_password') ? undefined : json['sync_users_password'],
51
+ 'syncPrincipal': !exists(json, 'sync_principal') ? undefined : json['sync_principal'],
52
+ 'syncPassword': !exists(json, 'sync_password') ? undefined : json['sync_password'],
53
+ 'syncKeytab': !exists(json, 'sync_keytab') ? undefined : json['sync_keytab'],
54
+ 'syncCcache': !exists(json, 'sync_ccache') ? undefined : json['sync_ccache'],
55
+ 'spnegoServerName': !exists(json, 'spnego_server_name') ? undefined : json['spnego_server_name'],
56
+ 'spnegoKeytab': !exists(json, 'spnego_keytab') ? undefined : json['spnego_keytab'],
57
+ 'spnegoCcache': !exists(json, 'spnego_ccache') ? undefined : json['spnego_ccache'],
58
+ 'passwordLoginUpdateInternalPassword': !exists(json, 'password_login_update_internal_password') ? undefined : json['password_login_update_internal_password'],
59
+ };
60
+ }
61
+ export function KerberosSourceRequestToJSON(value) {
62
+ if (value === undefined) {
63
+ return undefined;
64
+ }
65
+ if (value === null) {
66
+ return null;
67
+ }
68
+ return {
69
+ 'name': value.name,
70
+ 'slug': value.slug,
71
+ 'enabled': value.enabled,
72
+ 'authentication_flow': value.authenticationFlow,
73
+ 'enrollment_flow': value.enrollmentFlow,
74
+ 'user_property_mappings': value.userPropertyMappings,
75
+ 'group_property_mappings': value.groupPropertyMappings,
76
+ 'policy_engine_mode': PolicyEngineModeToJSON(value.policyEngineMode),
77
+ 'user_matching_mode': UserMatchingModeEnumToJSON(value.userMatchingMode),
78
+ 'user_path_template': value.userPathTemplate,
79
+ 'group_matching_mode': GroupMatchingModeEnumToJSON(value.groupMatchingMode),
80
+ 'realm': value.realm,
81
+ 'krb5_conf': value.krb5Conf,
82
+ 'sync_users': value.syncUsers,
83
+ 'sync_users_password': value.syncUsersPassword,
84
+ 'sync_principal': value.syncPrincipal,
85
+ 'sync_password': value.syncPassword,
86
+ 'sync_keytab': value.syncKeytab,
87
+ 'sync_ccache': value.syncCcache,
88
+ 'spnego_server_name': value.spnegoServerName,
89
+ 'spnego_keytab': value.spnegoKeytab,
90
+ 'spnego_ccache': value.spnegoCcache,
91
+ 'password_login_update_internal_password': value.passwordLoginUpdateInternalPassword,
92
+ };
93
+ }
@@ -0,0 +1,38 @@
1
+ /**
2
+ * authentik
3
+ * Making authentication simple.
4
+ *
5
+ * The version of the OpenAPI document: 2024.8.3
6
+ * Contact: hello@goauthentik.io
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { SystemTask } from './SystemTask';
13
+ /**
14
+ * Kerberos Source sync status
15
+ * @export
16
+ * @interface KerberosSyncStatus
17
+ */
18
+ export interface KerberosSyncStatus {
19
+ /**
20
+ *
21
+ * @type {boolean}
22
+ * @memberof KerberosSyncStatus
23
+ */
24
+ readonly isRunning: boolean;
25
+ /**
26
+ *
27
+ * @type {Array<SystemTask>}
28
+ * @memberof KerberosSyncStatus
29
+ */
30
+ readonly tasks: Array<SystemTask>;
31
+ }
32
+ /**
33
+ * Check if a given object implements the KerberosSyncStatus interface.
34
+ */
35
+ export declare function instanceOfKerberosSyncStatus(value: object): boolean;
36
+ export declare function KerberosSyncStatusFromJSON(json: any): KerberosSyncStatus;
37
+ export declare function KerberosSyncStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): KerberosSyncStatus;
38
+ export declare function KerberosSyncStatusToJSON(value?: KerberosSyncStatus | null): any;
@@ -0,0 +1,44 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * authentik
5
+ * Making authentication simple.
6
+ *
7
+ * The version of the OpenAPI document: 2024.8.3
8
+ * Contact: hello@goauthentik.io
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { SystemTaskFromJSON, } from './SystemTask';
15
+ /**
16
+ * Check if a given object implements the KerberosSyncStatus interface.
17
+ */
18
+ export function instanceOfKerberosSyncStatus(value) {
19
+ let isInstance = true;
20
+ isInstance = isInstance && "isRunning" in value;
21
+ isInstance = isInstance && "tasks" in value;
22
+ return isInstance;
23
+ }
24
+ export function KerberosSyncStatusFromJSON(json) {
25
+ return KerberosSyncStatusFromJSONTyped(json, false);
26
+ }
27
+ export function KerberosSyncStatusFromJSONTyped(json, ignoreDiscriminator) {
28
+ if ((json === undefined) || (json === null)) {
29
+ return json;
30
+ }
31
+ return {
32
+ 'isRunning': json['is_running'],
33
+ 'tasks': (json['tasks'].map(SystemTaskFromJSON)),
34
+ };
35
+ }
36
+ export function KerberosSyncStatusToJSON(value) {
37
+ if (value === undefined) {
38
+ return undefined;
39
+ }
40
+ if (value === null) {
41
+ return null;
42
+ }
43
+ return {};
44
+ }
@@ -40,6 +40,10 @@ export declare const ModelEnum: {
40
40
  readonly ProvidersScimScimprovider: "authentik_providers_scim.scimprovider";
41
41
  readonly ProvidersScimScimmapping: "authentik_providers_scim.scimmapping";
42
42
  readonly RbacRole: "authentik_rbac.role";
43
+ readonly SourcesKerberosKerberossource: "authentik_sources_kerberos.kerberossource";
44
+ readonly SourcesKerberosKerberossourcepropertymapping: "authentik_sources_kerberos.kerberossourcepropertymapping";
45
+ readonly SourcesKerberosUserkerberossourceconnection: "authentik_sources_kerberos.userkerberossourceconnection";
46
+ readonly SourcesKerberosGroupkerberossourceconnection: "authentik_sources_kerberos.groupkerberossourceconnection";
43
47
  readonly SourcesLdapLdapsource: "authentik_sources_ldap.ldapsource";
44
48
  readonly SourcesLdapLdapsourcepropertymapping: "authentik_sources_ldap.ldapsourcepropertymapping";
45
49
  readonly SourcesOauthOauthsource: "authentik_sources_oauth.oauthsource";
@@ -42,6 +42,10 @@ export const ModelEnum = {
42
42
  ProvidersScimScimprovider: 'authentik_providers_scim.scimprovider',
43
43
  ProvidersScimScimmapping: 'authentik_providers_scim.scimmapping',
44
44
  RbacRole: 'authentik_rbac.role',
45
+ SourcesKerberosKerberossource: 'authentik_sources_kerberos.kerberossource',
46
+ SourcesKerberosKerberossourcepropertymapping: 'authentik_sources_kerberos.kerberossourcepropertymapping',
47
+ SourcesKerberosUserkerberossourceconnection: 'authentik_sources_kerberos.userkerberossourceconnection',
48
+ SourcesKerberosGroupkerberossourceconnection: 'authentik_sources_kerberos.groupkerberossourceconnection',
45
49
  SourcesLdapLdapsource: 'authentik_sources_ldap.ldapsource',
46
50
  SourcesLdapLdapsourcepropertymapping: 'authentik_sources_ldap.ldapsourcepropertymapping',
47
51
  SourcesOauthOauthsource: 'authentik_sources_oauth.oauthsource',
@@ -0,0 +1,39 @@
1
+ /**
2
+ * authentik
3
+ * Making authentication simple.
4
+ *
5
+ * The version of the OpenAPI document: 2024.8.3
6
+ * Contact: hello@goauthentik.io
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { GroupKerberosSourceConnection } from './GroupKerberosSourceConnection';
13
+ import type { Pagination } from './Pagination';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface PaginatedGroupKerberosSourceConnectionList
18
+ */
19
+ export interface PaginatedGroupKerberosSourceConnectionList {
20
+ /**
21
+ *
22
+ * @type {Pagination}
23
+ * @memberof PaginatedGroupKerberosSourceConnectionList
24
+ */
25
+ pagination: Pagination;
26
+ /**
27
+ *
28
+ * @type {Array<GroupKerberosSourceConnection>}
29
+ * @memberof PaginatedGroupKerberosSourceConnectionList
30
+ */
31
+ results: Array<GroupKerberosSourceConnection>;
32
+ }
33
+ /**
34
+ * Check if a given object implements the PaginatedGroupKerberosSourceConnectionList interface.
35
+ */
36
+ export declare function instanceOfPaginatedGroupKerberosSourceConnectionList(value: object): boolean;
37
+ export declare function PaginatedGroupKerberosSourceConnectionListFromJSON(json: any): PaginatedGroupKerberosSourceConnectionList;
38
+ export declare function PaginatedGroupKerberosSourceConnectionListFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedGroupKerberosSourceConnectionList;
39
+ export declare function PaginatedGroupKerberosSourceConnectionListToJSON(value?: PaginatedGroupKerberosSourceConnectionList | null): any;
@@ -0,0 +1,48 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * authentik
5
+ * Making authentication simple.
6
+ *
7
+ * The version of the OpenAPI document: 2024.8.3
8
+ * Contact: hello@goauthentik.io
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { GroupKerberosSourceConnectionFromJSON, GroupKerberosSourceConnectionToJSON, } from './GroupKerberosSourceConnection';
15
+ import { PaginationFromJSON, PaginationToJSON, } from './Pagination';
16
+ /**
17
+ * Check if a given object implements the PaginatedGroupKerberosSourceConnectionList interface.
18
+ */
19
+ export function instanceOfPaginatedGroupKerberosSourceConnectionList(value) {
20
+ let isInstance = true;
21
+ isInstance = isInstance && "pagination" in value;
22
+ isInstance = isInstance && "results" in value;
23
+ return isInstance;
24
+ }
25
+ export function PaginatedGroupKerberosSourceConnectionListFromJSON(json) {
26
+ return PaginatedGroupKerberosSourceConnectionListFromJSONTyped(json, false);
27
+ }
28
+ export function PaginatedGroupKerberosSourceConnectionListFromJSONTyped(json, ignoreDiscriminator) {
29
+ if ((json === undefined) || (json === null)) {
30
+ return json;
31
+ }
32
+ return {
33
+ 'pagination': PaginationFromJSON(json['pagination']),
34
+ 'results': (json['results'].map(GroupKerberosSourceConnectionFromJSON)),
35
+ };
36
+ }
37
+ export function PaginatedGroupKerberosSourceConnectionListToJSON(value) {
38
+ if (value === undefined) {
39
+ return undefined;
40
+ }
41
+ if (value === null) {
42
+ return null;
43
+ }
44
+ return {
45
+ 'pagination': PaginationToJSON(value.pagination),
46
+ 'results': (value.results.map(GroupKerberosSourceConnectionToJSON)),
47
+ };
48
+ }
@@ -0,0 +1,39 @@
1
+ /**
2
+ * authentik
3
+ * Making authentication simple.
4
+ *
5
+ * The version of the OpenAPI document: 2024.8.3
6
+ * Contact: hello@goauthentik.io
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { KerberosSource } from './KerberosSource';
13
+ import type { Pagination } from './Pagination';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface PaginatedKerberosSourceList
18
+ */
19
+ export interface PaginatedKerberosSourceList {
20
+ /**
21
+ *
22
+ * @type {Pagination}
23
+ * @memberof PaginatedKerberosSourceList
24
+ */
25
+ pagination: Pagination;
26
+ /**
27
+ *
28
+ * @type {Array<KerberosSource>}
29
+ * @memberof PaginatedKerberosSourceList
30
+ */
31
+ results: Array<KerberosSource>;
32
+ }
33
+ /**
34
+ * Check if a given object implements the PaginatedKerberosSourceList interface.
35
+ */
36
+ export declare function instanceOfPaginatedKerberosSourceList(value: object): boolean;
37
+ export declare function PaginatedKerberosSourceListFromJSON(json: any): PaginatedKerberosSourceList;
38
+ export declare function PaginatedKerberosSourceListFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedKerberosSourceList;
39
+ export declare function PaginatedKerberosSourceListToJSON(value?: PaginatedKerberosSourceList | null): any;
@@ -0,0 +1,48 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * authentik
5
+ * Making authentication simple.
6
+ *
7
+ * The version of the OpenAPI document: 2024.8.3
8
+ * Contact: hello@goauthentik.io
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { KerberosSourceFromJSON, KerberosSourceToJSON, } from './KerberosSource';
15
+ import { PaginationFromJSON, PaginationToJSON, } from './Pagination';
16
+ /**
17
+ * Check if a given object implements the PaginatedKerberosSourceList interface.
18
+ */
19
+ export function instanceOfPaginatedKerberosSourceList(value) {
20
+ let isInstance = true;
21
+ isInstance = isInstance && "pagination" in value;
22
+ isInstance = isInstance && "results" in value;
23
+ return isInstance;
24
+ }
25
+ export function PaginatedKerberosSourceListFromJSON(json) {
26
+ return PaginatedKerberosSourceListFromJSONTyped(json, false);
27
+ }
28
+ export function PaginatedKerberosSourceListFromJSONTyped(json, ignoreDiscriminator) {
29
+ if ((json === undefined) || (json === null)) {
30
+ return json;
31
+ }
32
+ return {
33
+ 'pagination': PaginationFromJSON(json['pagination']),
34
+ 'results': (json['results'].map(KerberosSourceFromJSON)),
35
+ };
36
+ }
37
+ export function PaginatedKerberosSourceListToJSON(value) {
38
+ if (value === undefined) {
39
+ return undefined;
40
+ }
41
+ if (value === null) {
42
+ return null;
43
+ }
44
+ return {
45
+ 'pagination': PaginationToJSON(value.pagination),
46
+ 'results': (value.results.map(KerberosSourceToJSON)),
47
+ };
48
+ }
@@ -0,0 +1,39 @@
1
+ /**
2
+ * authentik
3
+ * Making authentication simple.
4
+ *
5
+ * The version of the OpenAPI document: 2024.8.3
6
+ * Contact: hello@goauthentik.io
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { KerberosSourcePropertyMapping } from './KerberosSourcePropertyMapping';
13
+ import type { Pagination } from './Pagination';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface PaginatedKerberosSourcePropertyMappingList
18
+ */
19
+ export interface PaginatedKerberosSourcePropertyMappingList {
20
+ /**
21
+ *
22
+ * @type {Pagination}
23
+ * @memberof PaginatedKerberosSourcePropertyMappingList
24
+ */
25
+ pagination: Pagination;
26
+ /**
27
+ *
28
+ * @type {Array<KerberosSourcePropertyMapping>}
29
+ * @memberof PaginatedKerberosSourcePropertyMappingList
30
+ */
31
+ results: Array<KerberosSourcePropertyMapping>;
32
+ }
33
+ /**
34
+ * Check if a given object implements the PaginatedKerberosSourcePropertyMappingList interface.
35
+ */
36
+ export declare function instanceOfPaginatedKerberosSourcePropertyMappingList(value: object): boolean;
37
+ export declare function PaginatedKerberosSourcePropertyMappingListFromJSON(json: any): PaginatedKerberosSourcePropertyMappingList;
38
+ export declare function PaginatedKerberosSourcePropertyMappingListFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedKerberosSourcePropertyMappingList;
39
+ export declare function PaginatedKerberosSourcePropertyMappingListToJSON(value?: PaginatedKerberosSourcePropertyMappingList | null): any;
@@ -0,0 +1,48 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * authentik
5
+ * Making authentication simple.
6
+ *
7
+ * The version of the OpenAPI document: 2024.8.3
8
+ * Contact: hello@goauthentik.io
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { KerberosSourcePropertyMappingFromJSON, KerberosSourcePropertyMappingToJSON, } from './KerberosSourcePropertyMapping';
15
+ import { PaginationFromJSON, PaginationToJSON, } from './Pagination';
16
+ /**
17
+ * Check if a given object implements the PaginatedKerberosSourcePropertyMappingList interface.
18
+ */
19
+ export function instanceOfPaginatedKerberosSourcePropertyMappingList(value) {
20
+ let isInstance = true;
21
+ isInstance = isInstance && "pagination" in value;
22
+ isInstance = isInstance && "results" in value;
23
+ return isInstance;
24
+ }
25
+ export function PaginatedKerberosSourcePropertyMappingListFromJSON(json) {
26
+ return PaginatedKerberosSourcePropertyMappingListFromJSONTyped(json, false);
27
+ }
28
+ export function PaginatedKerberosSourcePropertyMappingListFromJSONTyped(json, ignoreDiscriminator) {
29
+ if ((json === undefined) || (json === null)) {
30
+ return json;
31
+ }
32
+ return {
33
+ 'pagination': PaginationFromJSON(json['pagination']),
34
+ 'results': (json['results'].map(KerberosSourcePropertyMappingFromJSON)),
35
+ };
36
+ }
37
+ export function PaginatedKerberosSourcePropertyMappingListToJSON(value) {
38
+ if (value === undefined) {
39
+ return undefined;
40
+ }
41
+ if (value === null) {
42
+ return null;
43
+ }
44
+ return {
45
+ 'pagination': PaginationToJSON(value.pagination),
46
+ 'results': (value.results.map(KerberosSourcePropertyMappingToJSON)),
47
+ };
48
+ }
@@ -0,0 +1,39 @@
1
+ /**
2
+ * authentik
3
+ * Making authentication simple.
4
+ *
5
+ * The version of the OpenAPI document: 2024.8.3
6
+ * Contact: hello@goauthentik.io
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { Pagination } from './Pagination';
13
+ import type { UserKerberosSourceConnection } from './UserKerberosSourceConnection';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface PaginatedUserKerberosSourceConnectionList
18
+ */
19
+ export interface PaginatedUserKerberosSourceConnectionList {
20
+ /**
21
+ *
22
+ * @type {Pagination}
23
+ * @memberof PaginatedUserKerberosSourceConnectionList
24
+ */
25
+ pagination: Pagination;
26
+ /**
27
+ *
28
+ * @type {Array<UserKerberosSourceConnection>}
29
+ * @memberof PaginatedUserKerberosSourceConnectionList
30
+ */
31
+ results: Array<UserKerberosSourceConnection>;
32
+ }
33
+ /**
34
+ * Check if a given object implements the PaginatedUserKerberosSourceConnectionList interface.
35
+ */
36
+ export declare function instanceOfPaginatedUserKerberosSourceConnectionList(value: object): boolean;
37
+ export declare function PaginatedUserKerberosSourceConnectionListFromJSON(json: any): PaginatedUserKerberosSourceConnectionList;
38
+ export declare function PaginatedUserKerberosSourceConnectionListFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedUserKerberosSourceConnectionList;
39
+ export declare function PaginatedUserKerberosSourceConnectionListToJSON(value?: PaginatedUserKerberosSourceConnectionList | null): any;