@goauthentik/api 2024.6.1-1721909829 → 2024.6.1-1721927330

Sign up to get free protection for your applications and to get access to all the features.
Files changed (79) hide show
  1. package/.openapi-generator/FILES +9 -4
  2. package/dist/apis/OutpostsApi.d.ts +7 -28
  3. package/dist/apis/OutpostsApi.js +11 -78
  4. package/dist/apis/PropertymappingsApi.d.ts +173 -87
  5. package/dist/apis/PropertymappingsApi.js +575 -301
  6. package/dist/apis/RbacApi.d.ts +4 -2
  7. package/dist/apis/RbacApi.js +4 -2
  8. package/dist/esm/apis/OutpostsApi.d.ts +7 -28
  9. package/dist/esm/apis/OutpostsApi.js +12 -79
  10. package/dist/esm/apis/PropertymappingsApi.d.ts +173 -87
  11. package/dist/esm/apis/PropertymappingsApi.js +576 -302
  12. package/dist/esm/apis/RbacApi.d.ts +4 -2
  13. package/dist/esm/apis/RbacApi.js +4 -2
  14. package/dist/esm/models/{LDAPPropertyMapping.d.ts → LDAPSourcePropertyMapping.d.ts} +15 -15
  15. package/dist/esm/models/{LDAPPropertyMapping.js → LDAPSourcePropertyMapping.js} +6 -6
  16. package/dist/{models/LDAPPropertyMappingRequest.d.ts → esm/models/LDAPSourcePropertyMappingRequest.d.ts} +10 -10
  17. package/dist/esm/models/{LDAPPropertyMappingRequest.js → LDAPSourcePropertyMappingRequest.js} +6 -6
  18. package/dist/esm/models/ModelEnum.d.ts +2 -1
  19. package/dist/esm/models/ModelEnum.js +2 -1
  20. package/dist/esm/models/PaginatedLDAPSourcePropertyMappingList.d.ts +39 -0
  21. package/dist/esm/models/{PaginatedLDAPPropertyMappingList.js → PaginatedLDAPSourcePropertyMappingList.js} +9 -9
  22. package/dist/esm/models/PaginatedRadiusProviderPropertyMappingList.d.ts +39 -0
  23. package/dist/esm/models/PaginatedRadiusProviderPropertyMappingList.js +48 -0
  24. package/dist/esm/models/PatchedLDAPSourcePropertyMappingRequest.d.ts +43 -0
  25. package/dist/esm/models/{PatchedLDAPPropertyMappingRequest.js → PatchedLDAPSourcePropertyMappingRequest.js} +6 -6
  26. package/dist/esm/models/PatchedRadiusProviderPropertyMappingRequest.d.ts +43 -0
  27. package/dist/esm/models/PatchedRadiusProviderPropertyMappingRequest.js +47 -0
  28. package/dist/esm/models/RadiusCheckAccess.d.ts +38 -0
  29. package/dist/esm/models/RadiusCheckAccess.js +47 -0
  30. package/dist/esm/models/RadiusProviderPropertyMapping.d.ts +73 -0
  31. package/dist/esm/models/RadiusProviderPropertyMapping.js +59 -0
  32. package/dist/esm/models/RadiusProviderPropertyMappingRequest.d.ts +43 -0
  33. package/dist/esm/models/RadiusProviderPropertyMappingRequest.js +49 -0
  34. package/dist/esm/models/index.d.ts +9 -4
  35. package/dist/esm/models/index.js +9 -4
  36. package/dist/models/{LDAPPropertyMapping.d.ts → LDAPSourcePropertyMapping.d.ts} +15 -15
  37. package/dist/models/{LDAPPropertyMapping.js → LDAPSourcePropertyMapping.js} +11 -11
  38. package/dist/{esm/models/LDAPPropertyMappingRequest.d.ts → models/LDAPSourcePropertyMappingRequest.d.ts} +10 -10
  39. package/dist/models/{LDAPPropertyMappingRequest.js → LDAPSourcePropertyMappingRequest.js} +11 -11
  40. package/dist/models/ModelEnum.d.ts +2 -1
  41. package/dist/models/ModelEnum.js +2 -1
  42. package/dist/models/PaginatedLDAPSourcePropertyMappingList.d.ts +39 -0
  43. package/dist/models/PaginatedLDAPSourcePropertyMappingList.js +55 -0
  44. package/dist/models/PaginatedRadiusProviderPropertyMappingList.d.ts +39 -0
  45. package/dist/models/PaginatedRadiusProviderPropertyMappingList.js +55 -0
  46. package/dist/models/PatchedLDAPSourcePropertyMappingRequest.d.ts +43 -0
  47. package/dist/models/PatchedLDAPSourcePropertyMappingRequest.js +54 -0
  48. package/dist/models/PatchedRadiusProviderPropertyMappingRequest.d.ts +43 -0
  49. package/dist/models/PatchedRadiusProviderPropertyMappingRequest.js +54 -0
  50. package/dist/models/RadiusCheckAccess.d.ts +38 -0
  51. package/dist/models/RadiusCheckAccess.js +54 -0
  52. package/dist/models/RadiusProviderPropertyMapping.d.ts +73 -0
  53. package/dist/models/RadiusProviderPropertyMapping.js +66 -0
  54. package/dist/models/RadiusProviderPropertyMappingRequest.d.ts +43 -0
  55. package/dist/models/RadiusProviderPropertyMappingRequest.js +56 -0
  56. package/dist/models/index.d.ts +9 -4
  57. package/dist/models/index.js +9 -4
  58. package/package.json +1 -1
  59. package/src/apis/OutpostsApi.ts +17 -102
  60. package/src/apis/PropertymappingsApi.ts +888 -533
  61. package/src/apis/RbacApi.ts +4 -2
  62. package/src/models/{LDAPPropertyMapping.ts → LDAPSourcePropertyMapping.ts} +16 -16
  63. package/src/models/{LDAPPropertyMappingRequest.ts → LDAPSourcePropertyMappingRequest.ts} +11 -11
  64. package/src/models/ModelEnum.ts +2 -1
  65. package/src/models/PaginatedLDAPSourcePropertyMappingList.ts +88 -0
  66. package/src/models/PaginatedRadiusProviderPropertyMappingList.ts +88 -0
  67. package/src/models/{PatchedLDAPPropertyMappingRequest.ts → PatchedLDAPSourcePropertyMappingRequest.ts} +11 -11
  68. package/src/models/PatchedRadiusProviderPropertyMappingRequest.ts +81 -0
  69. package/src/models/RadiusCheckAccess.ts +81 -0
  70. package/src/models/RadiusProviderPropertyMapping.ts +123 -0
  71. package/src/models/RadiusProviderPropertyMappingRequest.ts +83 -0
  72. package/src/models/index.ts +9 -4
  73. package/dist/esm/models/PaginatedLDAPPropertyMappingList.d.ts +0 -39
  74. package/dist/esm/models/PatchedLDAPPropertyMappingRequest.d.ts +0 -43
  75. package/dist/models/PaginatedLDAPPropertyMappingList.d.ts +0 -39
  76. package/dist/models/PaginatedLDAPPropertyMappingList.js +0 -55
  77. package/dist/models/PatchedLDAPPropertyMappingRequest.d.ts +0 -43
  78. package/dist/models/PatchedLDAPPropertyMappingRequest.js +0 -54
  79. package/src/models/PaginatedLDAPPropertyMappingList.ts +0 -88
@@ -280,13 +280,14 @@ export declare const RbacPermissionsAssignedByRolesListModelEnum: {
280
280
  readonly ProvidersRacRacpropertymapping: "authentik_providers_rac.racpropertymapping";
281
281
  readonly ProvidersRacRacprovider: "authentik_providers_rac.racprovider";
282
282
  readonly ProvidersRadiusRadiusprovider: "authentik_providers_radius.radiusprovider";
283
+ readonly ProvidersRadiusRadiusproviderpropertymapping: "authentik_providers_radius.radiusproviderpropertymapping";
283
284
  readonly ProvidersSamlSamlpropertymapping: "authentik_providers_saml.samlpropertymapping";
284
285
  readonly ProvidersSamlSamlprovider: "authentik_providers_saml.samlprovider";
285
286
  readonly ProvidersScimScimmapping: "authentik_providers_scim.scimmapping";
286
287
  readonly ProvidersScimScimprovider: "authentik_providers_scim.scimprovider";
287
288
  readonly RbacRole: "authentik_rbac.role";
288
- readonly SourcesLdapLdappropertymapping: "authentik_sources_ldap.ldappropertymapping";
289
289
  readonly SourcesLdapLdapsource: "authentik_sources_ldap.ldapsource";
290
+ readonly SourcesLdapLdapsourcepropertymapping: "authentik_sources_ldap.ldapsourcepropertymapping";
290
291
  readonly SourcesOauthOauthsource: "authentik_sources_oauth.oauthsource";
291
292
  readonly SourcesOauthUseroauthsourceconnection: "authentik_sources_oauth.useroauthsourceconnection";
292
293
  readonly SourcesPlexPlexsource: "authentik_sources_plex.plexsource";
@@ -367,13 +368,14 @@ export declare const RbacPermissionsAssignedByUsersListModelEnum: {
367
368
  readonly ProvidersRacRacpropertymapping: "authentik_providers_rac.racpropertymapping";
368
369
  readonly ProvidersRacRacprovider: "authentik_providers_rac.racprovider";
369
370
  readonly ProvidersRadiusRadiusprovider: "authentik_providers_radius.radiusprovider";
371
+ readonly ProvidersRadiusRadiusproviderpropertymapping: "authentik_providers_radius.radiusproviderpropertymapping";
370
372
  readonly ProvidersSamlSamlpropertymapping: "authentik_providers_saml.samlpropertymapping";
371
373
  readonly ProvidersSamlSamlprovider: "authentik_providers_saml.samlprovider";
372
374
  readonly ProvidersScimScimmapping: "authentik_providers_scim.scimmapping";
373
375
  readonly ProvidersScimScimprovider: "authentik_providers_scim.scimprovider";
374
376
  readonly RbacRole: "authentik_rbac.role";
375
- readonly SourcesLdapLdappropertymapping: "authentik_sources_ldap.ldappropertymapping";
376
377
  readonly SourcesLdapLdapsource: "authentik_sources_ldap.ldapsource";
378
+ readonly SourcesLdapLdapsourcepropertymapping: "authentik_sources_ldap.ldapsourcepropertymapping";
377
379
  readonly SourcesOauthOauthsource: "authentik_sources_oauth.oauthsource";
378
380
  readonly SourcesOauthUseroauthsourceconnection: "authentik_sources_oauth.useroauthsourceconnection";
379
381
  readonly SourcesPlexPlexsource: "authentik_sources_plex.plexsource";
@@ -783,13 +783,14 @@ export const RbacPermissionsAssignedByRolesListModelEnum = {
783
783
  ProvidersRacRacpropertymapping: 'authentik_providers_rac.racpropertymapping',
784
784
  ProvidersRacRacprovider: 'authentik_providers_rac.racprovider',
785
785
  ProvidersRadiusRadiusprovider: 'authentik_providers_radius.radiusprovider',
786
+ ProvidersRadiusRadiusproviderpropertymapping: 'authentik_providers_radius.radiusproviderpropertymapping',
786
787
  ProvidersSamlSamlpropertymapping: 'authentik_providers_saml.samlpropertymapping',
787
788
  ProvidersSamlSamlprovider: 'authentik_providers_saml.samlprovider',
788
789
  ProvidersScimScimmapping: 'authentik_providers_scim.scimmapping',
789
790
  ProvidersScimScimprovider: 'authentik_providers_scim.scimprovider',
790
791
  RbacRole: 'authentik_rbac.role',
791
- SourcesLdapLdappropertymapping: 'authentik_sources_ldap.ldappropertymapping',
792
792
  SourcesLdapLdapsource: 'authentik_sources_ldap.ldapsource',
793
+ SourcesLdapLdapsourcepropertymapping: 'authentik_sources_ldap.ldapsourcepropertymapping',
793
794
  SourcesOauthOauthsource: 'authentik_sources_oauth.oauthsource',
794
795
  SourcesOauthUseroauthsourceconnection: 'authentik_sources_oauth.useroauthsourceconnection',
795
796
  SourcesPlexPlexsource: 'authentik_sources_plex.plexsource',
@@ -869,13 +870,14 @@ export const RbacPermissionsAssignedByUsersListModelEnum = {
869
870
  ProvidersRacRacpropertymapping: 'authentik_providers_rac.racpropertymapping',
870
871
  ProvidersRacRacprovider: 'authentik_providers_rac.racprovider',
871
872
  ProvidersRadiusRadiusprovider: 'authentik_providers_radius.radiusprovider',
873
+ ProvidersRadiusRadiusproviderpropertymapping: 'authentik_providers_radius.radiusproviderpropertymapping',
872
874
  ProvidersSamlSamlpropertymapping: 'authentik_providers_saml.samlpropertymapping',
873
875
  ProvidersSamlSamlprovider: 'authentik_providers_saml.samlprovider',
874
876
  ProvidersScimScimmapping: 'authentik_providers_scim.scimmapping',
875
877
  ProvidersScimScimprovider: 'authentik_providers_scim.scimprovider',
876
878
  RbacRole: 'authentik_rbac.role',
877
- SourcesLdapLdappropertymapping: 'authentik_sources_ldap.ldappropertymapping',
878
879
  SourcesLdapLdapsource: 'authentik_sources_ldap.ldapsource',
880
+ SourcesLdapLdapsourcepropertymapping: 'authentik_sources_ldap.ldapsourcepropertymapping',
879
881
  SourcesOauthOauthsource: 'authentik_sources_oauth.oauthsource',
880
882
  SourcesOauthUseroauthsourceconnection: 'authentik_sources_oauth.useroauthsourceconnection',
881
883
  SourcesPlexPlexsource: 'authentik_sources_plex.plexsource',
@@ -12,62 +12,62 @@
12
12
  /**
13
13
  * LDAP PropertyMapping Serializer
14
14
  * @export
15
- * @interface LDAPPropertyMapping
15
+ * @interface LDAPSourcePropertyMapping
16
16
  */
17
- export interface LDAPPropertyMapping {
17
+ export interface LDAPSourcePropertyMapping {
18
18
  /**
19
19
  *
20
20
  * @type {string}
21
- * @memberof LDAPPropertyMapping
21
+ * @memberof LDAPSourcePropertyMapping
22
22
  */
23
23
  readonly pk: string;
24
24
  /**
25
25
  * 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.
26
26
  * @type {string}
27
- * @memberof LDAPPropertyMapping
27
+ * @memberof LDAPSourcePropertyMapping
28
28
  */
29
29
  managed?: string | null;
30
30
  /**
31
31
  *
32
32
  * @type {string}
33
- * @memberof LDAPPropertyMapping
33
+ * @memberof LDAPSourcePropertyMapping
34
34
  */
35
35
  name: string;
36
36
  /**
37
37
  *
38
38
  * @type {string}
39
- * @memberof LDAPPropertyMapping
39
+ * @memberof LDAPSourcePropertyMapping
40
40
  */
41
41
  expression: string;
42
42
  /**
43
43
  * Get object's component so that we know how to edit the object
44
44
  * @type {string}
45
- * @memberof LDAPPropertyMapping
45
+ * @memberof LDAPSourcePropertyMapping
46
46
  */
47
47
  readonly component: string;
48
48
  /**
49
49
  * Return object's verbose_name
50
50
  * @type {string}
51
- * @memberof LDAPPropertyMapping
51
+ * @memberof LDAPSourcePropertyMapping
52
52
  */
53
53
  readonly verboseName: string;
54
54
  /**
55
55
  * Return object's plural verbose_name
56
56
  * @type {string}
57
- * @memberof LDAPPropertyMapping
57
+ * @memberof LDAPSourcePropertyMapping
58
58
  */
59
59
  readonly verboseNamePlural: string;
60
60
  /**
61
61
  * Return internal model name
62
62
  * @type {string}
63
- * @memberof LDAPPropertyMapping
63
+ * @memberof LDAPSourcePropertyMapping
64
64
  */
65
65
  readonly metaModelName: string;
66
66
  }
67
67
  /**
68
- * Check if a given object implements the LDAPPropertyMapping interface.
68
+ * Check if a given object implements the LDAPSourcePropertyMapping interface.
69
69
  */
70
- export declare function instanceOfLDAPPropertyMapping(value: object): boolean;
71
- export declare function LDAPPropertyMappingFromJSON(json: any): LDAPPropertyMapping;
72
- export declare function LDAPPropertyMappingFromJSONTyped(json: any, ignoreDiscriminator: boolean): LDAPPropertyMapping;
73
- export declare function LDAPPropertyMappingToJSON(value?: LDAPPropertyMapping | null): any;
70
+ export declare function instanceOfLDAPSourcePropertyMapping(value: object): boolean;
71
+ export declare function LDAPSourcePropertyMappingFromJSON(json: any): LDAPSourcePropertyMapping;
72
+ export declare function LDAPSourcePropertyMappingFromJSONTyped(json: any, ignoreDiscriminator: boolean): LDAPSourcePropertyMapping;
73
+ export declare function LDAPSourcePropertyMappingToJSON(value?: LDAPSourcePropertyMapping | null): any;
@@ -13,9 +13,9 @@
13
13
  */
14
14
  import { exists } from '../runtime';
15
15
  /**
16
- * Check if a given object implements the LDAPPropertyMapping interface.
16
+ * Check if a given object implements the LDAPSourcePropertyMapping interface.
17
17
  */
18
- export function instanceOfLDAPPropertyMapping(value) {
18
+ export function instanceOfLDAPSourcePropertyMapping(value) {
19
19
  let isInstance = true;
20
20
  isInstance = isInstance && "pk" in value;
21
21
  isInstance = isInstance && "name" in value;
@@ -26,10 +26,10 @@ export function instanceOfLDAPPropertyMapping(value) {
26
26
  isInstance = isInstance && "metaModelName" in value;
27
27
  return isInstance;
28
28
  }
29
- export function LDAPPropertyMappingFromJSON(json) {
30
- return LDAPPropertyMappingFromJSONTyped(json, false);
29
+ export function LDAPSourcePropertyMappingFromJSON(json) {
30
+ return LDAPSourcePropertyMappingFromJSONTyped(json, false);
31
31
  }
32
- export function LDAPPropertyMappingFromJSONTyped(json, ignoreDiscriminator) {
32
+ export function LDAPSourcePropertyMappingFromJSONTyped(json, ignoreDiscriminator) {
33
33
  if ((json === undefined) || (json === null)) {
34
34
  return json;
35
35
  }
@@ -44,7 +44,7 @@ export function LDAPPropertyMappingFromJSONTyped(json, ignoreDiscriminator) {
44
44
  'metaModelName': json['meta_model_name'],
45
45
  };
46
46
  }
47
- export function LDAPPropertyMappingToJSON(value) {
47
+ export function LDAPSourcePropertyMappingToJSON(value) {
48
48
  if (value === undefined) {
49
49
  return undefined;
50
50
  }
@@ -12,32 +12,32 @@
12
12
  /**
13
13
  * LDAP PropertyMapping Serializer
14
14
  * @export
15
- * @interface LDAPPropertyMappingRequest
15
+ * @interface LDAPSourcePropertyMappingRequest
16
16
  */
17
- export interface LDAPPropertyMappingRequest {
17
+ export interface LDAPSourcePropertyMappingRequest {
18
18
  /**
19
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
20
  * @type {string}
21
- * @memberof LDAPPropertyMappingRequest
21
+ * @memberof LDAPSourcePropertyMappingRequest
22
22
  */
23
23
  managed?: string | null;
24
24
  /**
25
25
  *
26
26
  * @type {string}
27
- * @memberof LDAPPropertyMappingRequest
27
+ * @memberof LDAPSourcePropertyMappingRequest
28
28
  */
29
29
  name: string;
30
30
  /**
31
31
  *
32
32
  * @type {string}
33
- * @memberof LDAPPropertyMappingRequest
33
+ * @memberof LDAPSourcePropertyMappingRequest
34
34
  */
35
35
  expression: string;
36
36
  }
37
37
  /**
38
- * Check if a given object implements the LDAPPropertyMappingRequest interface.
38
+ * Check if a given object implements the LDAPSourcePropertyMappingRequest interface.
39
39
  */
40
- export declare function instanceOfLDAPPropertyMappingRequest(value: object): boolean;
41
- export declare function LDAPPropertyMappingRequestFromJSON(json: any): LDAPPropertyMappingRequest;
42
- export declare function LDAPPropertyMappingRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): LDAPPropertyMappingRequest;
43
- export declare function LDAPPropertyMappingRequestToJSON(value?: LDAPPropertyMappingRequest | null): any;
40
+ export declare function instanceOfLDAPSourcePropertyMappingRequest(value: object): boolean;
41
+ export declare function LDAPSourcePropertyMappingRequestFromJSON(json: any): LDAPSourcePropertyMappingRequest;
42
+ export declare function LDAPSourcePropertyMappingRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): LDAPSourcePropertyMappingRequest;
43
+ export declare function LDAPSourcePropertyMappingRequestToJSON(value?: LDAPSourcePropertyMappingRequest | null): any;
@@ -13,18 +13,18 @@
13
13
  */
14
14
  import { exists } from '../runtime';
15
15
  /**
16
- * Check if a given object implements the LDAPPropertyMappingRequest interface.
16
+ * Check if a given object implements the LDAPSourcePropertyMappingRequest interface.
17
17
  */
18
- export function instanceOfLDAPPropertyMappingRequest(value) {
18
+ export function instanceOfLDAPSourcePropertyMappingRequest(value) {
19
19
  let isInstance = true;
20
20
  isInstance = isInstance && "name" in value;
21
21
  isInstance = isInstance && "expression" in value;
22
22
  return isInstance;
23
23
  }
24
- export function LDAPPropertyMappingRequestFromJSON(json) {
25
- return LDAPPropertyMappingRequestFromJSONTyped(json, false);
24
+ export function LDAPSourcePropertyMappingRequestFromJSON(json) {
25
+ return LDAPSourcePropertyMappingRequestFromJSONTyped(json, false);
26
26
  }
27
- export function LDAPPropertyMappingRequestFromJSONTyped(json, ignoreDiscriminator) {
27
+ export function LDAPSourcePropertyMappingRequestFromJSONTyped(json, ignoreDiscriminator) {
28
28
  if ((json === undefined) || (json === null)) {
29
29
  return json;
30
30
  }
@@ -34,7 +34,7 @@ export function LDAPPropertyMappingRequestFromJSONTyped(json, ignoreDiscriminato
34
34
  'expression': json['expression'],
35
35
  };
36
36
  }
37
- export function LDAPPropertyMappingRequestToJSON(value) {
37
+ export function LDAPSourcePropertyMappingRequestToJSON(value) {
38
38
  if (value === undefined) {
39
39
  return undefined;
40
40
  }
@@ -33,13 +33,14 @@ export declare const ModelEnum: {
33
33
  readonly ProvidersOauth2Oauth2provider: "authentik_providers_oauth2.oauth2provider";
34
34
  readonly ProvidersProxyProxyprovider: "authentik_providers_proxy.proxyprovider";
35
35
  readonly ProvidersRadiusRadiusprovider: "authentik_providers_radius.radiusprovider";
36
+ readonly ProvidersRadiusRadiusproviderpropertymapping: "authentik_providers_radius.radiusproviderpropertymapping";
36
37
  readonly ProvidersSamlSamlprovider: "authentik_providers_saml.samlprovider";
37
38
  readonly ProvidersSamlSamlpropertymapping: "authentik_providers_saml.samlpropertymapping";
38
39
  readonly ProvidersScimScimprovider: "authentik_providers_scim.scimprovider";
39
40
  readonly ProvidersScimScimmapping: "authentik_providers_scim.scimmapping";
40
41
  readonly RbacRole: "authentik_rbac.role";
41
42
  readonly SourcesLdapLdapsource: "authentik_sources_ldap.ldapsource";
42
- readonly SourcesLdapLdappropertymapping: "authentik_sources_ldap.ldappropertymapping";
43
+ readonly SourcesLdapLdapsourcepropertymapping: "authentik_sources_ldap.ldapsourcepropertymapping";
43
44
  readonly SourcesOauthOauthsource: "authentik_sources_oauth.oauthsource";
44
45
  readonly SourcesOauthUseroauthsourceconnection: "authentik_sources_oauth.useroauthsourceconnection";
45
46
  readonly SourcesPlexPlexsource: "authentik_sources_plex.plexsource";
@@ -35,13 +35,14 @@ export const ModelEnum = {
35
35
  ProvidersOauth2Oauth2provider: 'authentik_providers_oauth2.oauth2provider',
36
36
  ProvidersProxyProxyprovider: 'authentik_providers_proxy.proxyprovider',
37
37
  ProvidersRadiusRadiusprovider: 'authentik_providers_radius.radiusprovider',
38
+ ProvidersRadiusRadiusproviderpropertymapping: 'authentik_providers_radius.radiusproviderpropertymapping',
38
39
  ProvidersSamlSamlprovider: 'authentik_providers_saml.samlprovider',
39
40
  ProvidersSamlSamlpropertymapping: 'authentik_providers_saml.samlpropertymapping',
40
41
  ProvidersScimScimprovider: 'authentik_providers_scim.scimprovider',
41
42
  ProvidersScimScimmapping: 'authentik_providers_scim.scimmapping',
42
43
  RbacRole: 'authentik_rbac.role',
43
44
  SourcesLdapLdapsource: 'authentik_sources_ldap.ldapsource',
44
- SourcesLdapLdappropertymapping: 'authentik_sources_ldap.ldappropertymapping',
45
+ SourcesLdapLdapsourcepropertymapping: 'authentik_sources_ldap.ldapsourcepropertymapping',
45
46
  SourcesOauthOauthsource: 'authentik_sources_oauth.oauthsource',
46
47
  SourcesOauthUseroauthsourceconnection: 'authentik_sources_oauth.useroauthsourceconnection',
47
48
  SourcesPlexPlexsource: 'authentik_sources_plex.plexsource',
@@ -0,0 +1,39 @@
1
+ /**
2
+ * authentik
3
+ * Making authentication simple.
4
+ *
5
+ * The version of the OpenAPI document: 2024.6.1
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 { LDAPSourcePropertyMapping } from './LDAPSourcePropertyMapping';
13
+ import type { Pagination } from './Pagination';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface PaginatedLDAPSourcePropertyMappingList
18
+ */
19
+ export interface PaginatedLDAPSourcePropertyMappingList {
20
+ /**
21
+ *
22
+ * @type {Pagination}
23
+ * @memberof PaginatedLDAPSourcePropertyMappingList
24
+ */
25
+ pagination: Pagination;
26
+ /**
27
+ *
28
+ * @type {Array<LDAPSourcePropertyMapping>}
29
+ * @memberof PaginatedLDAPSourcePropertyMappingList
30
+ */
31
+ results: Array<LDAPSourcePropertyMapping>;
32
+ }
33
+ /**
34
+ * Check if a given object implements the PaginatedLDAPSourcePropertyMappingList interface.
35
+ */
36
+ export declare function instanceOfPaginatedLDAPSourcePropertyMappingList(value: object): boolean;
37
+ export declare function PaginatedLDAPSourcePropertyMappingListFromJSON(json: any): PaginatedLDAPSourcePropertyMappingList;
38
+ export declare function PaginatedLDAPSourcePropertyMappingListFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedLDAPSourcePropertyMappingList;
39
+ export declare function PaginatedLDAPSourcePropertyMappingListToJSON(value?: PaginatedLDAPSourcePropertyMappingList | null): any;
@@ -11,30 +11,30 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- import { LDAPPropertyMappingFromJSON, LDAPPropertyMappingToJSON, } from './LDAPPropertyMapping';
14
+ import { LDAPSourcePropertyMappingFromJSON, LDAPSourcePropertyMappingToJSON, } from './LDAPSourcePropertyMapping';
15
15
  import { PaginationFromJSON, PaginationToJSON, } from './Pagination';
16
16
  /**
17
- * Check if a given object implements the PaginatedLDAPPropertyMappingList interface.
17
+ * Check if a given object implements the PaginatedLDAPSourcePropertyMappingList interface.
18
18
  */
19
- export function instanceOfPaginatedLDAPPropertyMappingList(value) {
19
+ export function instanceOfPaginatedLDAPSourcePropertyMappingList(value) {
20
20
  let isInstance = true;
21
21
  isInstance = isInstance && "pagination" in value;
22
22
  isInstance = isInstance && "results" in value;
23
23
  return isInstance;
24
24
  }
25
- export function PaginatedLDAPPropertyMappingListFromJSON(json) {
26
- return PaginatedLDAPPropertyMappingListFromJSONTyped(json, false);
25
+ export function PaginatedLDAPSourcePropertyMappingListFromJSON(json) {
26
+ return PaginatedLDAPSourcePropertyMappingListFromJSONTyped(json, false);
27
27
  }
28
- export function PaginatedLDAPPropertyMappingListFromJSONTyped(json, ignoreDiscriminator) {
28
+ export function PaginatedLDAPSourcePropertyMappingListFromJSONTyped(json, ignoreDiscriminator) {
29
29
  if ((json === undefined) || (json === null)) {
30
30
  return json;
31
31
  }
32
32
  return {
33
33
  'pagination': PaginationFromJSON(json['pagination']),
34
- 'results': (json['results'].map(LDAPPropertyMappingFromJSON)),
34
+ 'results': (json['results'].map(LDAPSourcePropertyMappingFromJSON)),
35
35
  };
36
36
  }
37
- export function PaginatedLDAPPropertyMappingListToJSON(value) {
37
+ export function PaginatedLDAPSourcePropertyMappingListToJSON(value) {
38
38
  if (value === undefined) {
39
39
  return undefined;
40
40
  }
@@ -43,6 +43,6 @@ export function PaginatedLDAPPropertyMappingListToJSON(value) {
43
43
  }
44
44
  return {
45
45
  'pagination': PaginationToJSON(value.pagination),
46
- 'results': (value.results.map(LDAPPropertyMappingToJSON)),
46
+ 'results': (value.results.map(LDAPSourcePropertyMappingToJSON)),
47
47
  };
48
48
  }
@@ -0,0 +1,39 @@
1
+ /**
2
+ * authentik
3
+ * Making authentication simple.
4
+ *
5
+ * The version of the OpenAPI document: 2024.6.1
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 { RadiusProviderPropertyMapping } from './RadiusProviderPropertyMapping';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface PaginatedRadiusProviderPropertyMappingList
18
+ */
19
+ export interface PaginatedRadiusProviderPropertyMappingList {
20
+ /**
21
+ *
22
+ * @type {Pagination}
23
+ * @memberof PaginatedRadiusProviderPropertyMappingList
24
+ */
25
+ pagination: Pagination;
26
+ /**
27
+ *
28
+ * @type {Array<RadiusProviderPropertyMapping>}
29
+ * @memberof PaginatedRadiusProviderPropertyMappingList
30
+ */
31
+ results: Array<RadiusProviderPropertyMapping>;
32
+ }
33
+ /**
34
+ * Check if a given object implements the PaginatedRadiusProviderPropertyMappingList interface.
35
+ */
36
+ export declare function instanceOfPaginatedRadiusProviderPropertyMappingList(value: object): boolean;
37
+ export declare function PaginatedRadiusProviderPropertyMappingListFromJSON(json: any): PaginatedRadiusProviderPropertyMappingList;
38
+ export declare function PaginatedRadiusProviderPropertyMappingListFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedRadiusProviderPropertyMappingList;
39
+ export declare function PaginatedRadiusProviderPropertyMappingListToJSON(value?: PaginatedRadiusProviderPropertyMappingList | 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.6.1
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 { PaginationFromJSON, PaginationToJSON, } from './Pagination';
15
+ import { RadiusProviderPropertyMappingFromJSON, RadiusProviderPropertyMappingToJSON, } from './RadiusProviderPropertyMapping';
16
+ /**
17
+ * Check if a given object implements the PaginatedRadiusProviderPropertyMappingList interface.
18
+ */
19
+ export function instanceOfPaginatedRadiusProviderPropertyMappingList(value) {
20
+ let isInstance = true;
21
+ isInstance = isInstance && "pagination" in value;
22
+ isInstance = isInstance && "results" in value;
23
+ return isInstance;
24
+ }
25
+ export function PaginatedRadiusProviderPropertyMappingListFromJSON(json) {
26
+ return PaginatedRadiusProviderPropertyMappingListFromJSONTyped(json, false);
27
+ }
28
+ export function PaginatedRadiusProviderPropertyMappingListFromJSONTyped(json, ignoreDiscriminator) {
29
+ if ((json === undefined) || (json === null)) {
30
+ return json;
31
+ }
32
+ return {
33
+ 'pagination': PaginationFromJSON(json['pagination']),
34
+ 'results': (json['results'].map(RadiusProviderPropertyMappingFromJSON)),
35
+ };
36
+ }
37
+ export function PaginatedRadiusProviderPropertyMappingListToJSON(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(RadiusProviderPropertyMappingToJSON)),
47
+ };
48
+ }
@@ -0,0 +1,43 @@
1
+ /**
2
+ * authentik
3
+ * Making authentication simple.
4
+ *
5
+ * The version of the OpenAPI document: 2024.6.1
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
+ * LDAP PropertyMapping Serializer
14
+ * @export
15
+ * @interface PatchedLDAPSourcePropertyMappingRequest
16
+ */
17
+ export interface PatchedLDAPSourcePropertyMappingRequest {
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 PatchedLDAPSourcePropertyMappingRequest
22
+ */
23
+ managed?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof PatchedLDAPSourcePropertyMappingRequest
28
+ */
29
+ name?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof PatchedLDAPSourcePropertyMappingRequest
34
+ */
35
+ expression?: string;
36
+ }
37
+ /**
38
+ * Check if a given object implements the PatchedLDAPSourcePropertyMappingRequest interface.
39
+ */
40
+ export declare function instanceOfPatchedLDAPSourcePropertyMappingRequest(value: object): boolean;
41
+ export declare function PatchedLDAPSourcePropertyMappingRequestFromJSON(json: any): PatchedLDAPSourcePropertyMappingRequest;
42
+ export declare function PatchedLDAPSourcePropertyMappingRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchedLDAPSourcePropertyMappingRequest;
43
+ export declare function PatchedLDAPSourcePropertyMappingRequestToJSON(value?: PatchedLDAPSourcePropertyMappingRequest | null): any;
@@ -13,16 +13,16 @@
13
13
  */
14
14
  import { exists } from '../runtime';
15
15
  /**
16
- * Check if a given object implements the PatchedLDAPPropertyMappingRequest interface.
16
+ * Check if a given object implements the PatchedLDAPSourcePropertyMappingRequest interface.
17
17
  */
18
- export function instanceOfPatchedLDAPPropertyMappingRequest(value) {
18
+ export function instanceOfPatchedLDAPSourcePropertyMappingRequest(value) {
19
19
  let isInstance = true;
20
20
  return isInstance;
21
21
  }
22
- export function PatchedLDAPPropertyMappingRequestFromJSON(json) {
23
- return PatchedLDAPPropertyMappingRequestFromJSONTyped(json, false);
22
+ export function PatchedLDAPSourcePropertyMappingRequestFromJSON(json) {
23
+ return PatchedLDAPSourcePropertyMappingRequestFromJSONTyped(json, false);
24
24
  }
25
- export function PatchedLDAPPropertyMappingRequestFromJSONTyped(json, ignoreDiscriminator) {
25
+ export function PatchedLDAPSourcePropertyMappingRequestFromJSONTyped(json, ignoreDiscriminator) {
26
26
  if ((json === undefined) || (json === null)) {
27
27
  return json;
28
28
  }
@@ -32,7 +32,7 @@ export function PatchedLDAPPropertyMappingRequestFromJSONTyped(json, ignoreDiscr
32
32
  'expression': !exists(json, 'expression') ? undefined : json['expression'],
33
33
  };
34
34
  }
35
- export function PatchedLDAPPropertyMappingRequestToJSON(value) {
35
+ export function PatchedLDAPSourcePropertyMappingRequestToJSON(value) {
36
36
  if (value === undefined) {
37
37
  return undefined;
38
38
  }
@@ -0,0 +1,43 @@
1
+ /**
2
+ * authentik
3
+ * Making authentication simple.
4
+ *
5
+ * The version of the OpenAPI document: 2024.6.1
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
+ * RadiusProviderPropertyMapping Serializer
14
+ * @export
15
+ * @interface PatchedRadiusProviderPropertyMappingRequest
16
+ */
17
+ export interface PatchedRadiusProviderPropertyMappingRequest {
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 PatchedRadiusProviderPropertyMappingRequest
22
+ */
23
+ managed?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof PatchedRadiusProviderPropertyMappingRequest
28
+ */
29
+ name?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof PatchedRadiusProviderPropertyMappingRequest
34
+ */
35
+ expression?: string;
36
+ }
37
+ /**
38
+ * Check if a given object implements the PatchedRadiusProviderPropertyMappingRequest interface.
39
+ */
40
+ export declare function instanceOfPatchedRadiusProviderPropertyMappingRequest(value: object): boolean;
41
+ export declare function PatchedRadiusProviderPropertyMappingRequestFromJSON(json: any): PatchedRadiusProviderPropertyMappingRequest;
42
+ export declare function PatchedRadiusProviderPropertyMappingRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchedRadiusProviderPropertyMappingRequest;
43
+ export declare function PatchedRadiusProviderPropertyMappingRequestToJSON(value?: PatchedRadiusProviderPropertyMappingRequest | null): any;
@@ -0,0 +1,47 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * authentik
5
+ * Making authentication simple.
6
+ *
7
+ * The version of the OpenAPI document: 2024.6.1
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
+ /**
16
+ * Check if a given object implements the PatchedRadiusProviderPropertyMappingRequest interface.
17
+ */
18
+ export function instanceOfPatchedRadiusProviderPropertyMappingRequest(value) {
19
+ let isInstance = true;
20
+ return isInstance;
21
+ }
22
+ export function PatchedRadiusProviderPropertyMappingRequestFromJSON(json) {
23
+ return PatchedRadiusProviderPropertyMappingRequestFromJSONTyped(json, false);
24
+ }
25
+ export function PatchedRadiusProviderPropertyMappingRequestFromJSONTyped(json, ignoreDiscriminator) {
26
+ if ((json === undefined) || (json === null)) {
27
+ return json;
28
+ }
29
+ return {
30
+ 'managed': !exists(json, 'managed') ? undefined : json['managed'],
31
+ 'name': !exists(json, 'name') ? undefined : json['name'],
32
+ 'expression': !exists(json, 'expression') ? undefined : json['expression'],
33
+ };
34
+ }
35
+ export function PatchedRadiusProviderPropertyMappingRequestToJSON(value) {
36
+ if (value === undefined) {
37
+ return undefined;
38
+ }
39
+ if (value === null) {
40
+ return null;
41
+ }
42
+ return {
43
+ 'managed': value.managed,
44
+ 'name': value.name,
45
+ 'expression': value.expression,
46
+ };
47
+ }