@goauthentik/api 2024.8.3-1729630021 → 2024.8.3-1729753499

Sign up to get free protection for your applications and to get access to all the features.
Files changed (122) 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/DeviceChallenge.d.ts +6 -0
  19. package/dist/esm/models/DeviceChallenge.js +3 -0
  20. package/dist/esm/models/DeviceChallengeRequest.d.ts +6 -0
  21. package/dist/esm/models/DeviceChallengeRequest.js +3 -0
  22. package/dist/esm/models/GroupKerberosSourceConnection.d.ts +56 -0
  23. package/dist/esm/models/GroupKerberosSourceConnection.js +50 -0
  24. package/dist/esm/models/KerberosSource.d.ts +198 -0
  25. package/dist/esm/models/KerberosSource.js +103 -0
  26. package/dist/esm/models/KerberosSourcePropertyMapping.d.ts +73 -0
  27. package/dist/esm/models/KerberosSourcePropertyMapping.js +59 -0
  28. package/dist/esm/models/KerberosSourcePropertyMappingRequest.d.ts +43 -0
  29. package/dist/esm/models/KerberosSourcePropertyMappingRequest.js +49 -0
  30. package/dist/esm/models/KerberosSourceRequest.d.ts +166 -0
  31. package/dist/esm/models/KerberosSourceRequest.js +93 -0
  32. package/dist/esm/models/KerberosSyncStatus.d.ts +38 -0
  33. package/dist/esm/models/KerberosSyncStatus.js +44 -0
  34. package/dist/esm/models/ModelEnum.d.ts +4 -0
  35. package/dist/esm/models/ModelEnum.js +4 -0
  36. package/dist/esm/models/PaginatedGroupKerberosSourceConnectionList.d.ts +39 -0
  37. package/dist/esm/models/PaginatedGroupKerberosSourceConnectionList.js +48 -0
  38. package/dist/esm/models/PaginatedKerberosSourceList.d.ts +39 -0
  39. package/dist/esm/models/PaginatedKerberosSourceList.js +48 -0
  40. package/dist/esm/models/PaginatedKerberosSourcePropertyMappingList.d.ts +39 -0
  41. package/dist/esm/models/PaginatedKerberosSourcePropertyMappingList.js +48 -0
  42. package/dist/esm/models/PaginatedUserKerberosSourceConnectionList.d.ts +39 -0
  43. package/dist/esm/models/PaginatedUserKerberosSourceConnectionList.js +48 -0
  44. package/dist/esm/models/PatchedKerberosSourcePropertyMappingRequest.d.ts +43 -0
  45. package/dist/esm/models/PatchedKerberosSourcePropertyMappingRequest.js +47 -0
  46. package/dist/esm/models/PatchedKerberosSourceRequest.d.ts +166 -0
  47. package/dist/esm/models/PatchedKerberosSourceRequest.js +90 -0
  48. package/dist/esm/models/PatchedUserKerberosSourceConnectionRequest.d.ts +37 -0
  49. package/dist/esm/models/PatchedUserKerberosSourceConnectionRequest.js +45 -0
  50. package/dist/esm/models/UserKerberosSourceConnection.d.ts +56 -0
  51. package/dist/esm/models/UserKerberosSourceConnection.js +53 -0
  52. package/dist/esm/models/UserKerberosSourceConnectionRequest.d.ts +37 -0
  53. package/dist/esm/models/UserKerberosSourceConnectionRequest.js +46 -0
  54. package/dist/esm/models/index.d.ts +15 -0
  55. package/dist/esm/models/index.js +15 -0
  56. package/dist/models/AppEnum.d.ts +1 -0
  57. package/dist/models/AppEnum.js +1 -0
  58. package/dist/models/BackendsEnum.d.ts +1 -0
  59. package/dist/models/BackendsEnum.js +1 -0
  60. package/dist/models/DeviceChallenge.d.ts +6 -0
  61. package/dist/models/DeviceChallenge.js +3 -0
  62. package/dist/models/DeviceChallengeRequest.d.ts +6 -0
  63. package/dist/models/DeviceChallengeRequest.js +3 -0
  64. package/dist/models/GroupKerberosSourceConnection.d.ts +56 -0
  65. package/dist/models/GroupKerberosSourceConnection.js +57 -0
  66. package/dist/models/KerberosSource.d.ts +198 -0
  67. package/dist/models/KerberosSource.js +110 -0
  68. package/dist/models/KerberosSourcePropertyMapping.d.ts +73 -0
  69. package/dist/models/KerberosSourcePropertyMapping.js +66 -0
  70. package/dist/models/KerberosSourcePropertyMappingRequest.d.ts +43 -0
  71. package/dist/models/KerberosSourcePropertyMappingRequest.js +56 -0
  72. package/dist/models/KerberosSourceRequest.d.ts +166 -0
  73. package/dist/models/KerberosSourceRequest.js +100 -0
  74. package/dist/models/KerberosSyncStatus.d.ts +38 -0
  75. package/dist/models/KerberosSyncStatus.js +51 -0
  76. package/dist/models/ModelEnum.d.ts +4 -0
  77. package/dist/models/ModelEnum.js +4 -0
  78. package/dist/models/PaginatedGroupKerberosSourceConnectionList.d.ts +39 -0
  79. package/dist/models/PaginatedGroupKerberosSourceConnectionList.js +55 -0
  80. package/dist/models/PaginatedKerberosSourceList.d.ts +39 -0
  81. package/dist/models/PaginatedKerberosSourceList.js +55 -0
  82. package/dist/models/PaginatedKerberosSourcePropertyMappingList.d.ts +39 -0
  83. package/dist/models/PaginatedKerberosSourcePropertyMappingList.js +55 -0
  84. package/dist/models/PaginatedUserKerberosSourceConnectionList.d.ts +39 -0
  85. package/dist/models/PaginatedUserKerberosSourceConnectionList.js +55 -0
  86. package/dist/models/PatchedKerberosSourcePropertyMappingRequest.d.ts +43 -0
  87. package/dist/models/PatchedKerberosSourcePropertyMappingRequest.js +54 -0
  88. package/dist/models/PatchedKerberosSourceRequest.d.ts +166 -0
  89. package/dist/models/PatchedKerberosSourceRequest.js +97 -0
  90. package/dist/models/PatchedUserKerberosSourceConnectionRequest.d.ts +37 -0
  91. package/dist/models/PatchedUserKerberosSourceConnectionRequest.js +52 -0
  92. package/dist/models/UserKerberosSourceConnection.d.ts +56 -0
  93. package/dist/models/UserKerberosSourceConnection.js +60 -0
  94. package/dist/models/UserKerberosSourceConnectionRequest.d.ts +37 -0
  95. package/dist/models/UserKerberosSourceConnectionRequest.js +53 -0
  96. package/dist/models/index.d.ts +15 -0
  97. package/dist/models/index.js +15 -0
  98. package/package.json +1 -1
  99. package/src/apis/PropertymappingsApi.ts +350 -0
  100. package/src/apis/RbacApi.ts +8 -0
  101. package/src/apis/SourcesApi.ts +1200 -153
  102. package/src/models/AppEnum.ts +1 -0
  103. package/src/models/BackendsEnum.ts +1 -0
  104. package/src/models/DeviceChallenge.ts +9 -0
  105. package/src/models/DeviceChallengeRequest.ts +9 -0
  106. package/src/models/GroupKerberosSourceConnection.ts +104 -0
  107. package/src/models/KerberosSource.ts +303 -0
  108. package/src/models/KerberosSourcePropertyMapping.ts +123 -0
  109. package/src/models/KerberosSourcePropertyMappingRequest.ts +83 -0
  110. package/src/models/KerberosSourceRequest.ts +263 -0
  111. package/src/models/KerberosSyncStatus.ts +80 -0
  112. package/src/models/ModelEnum.ts +4 -0
  113. package/src/models/PaginatedGroupKerberosSourceConnectionList.ts +88 -0
  114. package/src/models/PaginatedKerberosSourceList.ts +88 -0
  115. package/src/models/PaginatedKerberosSourcePropertyMappingList.ts +88 -0
  116. package/src/models/PaginatedUserKerberosSourceConnectionList.ts +88 -0
  117. package/src/models/PatchedKerberosSourcePropertyMappingRequest.ts +81 -0
  118. package/src/models/PatchedKerberosSourceRequest.ts +260 -0
  119. package/src/models/PatchedUserKerberosSourceConnectionRequest.ts +73 -0
  120. package/src/models/UserKerberosSourceConnection.ts +106 -0
  121. package/src/models/UserKerberosSourceConnectionRequest.ts +75 -0
  122. package/src/models/index.ts +15 -0
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * authentik
6
+ * Making authentication simple.
7
+ *
8
+ * The version of the OpenAPI document: 2024.8.3
9
+ * Contact: hello@goauthentik.io
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.KerberosSyncStatusToJSON = exports.KerberosSyncStatusFromJSONTyped = exports.KerberosSyncStatusFromJSON = exports.instanceOfKerberosSyncStatus = void 0;
17
+ const SystemTask_1 = require("./SystemTask");
18
+ /**
19
+ * Check if a given object implements the KerberosSyncStatus interface.
20
+ */
21
+ function instanceOfKerberosSyncStatus(value) {
22
+ let isInstance = true;
23
+ isInstance = isInstance && "isRunning" in value;
24
+ isInstance = isInstance && "tasks" in value;
25
+ return isInstance;
26
+ }
27
+ exports.instanceOfKerberosSyncStatus = instanceOfKerberosSyncStatus;
28
+ function KerberosSyncStatusFromJSON(json) {
29
+ return KerberosSyncStatusFromJSONTyped(json, false);
30
+ }
31
+ exports.KerberosSyncStatusFromJSON = KerberosSyncStatusFromJSON;
32
+ function KerberosSyncStatusFromJSONTyped(json, ignoreDiscriminator) {
33
+ if ((json === undefined) || (json === null)) {
34
+ return json;
35
+ }
36
+ return {
37
+ 'isRunning': json['is_running'],
38
+ 'tasks': (json['tasks'].map(SystemTask_1.SystemTaskFromJSON)),
39
+ };
40
+ }
41
+ exports.KerberosSyncStatusFromJSONTyped = KerberosSyncStatusFromJSONTyped;
42
+ function KerberosSyncStatusToJSON(value) {
43
+ if (value === undefined) {
44
+ return undefined;
45
+ }
46
+ if (value === null) {
47
+ return null;
48
+ }
49
+ return {};
50
+ }
51
+ exports.KerberosSyncStatusToJSON = KerberosSyncStatusToJSON;
@@ -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";
@@ -45,6 +45,10 @@ exports.ModelEnum = {
45
45
  ProvidersScimScimprovider: 'authentik_providers_scim.scimprovider',
46
46
  ProvidersScimScimmapping: 'authentik_providers_scim.scimmapping',
47
47
  RbacRole: 'authentik_rbac.role',
48
+ SourcesKerberosKerberossource: 'authentik_sources_kerberos.kerberossource',
49
+ SourcesKerberosKerberossourcepropertymapping: 'authentik_sources_kerberos.kerberossourcepropertymapping',
50
+ SourcesKerberosUserkerberossourceconnection: 'authentik_sources_kerberos.userkerberossourceconnection',
51
+ SourcesKerberosGroupkerberossourceconnection: 'authentik_sources_kerberos.groupkerberossourceconnection',
48
52
  SourcesLdapLdapsource: 'authentik_sources_ldap.ldapsource',
49
53
  SourcesLdapLdapsourcepropertymapping: 'authentik_sources_ldap.ldapsourcepropertymapping',
50
54
  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,55 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * authentik
6
+ * Making authentication simple.
7
+ *
8
+ * The version of the OpenAPI document: 2024.8.3
9
+ * Contact: hello@goauthentik.io
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.PaginatedGroupKerberosSourceConnectionListToJSON = exports.PaginatedGroupKerberosSourceConnectionListFromJSONTyped = exports.PaginatedGroupKerberosSourceConnectionListFromJSON = exports.instanceOfPaginatedGroupKerberosSourceConnectionList = void 0;
17
+ const GroupKerberosSourceConnection_1 = require("./GroupKerberosSourceConnection");
18
+ const Pagination_1 = require("./Pagination");
19
+ /**
20
+ * Check if a given object implements the PaginatedGroupKerberosSourceConnectionList interface.
21
+ */
22
+ function instanceOfPaginatedGroupKerberosSourceConnectionList(value) {
23
+ let isInstance = true;
24
+ isInstance = isInstance && "pagination" in value;
25
+ isInstance = isInstance && "results" in value;
26
+ return isInstance;
27
+ }
28
+ exports.instanceOfPaginatedGroupKerberosSourceConnectionList = instanceOfPaginatedGroupKerberosSourceConnectionList;
29
+ function PaginatedGroupKerberosSourceConnectionListFromJSON(json) {
30
+ return PaginatedGroupKerberosSourceConnectionListFromJSONTyped(json, false);
31
+ }
32
+ exports.PaginatedGroupKerberosSourceConnectionListFromJSON = PaginatedGroupKerberosSourceConnectionListFromJSON;
33
+ function PaginatedGroupKerberosSourceConnectionListFromJSONTyped(json, ignoreDiscriminator) {
34
+ if ((json === undefined) || (json === null)) {
35
+ return json;
36
+ }
37
+ return {
38
+ 'pagination': (0, Pagination_1.PaginationFromJSON)(json['pagination']),
39
+ 'results': (json['results'].map(GroupKerberosSourceConnection_1.GroupKerberosSourceConnectionFromJSON)),
40
+ };
41
+ }
42
+ exports.PaginatedGroupKerberosSourceConnectionListFromJSONTyped = PaginatedGroupKerberosSourceConnectionListFromJSONTyped;
43
+ function PaginatedGroupKerberosSourceConnectionListToJSON(value) {
44
+ if (value === undefined) {
45
+ return undefined;
46
+ }
47
+ if (value === null) {
48
+ return null;
49
+ }
50
+ return {
51
+ 'pagination': (0, Pagination_1.PaginationToJSON)(value.pagination),
52
+ 'results': (value.results.map(GroupKerberosSourceConnection_1.GroupKerberosSourceConnectionToJSON)),
53
+ };
54
+ }
55
+ exports.PaginatedGroupKerberosSourceConnectionListToJSON = PaginatedGroupKerberosSourceConnectionListToJSON;
@@ -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,55 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * authentik
6
+ * Making authentication simple.
7
+ *
8
+ * The version of the OpenAPI document: 2024.8.3
9
+ * Contact: hello@goauthentik.io
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.PaginatedKerberosSourceListToJSON = exports.PaginatedKerberosSourceListFromJSONTyped = exports.PaginatedKerberosSourceListFromJSON = exports.instanceOfPaginatedKerberosSourceList = void 0;
17
+ const KerberosSource_1 = require("./KerberosSource");
18
+ const Pagination_1 = require("./Pagination");
19
+ /**
20
+ * Check if a given object implements the PaginatedKerberosSourceList interface.
21
+ */
22
+ function instanceOfPaginatedKerberosSourceList(value) {
23
+ let isInstance = true;
24
+ isInstance = isInstance && "pagination" in value;
25
+ isInstance = isInstance && "results" in value;
26
+ return isInstance;
27
+ }
28
+ exports.instanceOfPaginatedKerberosSourceList = instanceOfPaginatedKerberosSourceList;
29
+ function PaginatedKerberosSourceListFromJSON(json) {
30
+ return PaginatedKerberosSourceListFromJSONTyped(json, false);
31
+ }
32
+ exports.PaginatedKerberosSourceListFromJSON = PaginatedKerberosSourceListFromJSON;
33
+ function PaginatedKerberosSourceListFromJSONTyped(json, ignoreDiscriminator) {
34
+ if ((json === undefined) || (json === null)) {
35
+ return json;
36
+ }
37
+ return {
38
+ 'pagination': (0, Pagination_1.PaginationFromJSON)(json['pagination']),
39
+ 'results': (json['results'].map(KerberosSource_1.KerberosSourceFromJSON)),
40
+ };
41
+ }
42
+ exports.PaginatedKerberosSourceListFromJSONTyped = PaginatedKerberosSourceListFromJSONTyped;
43
+ function PaginatedKerberosSourceListToJSON(value) {
44
+ if (value === undefined) {
45
+ return undefined;
46
+ }
47
+ if (value === null) {
48
+ return null;
49
+ }
50
+ return {
51
+ 'pagination': (0, Pagination_1.PaginationToJSON)(value.pagination),
52
+ 'results': (value.results.map(KerberosSource_1.KerberosSourceToJSON)),
53
+ };
54
+ }
55
+ exports.PaginatedKerberosSourceListToJSON = PaginatedKerberosSourceListToJSON;
@@ -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,55 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * authentik
6
+ * Making authentication simple.
7
+ *
8
+ * The version of the OpenAPI document: 2024.8.3
9
+ * Contact: hello@goauthentik.io
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.PaginatedKerberosSourcePropertyMappingListToJSON = exports.PaginatedKerberosSourcePropertyMappingListFromJSONTyped = exports.PaginatedKerberosSourcePropertyMappingListFromJSON = exports.instanceOfPaginatedKerberosSourcePropertyMappingList = void 0;
17
+ const KerberosSourcePropertyMapping_1 = require("./KerberosSourcePropertyMapping");
18
+ const Pagination_1 = require("./Pagination");
19
+ /**
20
+ * Check if a given object implements the PaginatedKerberosSourcePropertyMappingList interface.
21
+ */
22
+ function instanceOfPaginatedKerberosSourcePropertyMappingList(value) {
23
+ let isInstance = true;
24
+ isInstance = isInstance && "pagination" in value;
25
+ isInstance = isInstance && "results" in value;
26
+ return isInstance;
27
+ }
28
+ exports.instanceOfPaginatedKerberosSourcePropertyMappingList = instanceOfPaginatedKerberosSourcePropertyMappingList;
29
+ function PaginatedKerberosSourcePropertyMappingListFromJSON(json) {
30
+ return PaginatedKerberosSourcePropertyMappingListFromJSONTyped(json, false);
31
+ }
32
+ exports.PaginatedKerberosSourcePropertyMappingListFromJSON = PaginatedKerberosSourcePropertyMappingListFromJSON;
33
+ function PaginatedKerberosSourcePropertyMappingListFromJSONTyped(json, ignoreDiscriminator) {
34
+ if ((json === undefined) || (json === null)) {
35
+ return json;
36
+ }
37
+ return {
38
+ 'pagination': (0, Pagination_1.PaginationFromJSON)(json['pagination']),
39
+ 'results': (json['results'].map(KerberosSourcePropertyMapping_1.KerberosSourcePropertyMappingFromJSON)),
40
+ };
41
+ }
42
+ exports.PaginatedKerberosSourcePropertyMappingListFromJSONTyped = PaginatedKerberosSourcePropertyMappingListFromJSONTyped;
43
+ function PaginatedKerberosSourcePropertyMappingListToJSON(value) {
44
+ if (value === undefined) {
45
+ return undefined;
46
+ }
47
+ if (value === null) {
48
+ return null;
49
+ }
50
+ return {
51
+ 'pagination': (0, Pagination_1.PaginationToJSON)(value.pagination),
52
+ 'results': (value.results.map(KerberosSourcePropertyMapping_1.KerberosSourcePropertyMappingToJSON)),
53
+ };
54
+ }
55
+ exports.PaginatedKerberosSourcePropertyMappingListToJSON = PaginatedKerberosSourcePropertyMappingListToJSON;
@@ -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;
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * authentik
6
+ * Making authentication simple.
7
+ *
8
+ * The version of the OpenAPI document: 2024.8.3
9
+ * Contact: hello@goauthentik.io
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.PaginatedUserKerberosSourceConnectionListToJSON = exports.PaginatedUserKerberosSourceConnectionListFromJSONTyped = exports.PaginatedUserKerberosSourceConnectionListFromJSON = exports.instanceOfPaginatedUserKerberosSourceConnectionList = void 0;
17
+ const Pagination_1 = require("./Pagination");
18
+ const UserKerberosSourceConnection_1 = require("./UserKerberosSourceConnection");
19
+ /**
20
+ * Check if a given object implements the PaginatedUserKerberosSourceConnectionList interface.
21
+ */
22
+ function instanceOfPaginatedUserKerberosSourceConnectionList(value) {
23
+ let isInstance = true;
24
+ isInstance = isInstance && "pagination" in value;
25
+ isInstance = isInstance && "results" in value;
26
+ return isInstance;
27
+ }
28
+ exports.instanceOfPaginatedUserKerberosSourceConnectionList = instanceOfPaginatedUserKerberosSourceConnectionList;
29
+ function PaginatedUserKerberosSourceConnectionListFromJSON(json) {
30
+ return PaginatedUserKerberosSourceConnectionListFromJSONTyped(json, false);
31
+ }
32
+ exports.PaginatedUserKerberosSourceConnectionListFromJSON = PaginatedUserKerberosSourceConnectionListFromJSON;
33
+ function PaginatedUserKerberosSourceConnectionListFromJSONTyped(json, ignoreDiscriminator) {
34
+ if ((json === undefined) || (json === null)) {
35
+ return json;
36
+ }
37
+ return {
38
+ 'pagination': (0, Pagination_1.PaginationFromJSON)(json['pagination']),
39
+ 'results': (json['results'].map(UserKerberosSourceConnection_1.UserKerberosSourceConnectionFromJSON)),
40
+ };
41
+ }
42
+ exports.PaginatedUserKerberosSourceConnectionListFromJSONTyped = PaginatedUserKerberosSourceConnectionListFromJSONTyped;
43
+ function PaginatedUserKerberosSourceConnectionListToJSON(value) {
44
+ if (value === undefined) {
45
+ return undefined;
46
+ }
47
+ if (value === null) {
48
+ return null;
49
+ }
50
+ return {
51
+ 'pagination': (0, Pagination_1.PaginationToJSON)(value.pagination),
52
+ 'results': (value.results.map(UserKerberosSourceConnection_1.UserKerberosSourceConnectionToJSON)),
53
+ };
54
+ }
55
+ exports.PaginatedUserKerberosSourceConnectionListToJSON = PaginatedUserKerberosSourceConnectionListToJSON;
@@ -0,0 +1,43 @@
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
+ /**
13
+ * Kerberos PropertyMapping Serializer
14
+ * @export
15
+ * @interface PatchedKerberosSourcePropertyMappingRequest
16
+ */
17
+ export interface PatchedKerberosSourcePropertyMappingRequest {
18
+ /**
19
+ * Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.
20
+ * @type {string}
21
+ * @memberof PatchedKerberosSourcePropertyMappingRequest
22
+ */
23
+ managed?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof PatchedKerberosSourcePropertyMappingRequest
28
+ */
29
+ name?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof PatchedKerberosSourcePropertyMappingRequest
34
+ */
35
+ expression?: string;
36
+ }
37
+ /**
38
+ * Check if a given object implements the PatchedKerberosSourcePropertyMappingRequest interface.
39
+ */
40
+ export declare function instanceOfPatchedKerberosSourcePropertyMappingRequest(value: object): boolean;
41
+ export declare function PatchedKerberosSourcePropertyMappingRequestFromJSON(json: any): PatchedKerberosSourcePropertyMappingRequest;
42
+ export declare function PatchedKerberosSourcePropertyMappingRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchedKerberosSourcePropertyMappingRequest;
43
+ export declare function PatchedKerberosSourcePropertyMappingRequestToJSON(value?: PatchedKerberosSourcePropertyMappingRequest | null): any;
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * authentik
6
+ * Making authentication simple.
7
+ *
8
+ * The version of the OpenAPI document: 2024.8.3
9
+ * Contact: hello@goauthentik.io
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.PatchedKerberosSourcePropertyMappingRequestToJSON = exports.PatchedKerberosSourcePropertyMappingRequestFromJSONTyped = exports.PatchedKerberosSourcePropertyMappingRequestFromJSON = exports.instanceOfPatchedKerberosSourcePropertyMappingRequest = void 0;
17
+ const runtime_1 = require("../runtime");
18
+ /**
19
+ * Check if a given object implements the PatchedKerberosSourcePropertyMappingRequest interface.
20
+ */
21
+ function instanceOfPatchedKerberosSourcePropertyMappingRequest(value) {
22
+ let isInstance = true;
23
+ return isInstance;
24
+ }
25
+ exports.instanceOfPatchedKerberosSourcePropertyMappingRequest = instanceOfPatchedKerberosSourcePropertyMappingRequest;
26
+ function PatchedKerberosSourcePropertyMappingRequestFromJSON(json) {
27
+ return PatchedKerberosSourcePropertyMappingRequestFromJSONTyped(json, false);
28
+ }
29
+ exports.PatchedKerberosSourcePropertyMappingRequestFromJSON = PatchedKerberosSourcePropertyMappingRequestFromJSON;
30
+ function PatchedKerberosSourcePropertyMappingRequestFromJSONTyped(json, ignoreDiscriminator) {
31
+ if ((json === undefined) || (json === null)) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'managed': !(0, runtime_1.exists)(json, 'managed') ? undefined : json['managed'],
36
+ 'name': !(0, runtime_1.exists)(json, 'name') ? undefined : json['name'],
37
+ 'expression': !(0, runtime_1.exists)(json, 'expression') ? undefined : json['expression'],
38
+ };
39
+ }
40
+ exports.PatchedKerberosSourcePropertyMappingRequestFromJSONTyped = PatchedKerberosSourcePropertyMappingRequestFromJSONTyped;
41
+ function PatchedKerberosSourcePropertyMappingRequestToJSON(value) {
42
+ if (value === undefined) {
43
+ return undefined;
44
+ }
45
+ if (value === null) {
46
+ return null;
47
+ }
48
+ return {
49
+ 'managed': value.managed,
50
+ 'name': value.name,
51
+ 'expression': value.expression,
52
+ };
53
+ }
54
+ exports.PatchedKerberosSourcePropertyMappingRequestToJSON = PatchedKerberosSourcePropertyMappingRequestToJSON;