@goauthentik/api 2023.4.1-1683552577 → 2023.4.1-1683802980

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/dist/apis/ProvidersApi.d.ts +1 -0
  2. package/dist/apis/ProvidersApi.js +1 -0
  3. package/dist/esm/apis/ProvidersApi.d.ts +1 -0
  4. package/dist/esm/apis/ProvidersApi.js +1 -0
  5. package/dist/esm/models/CertificateKeyPair.d.ts +1 -1
  6. package/dist/esm/models/LDAPPropertyMapping.d.ts +1 -1
  7. package/dist/esm/models/LDAPPropertyMappingRequest.d.ts +1 -1
  8. package/dist/esm/models/LDAPSource.d.ts +1 -1
  9. package/dist/esm/models/OAuthSource.d.ts +1 -1
  10. package/dist/esm/models/Outpost.d.ts +1 -1
  11. package/dist/esm/models/OutpostRequest.d.ts +1 -1
  12. package/dist/esm/models/PatchedLDAPPropertyMappingRequest.d.ts +1 -1
  13. package/dist/esm/models/PatchedOutpostRequest.d.ts +1 -1
  14. package/dist/esm/models/PatchedSAMLPropertyMappingRequest.d.ts +1 -1
  15. package/dist/esm/models/PatchedSCIMMappingRequest.d.ts +1 -1
  16. package/dist/esm/models/PatchedScopeMappingRequest.d.ts +1 -1
  17. package/dist/esm/models/PatchedTokenRequest.d.ts +1 -1
  18. package/dist/esm/models/PlexSource.d.ts +1 -1
  19. package/dist/esm/models/PropertyMapping.d.ts +1 -1
  20. package/dist/esm/models/ProviderTypeEnum.d.ts +1 -1
  21. package/dist/esm/models/ProviderTypeEnum.js +1 -1
  22. package/dist/esm/models/SAMLPropertyMapping.d.ts +1 -1
  23. package/dist/esm/models/SAMLPropertyMappingRequest.d.ts +1 -1
  24. package/dist/esm/models/SAMLSource.d.ts +1 -1
  25. package/dist/esm/models/SCIMMapping.d.ts +1 -1
  26. package/dist/esm/models/SCIMMappingRequest.d.ts +1 -1
  27. package/dist/esm/models/ScopeMapping.d.ts +1 -1
  28. package/dist/esm/models/ScopeMappingRequest.d.ts +1 -1
  29. package/dist/esm/models/Source.d.ts +1 -1
  30. package/dist/esm/models/SubModeEnum.d.ts +2 -0
  31. package/dist/esm/models/SubModeEnum.js +2 -0
  32. package/dist/esm/models/Token.d.ts +1 -1
  33. package/dist/esm/models/TokenRequest.d.ts +1 -1
  34. package/dist/models/CertificateKeyPair.d.ts +1 -1
  35. package/dist/models/LDAPPropertyMapping.d.ts +1 -1
  36. package/dist/models/LDAPPropertyMappingRequest.d.ts +1 -1
  37. package/dist/models/LDAPSource.d.ts +1 -1
  38. package/dist/models/OAuthSource.d.ts +1 -1
  39. package/dist/models/Outpost.d.ts +1 -1
  40. package/dist/models/OutpostRequest.d.ts +1 -1
  41. package/dist/models/PatchedLDAPPropertyMappingRequest.d.ts +1 -1
  42. package/dist/models/PatchedOutpostRequest.d.ts +1 -1
  43. package/dist/models/PatchedSAMLPropertyMappingRequest.d.ts +1 -1
  44. package/dist/models/PatchedSCIMMappingRequest.d.ts +1 -1
  45. package/dist/models/PatchedScopeMappingRequest.d.ts +1 -1
  46. package/dist/models/PatchedTokenRequest.d.ts +1 -1
  47. package/dist/models/PlexSource.d.ts +1 -1
  48. package/dist/models/PropertyMapping.d.ts +1 -1
  49. package/dist/models/ProviderTypeEnum.d.ts +1 -1
  50. package/dist/models/ProviderTypeEnum.js +1 -1
  51. package/dist/models/SAMLPropertyMapping.d.ts +1 -1
  52. package/dist/models/SAMLPropertyMappingRequest.d.ts +1 -1
  53. package/dist/models/SAMLSource.d.ts +1 -1
  54. package/dist/models/SCIMMapping.d.ts +1 -1
  55. package/dist/models/SCIMMappingRequest.d.ts +1 -1
  56. package/dist/models/ScopeMapping.d.ts +1 -1
  57. package/dist/models/ScopeMappingRequest.d.ts +1 -1
  58. package/dist/models/Source.d.ts +1 -1
  59. package/dist/models/SubModeEnum.d.ts +2 -0
  60. package/dist/models/SubModeEnum.js +2 -0
  61. package/dist/models/Token.d.ts +1 -1
  62. package/dist/models/TokenRequest.d.ts +1 -1
  63. package/package.json +1 -1
  64. package/src/apis/ProvidersApi.ts +1 -0
  65. package/src/models/CertificateKeyPair.ts +1 -1
  66. package/src/models/LDAPPropertyMapping.ts +1 -1
  67. package/src/models/LDAPPropertyMappingRequest.ts +1 -1
  68. package/src/models/LDAPSource.ts +1 -1
  69. package/src/models/OAuthSource.ts +1 -1
  70. package/src/models/Outpost.ts +1 -1
  71. package/src/models/OutpostRequest.ts +1 -1
  72. package/src/models/PatchedLDAPPropertyMappingRequest.ts +1 -1
  73. package/src/models/PatchedOutpostRequest.ts +1 -1
  74. package/src/models/PatchedSAMLPropertyMappingRequest.ts +1 -1
  75. package/src/models/PatchedSCIMMappingRequest.ts +1 -1
  76. package/src/models/PatchedScopeMappingRequest.ts +1 -1
  77. package/src/models/PatchedTokenRequest.ts +1 -1
  78. package/src/models/PlexSource.ts +1 -1
  79. package/src/models/PropertyMapping.ts +1 -1
  80. package/src/models/ProviderTypeEnum.ts +1 -1
  81. package/src/models/SAMLPropertyMapping.ts +1 -1
  82. package/src/models/SAMLPropertyMappingRequest.ts +1 -1
  83. package/src/models/SAMLSource.ts +1 -1
  84. package/src/models/SCIMMapping.ts +1 -1
  85. package/src/models/SCIMMappingRequest.ts +1 -1
  86. package/src/models/ScopeMapping.ts +1 -1
  87. package/src/models/ScopeMappingRequest.ts +1 -1
  88. package/src/models/Source.ts +1 -1
  89. package/src/models/SubModeEnum.ts +2 -0
  90. package/src/models/Token.ts +1 -1
  91. package/src/models/TokenRequest.ts +1 -1
@@ -729,6 +729,7 @@ export declare const ProvidersOauth2ListSubModeEnum: {
729
729
  readonly UserId: "user_id";
730
730
  readonly UserUpn: "user_upn";
731
731
  readonly UserUsername: "user_username";
732
+ readonly UserUuid: "user_uuid";
732
733
  readonly UnknownDefaultOpenApi: "11184809";
733
734
  };
734
735
  export type ProvidersOauth2ListSubModeEnum = typeof ProvidersOauth2ListSubModeEnum[keyof typeof ProvidersOauth2ListSubModeEnum];
@@ -2049,6 +2049,7 @@ exports.ProvidersOauth2ListSubModeEnum = {
2049
2049
  UserId: 'user_id',
2050
2050
  UserUpn: 'user_upn',
2051
2051
  UserUsername: 'user_username',
2052
+ UserUuid: 'user_uuid',
2052
2053
  UnknownDefaultOpenApi: '11184809'
2053
2054
  };
2054
2055
  /**
@@ -729,6 +729,7 @@ export declare const ProvidersOauth2ListSubModeEnum: {
729
729
  readonly UserId: "user_id";
730
730
  readonly UserUpn: "user_upn";
731
731
  readonly UserUsername: "user_username";
732
+ readonly UserUuid: "user_uuid";
732
733
  readonly UnknownDefaultOpenApi: "11184809";
733
734
  };
734
735
  export type ProvidersOauth2ListSubModeEnum = typeof ProvidersOauth2ListSubModeEnum[keyof typeof ProvidersOauth2ListSubModeEnum];
@@ -2045,6 +2045,7 @@ export const ProvidersOauth2ListSubModeEnum = {
2045
2045
  UserId: 'user_id',
2046
2046
  UserUpn: 'user_upn',
2047
2047
  UserUsername: 'user_username',
2048
+ UserUuid: 'user_uuid',
2048
2049
  UnknownDefaultOpenApi: '11184809'
2049
2050
  };
2050
2051
  /**
@@ -76,7 +76,7 @@ export interface CertificateKeyPair {
76
76
  */
77
77
  readonly privateKeyDownloadUrl: string;
78
78
  /**
79
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
79
+ * 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.
80
80
  * @type {string}
81
81
  * @memberof CertificateKeyPair
82
82
  */
@@ -22,7 +22,7 @@ export interface LDAPPropertyMapping {
22
22
  */
23
23
  readonly pk: string;
24
24
  /**
25
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
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
27
  * @memberof LDAPPropertyMapping
28
28
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface LDAPPropertyMappingRequest {
18
18
  /**
19
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
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
21
  * @memberof LDAPPropertyMappingRequest
22
22
  */
@@ -90,7 +90,7 @@ export interface LDAPSource {
90
90
  */
91
91
  userMatchingMode?: UserMatchingModeEnum;
92
92
  /**
93
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
93
+ * 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.
94
94
  * @type {string}
95
95
  * @memberof LDAPSource
96
96
  */
@@ -92,7 +92,7 @@ export interface OAuthSource {
92
92
  */
93
93
  userMatchingMode?: UserMatchingModeEnum;
94
94
  /**
95
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
95
+ * 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.
96
96
  * @type {string}
97
97
  * @memberof OAuthSource
98
98
  */
@@ -75,7 +75,7 @@ export interface Outpost {
75
75
  [key: string]: any;
76
76
  };
77
77
  /**
78
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
78
+ * 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.
79
79
  * @type {string}
80
80
  * @memberof Outpost
81
81
  */
@@ -49,7 +49,7 @@ export interface OutpostRequest {
49
49
  [key: string]: any;
50
50
  };
51
51
  /**
52
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
52
+ * 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.
53
53
  * @type {string}
54
54
  * @memberof OutpostRequest
55
55
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface PatchedLDAPPropertyMappingRequest {
18
18
  /**
19
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
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
21
  * @memberof PatchedLDAPPropertyMappingRequest
22
22
  */
@@ -49,7 +49,7 @@ export interface PatchedOutpostRequest {
49
49
  [key: string]: any;
50
50
  };
51
51
  /**
52
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
52
+ * 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.
53
53
  * @type {string}
54
54
  * @memberof PatchedOutpostRequest
55
55
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface PatchedSAMLPropertyMappingRequest {
18
18
  /**
19
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
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
21
  * @memberof PatchedSAMLPropertyMappingRequest
22
22
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface PatchedSCIMMappingRequest {
18
18
  /**
19
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
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
21
  * @memberof PatchedSCIMMappingRequest
22
22
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface PatchedScopeMappingRequest {
18
18
  /**
19
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
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
21
  * @memberof PatchedScopeMappingRequest
22
22
  */
@@ -17,7 +17,7 @@ import type { IntentEnum } from './IntentEnum';
17
17
  */
18
18
  export interface PatchedTokenRequest {
19
19
  /**
20
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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
+ * 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.
21
21
  * @type {string}
22
22
  * @memberof PatchedTokenRequest
23
23
  */
@@ -90,7 +90,7 @@ export interface PlexSource {
90
90
  */
91
91
  userMatchingMode?: UserMatchingModeEnum;
92
92
  /**
93
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
93
+ * 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.
94
94
  * @type {string}
95
95
  * @memberof PlexSource
96
96
  */
@@ -22,7 +22,7 @@ export interface PropertyMapping {
22
22
  */
23
23
  readonly pk: string;
24
24
  /**
25
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
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
27
  * @memberof PropertyMapping
28
28
  */
@@ -20,7 +20,7 @@
20
20
  * * `openidconnect` - OpenID Connect
21
21
  * * `okta` - Okta
22
22
  * * `patreon` - Patreon
23
- * * `reddit` - reddit
23
+ * * `reddit` - Reddit
24
24
  * * `twitch` - Twitch
25
25
  * * `twitter` - Twitter
26
26
  * @export
@@ -22,7 +22,7 @@
22
22
  * * `openidconnect` - OpenID Connect
23
23
  * * `okta` - Okta
24
24
  * * `patreon` - Patreon
25
- * * `reddit` - reddit
25
+ * * `reddit` - Reddit
26
26
  * * `twitch` - Twitch
27
27
  * * `twitter` - Twitter
28
28
  * @export
@@ -22,7 +22,7 @@ export interface SAMLPropertyMapping {
22
22
  */
23
23
  readonly pk: string;
24
24
  /**
25
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
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
27
  * @memberof SAMLPropertyMapping
28
28
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface SAMLPropertyMappingRequest {
18
18
  /**
19
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
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
21
  * @memberof SAMLPropertyMappingRequest
22
22
  */
@@ -94,7 +94,7 @@ export interface SAMLSource {
94
94
  */
95
95
  userMatchingMode?: UserMatchingModeEnum;
96
96
  /**
97
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
97
+ * 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.
98
98
  * @type {string}
99
99
  * @memberof SAMLSource
100
100
  */
@@ -22,7 +22,7 @@ export interface SCIMMapping {
22
22
  */
23
23
  readonly pk: string;
24
24
  /**
25
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
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
27
  * @memberof SCIMMapping
28
28
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface SCIMMappingRequest {
18
18
  /**
19
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
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
21
  * @memberof SCIMMappingRequest
22
22
  */
@@ -22,7 +22,7 @@ export interface ScopeMapping {
22
22
  */
23
23
  readonly pk: string;
24
24
  /**
25
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
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
27
  * @memberof ScopeMapping
28
28
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface ScopeMappingRequest {
18
18
  /**
19
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
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
21
  * @memberof ScopeMappingRequest
22
22
  */
@@ -90,7 +90,7 @@ export interface Source {
90
90
  */
91
91
  userMatchingMode?: UserMatchingModeEnum;
92
92
  /**
93
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
93
+ * 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.
94
94
  * @type {string}
95
95
  * @memberof Source
96
96
  */
@@ -12,6 +12,7 @@
12
12
  /**
13
13
  * * `hashed_user_id` - Based on the Hashed User ID
14
14
  * * `user_id` - Based on user ID
15
+ * * `user_uuid` - Based on user UUID
15
16
  * * `user_username` - Based on the username
16
17
  * * `user_email` - Based on the User's Email. This is recommended over the UPN method.
17
18
  * * `user_upn` - Based on the User's UPN, only works if user has a 'upn' attribute set. Use this method only if you have different UPN and Mail domains.
@@ -20,6 +21,7 @@
20
21
  export declare const SubModeEnum: {
21
22
  readonly HashedUserId: "hashed_user_id";
22
23
  readonly UserId: "user_id";
24
+ readonly UserUuid: "user_uuid";
23
25
  readonly UserUsername: "user_username";
24
26
  readonly UserEmail: "user_email";
25
27
  readonly UserUpn: "user_upn";
@@ -14,6 +14,7 @@
14
14
  /**
15
15
  * * `hashed_user_id` - Based on the Hashed User ID
16
16
  * * `user_id` - Based on user ID
17
+ * * `user_uuid` - Based on user UUID
17
18
  * * `user_username` - Based on the username
18
19
  * * `user_email` - Based on the User's Email. This is recommended over the UPN method.
19
20
  * * `user_upn` - Based on the User's UPN, only works if user has a 'upn' attribute set. Use this method only if you have different UPN and Mail domains.
@@ -22,6 +23,7 @@
22
23
  export const SubModeEnum = {
23
24
  HashedUserId: 'hashed_user_id',
24
25
  UserId: 'user_id',
26
+ UserUuid: 'user_uuid',
25
27
  UserUsername: 'user_username',
26
28
  UserEmail: 'user_email',
27
29
  UserUpn: 'user_upn',
@@ -24,7 +24,7 @@ export interface Token {
24
24
  */
25
25
  readonly pk: string;
26
26
  /**
27
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
27
+ * 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.
28
28
  * @type {string}
29
29
  * @memberof Token
30
30
  */
@@ -17,7 +17,7 @@ import type { IntentEnum } from './IntentEnum';
17
17
  */
18
18
  export interface TokenRequest {
19
19
  /**
20
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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
+ * 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.
21
21
  * @type {string}
22
22
  * @memberof TokenRequest
23
23
  */
@@ -76,7 +76,7 @@ export interface CertificateKeyPair {
76
76
  */
77
77
  readonly privateKeyDownloadUrl: string;
78
78
  /**
79
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
79
+ * 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.
80
80
  * @type {string}
81
81
  * @memberof CertificateKeyPair
82
82
  */
@@ -22,7 +22,7 @@ export interface LDAPPropertyMapping {
22
22
  */
23
23
  readonly pk: string;
24
24
  /**
25
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
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
27
  * @memberof LDAPPropertyMapping
28
28
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface LDAPPropertyMappingRequest {
18
18
  /**
19
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
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
21
  * @memberof LDAPPropertyMappingRequest
22
22
  */
@@ -90,7 +90,7 @@ export interface LDAPSource {
90
90
  */
91
91
  userMatchingMode?: UserMatchingModeEnum;
92
92
  /**
93
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
93
+ * 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.
94
94
  * @type {string}
95
95
  * @memberof LDAPSource
96
96
  */
@@ -92,7 +92,7 @@ export interface OAuthSource {
92
92
  */
93
93
  userMatchingMode?: UserMatchingModeEnum;
94
94
  /**
95
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
95
+ * 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.
96
96
  * @type {string}
97
97
  * @memberof OAuthSource
98
98
  */
@@ -75,7 +75,7 @@ export interface Outpost {
75
75
  [key: string]: any;
76
76
  };
77
77
  /**
78
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
78
+ * 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.
79
79
  * @type {string}
80
80
  * @memberof Outpost
81
81
  */
@@ -49,7 +49,7 @@ export interface OutpostRequest {
49
49
  [key: string]: any;
50
50
  };
51
51
  /**
52
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
52
+ * 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.
53
53
  * @type {string}
54
54
  * @memberof OutpostRequest
55
55
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface PatchedLDAPPropertyMappingRequest {
18
18
  /**
19
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
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
21
  * @memberof PatchedLDAPPropertyMappingRequest
22
22
  */
@@ -49,7 +49,7 @@ export interface PatchedOutpostRequest {
49
49
  [key: string]: any;
50
50
  };
51
51
  /**
52
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
52
+ * 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.
53
53
  * @type {string}
54
54
  * @memberof PatchedOutpostRequest
55
55
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface PatchedSAMLPropertyMappingRequest {
18
18
  /**
19
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
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
21
  * @memberof PatchedSAMLPropertyMappingRequest
22
22
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface PatchedSCIMMappingRequest {
18
18
  /**
19
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
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
21
  * @memberof PatchedSCIMMappingRequest
22
22
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface PatchedScopeMappingRequest {
18
18
  /**
19
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
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
21
  * @memberof PatchedScopeMappingRequest
22
22
  */
@@ -17,7 +17,7 @@ import type { IntentEnum } from './IntentEnum';
17
17
  */
18
18
  export interface PatchedTokenRequest {
19
19
  /**
20
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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
+ * 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.
21
21
  * @type {string}
22
22
  * @memberof PatchedTokenRequest
23
23
  */
@@ -90,7 +90,7 @@ export interface PlexSource {
90
90
  */
91
91
  userMatchingMode?: UserMatchingModeEnum;
92
92
  /**
93
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
93
+ * 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.
94
94
  * @type {string}
95
95
  * @memberof PlexSource
96
96
  */
@@ -22,7 +22,7 @@ export interface PropertyMapping {
22
22
  */
23
23
  readonly pk: string;
24
24
  /**
25
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
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
27
  * @memberof PropertyMapping
28
28
  */
@@ -20,7 +20,7 @@
20
20
  * * `openidconnect` - OpenID Connect
21
21
  * * `okta` - Okta
22
22
  * * `patreon` - Patreon
23
- * * `reddit` - reddit
23
+ * * `reddit` - Reddit
24
24
  * * `twitch` - Twitch
25
25
  * * `twitter` - Twitter
26
26
  * @export
@@ -25,7 +25,7 @@ exports.ProviderTypeEnumToJSON = exports.ProviderTypeEnumFromJSONTyped = exports
25
25
  * * `openidconnect` - OpenID Connect
26
26
  * * `okta` - Okta
27
27
  * * `patreon` - Patreon
28
- * * `reddit` - reddit
28
+ * * `reddit` - Reddit
29
29
  * * `twitch` - Twitch
30
30
  * * `twitter` - Twitter
31
31
  * @export
@@ -22,7 +22,7 @@ export interface SAMLPropertyMapping {
22
22
  */
23
23
  readonly pk: string;
24
24
  /**
25
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
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
27
  * @memberof SAMLPropertyMapping
28
28
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface SAMLPropertyMappingRequest {
18
18
  /**
19
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
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
21
  * @memberof SAMLPropertyMappingRequest
22
22
  */
@@ -94,7 +94,7 @@ export interface SAMLSource {
94
94
  */
95
95
  userMatchingMode?: UserMatchingModeEnum;
96
96
  /**
97
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
97
+ * 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.
98
98
  * @type {string}
99
99
  * @memberof SAMLSource
100
100
  */
@@ -22,7 +22,7 @@ export interface SCIMMapping {
22
22
  */
23
23
  readonly pk: string;
24
24
  /**
25
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
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
27
  * @memberof SCIMMapping
28
28
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface SCIMMappingRequest {
18
18
  /**
19
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
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
21
  * @memberof SCIMMappingRequest
22
22
  */
@@ -22,7 +22,7 @@ export interface ScopeMapping {
22
22
  */
23
23
  readonly pk: string;
24
24
  /**
25
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
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
27
  * @memberof ScopeMapping
28
28
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface ScopeMappingRequest {
18
18
  /**
19
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
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
21
  * @memberof ScopeMappingRequest
22
22
  */
@@ -90,7 +90,7 @@ export interface Source {
90
90
  */
91
91
  userMatchingMode?: UserMatchingModeEnum;
92
92
  /**
93
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
93
+ * 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.
94
94
  * @type {string}
95
95
  * @memberof Source
96
96
  */
@@ -12,6 +12,7 @@
12
12
  /**
13
13
  * * `hashed_user_id` - Based on the Hashed User ID
14
14
  * * `user_id` - Based on user ID
15
+ * * `user_uuid` - Based on user UUID
15
16
  * * `user_username` - Based on the username
16
17
  * * `user_email` - Based on the User's Email. This is recommended over the UPN method.
17
18
  * * `user_upn` - Based on the User's UPN, only works if user has a 'upn' attribute set. Use this method only if you have different UPN and Mail domains.
@@ -20,6 +21,7 @@
20
21
  export declare const SubModeEnum: {
21
22
  readonly HashedUserId: "hashed_user_id";
22
23
  readonly UserId: "user_id";
24
+ readonly UserUuid: "user_uuid";
23
25
  readonly UserUsername: "user_username";
24
26
  readonly UserEmail: "user_email";
25
27
  readonly UserUpn: "user_upn";
@@ -17,6 +17,7 @@ exports.SubModeEnumToJSON = exports.SubModeEnumFromJSONTyped = exports.SubModeEn
17
17
  /**
18
18
  * * `hashed_user_id` - Based on the Hashed User ID
19
19
  * * `user_id` - Based on user ID
20
+ * * `user_uuid` - Based on user UUID
20
21
  * * `user_username` - Based on the username
21
22
  * * `user_email` - Based on the User's Email. This is recommended over the UPN method.
22
23
  * * `user_upn` - Based on the User's UPN, only works if user has a 'upn' attribute set. Use this method only if you have different UPN and Mail domains.
@@ -25,6 +26,7 @@ exports.SubModeEnumToJSON = exports.SubModeEnumFromJSONTyped = exports.SubModeEn
25
26
  exports.SubModeEnum = {
26
27
  HashedUserId: 'hashed_user_id',
27
28
  UserId: 'user_id',
29
+ UserUuid: 'user_uuid',
28
30
  UserUsername: 'user_username',
29
31
  UserEmail: 'user_email',
30
32
  UserUpn: 'user_upn',
@@ -24,7 +24,7 @@ export interface Token {
24
24
  */
25
25
  readonly pk: string;
26
26
  /**
27
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
27
+ * 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.
28
28
  * @type {string}
29
29
  * @memberof Token
30
30
  */
@@ -17,7 +17,7 @@ import type { IntentEnum } from './IntentEnum';
17
17
  */
18
18
  export interface TokenRequest {
19
19
  /**
20
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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
+ * 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.
21
21
  * @type {string}
22
22
  * @memberof TokenRequest
23
23
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goauthentik/api",
3
- "version": "2023.4.1-1683552577",
3
+ "version": "2023.4.1-1683802980",
4
4
  "description": "OpenAPI client for @goauthentik/api",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -2742,6 +2742,7 @@ export const ProvidersOauth2ListSubModeEnum = {
2742
2742
  UserId: 'user_id',
2743
2743
  UserUpn: 'user_upn',
2744
2744
  UserUsername: 'user_username',
2745
+ UserUuid: 'user_uuid',
2745
2746
  UnknownDefaultOpenApi: '11184809'
2746
2747
  } as const;
2747
2748
  export type ProvidersOauth2ListSubModeEnum = typeof ProvidersOauth2ListSubModeEnum[keyof typeof ProvidersOauth2ListSubModeEnum];
@@ -80,7 +80,7 @@ export interface CertificateKeyPair {
80
80
  */
81
81
  readonly privateKeyDownloadUrl: string;
82
82
  /**
83
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
83
+ * 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.
84
84
  * @type {string}
85
85
  * @memberof CertificateKeyPair
86
86
  */
@@ -26,7 +26,7 @@ export interface LDAPPropertyMapping {
26
26
  */
27
27
  readonly pk: string;
28
28
  /**
29
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
29
+ * 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.
30
30
  * @type {string}
31
31
  * @memberof LDAPPropertyMapping
32
32
  */
@@ -20,7 +20,7 @@ import { exists, mapValues } from '../runtime';
20
20
  */
21
21
  export interface LDAPPropertyMappingRequest {
22
22
  /**
23
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
23
+ * 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.
24
24
  * @type {string}
25
25
  * @memberof LDAPPropertyMappingRequest
26
26
  */
@@ -105,7 +105,7 @@ export interface LDAPSource {
105
105
  */
106
106
  userMatchingMode?: UserMatchingModeEnum;
107
107
  /**
108
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
108
+ * 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.
109
109
  * @type {string}
110
110
  * @memberof LDAPSource
111
111
  */
@@ -117,7 +117,7 @@ export interface OAuthSource {
117
117
  */
118
118
  userMatchingMode?: UserMatchingModeEnum;
119
119
  /**
120
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
120
+ * 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.
121
121
  * @type {string}
122
122
  * @memberof OAuthSource
123
123
  */
@@ -93,7 +93,7 @@ export interface Outpost {
93
93
  */
94
94
  config: { [key: string]: any; };
95
95
  /**
96
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
96
+ * 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.
97
97
  * @type {string}
98
98
  * @memberof Outpost
99
99
  */
@@ -57,7 +57,7 @@ export interface OutpostRequest {
57
57
  */
58
58
  config: { [key: string]: any; };
59
59
  /**
60
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
60
+ * 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.
61
61
  * @type {string}
62
62
  * @memberof OutpostRequest
63
63
  */
@@ -20,7 +20,7 @@ import { exists, mapValues } from '../runtime';
20
20
  */
21
21
  export interface PatchedLDAPPropertyMappingRequest {
22
22
  /**
23
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
23
+ * 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.
24
24
  * @type {string}
25
25
  * @memberof PatchedLDAPPropertyMappingRequest
26
26
  */
@@ -57,7 +57,7 @@ export interface PatchedOutpostRequest {
57
57
  */
58
58
  config?: { [key: string]: any; };
59
59
  /**
60
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
60
+ * 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.
61
61
  * @type {string}
62
62
  * @memberof PatchedOutpostRequest
63
63
  */
@@ -20,7 +20,7 @@ import { exists, mapValues } from '../runtime';
20
20
  */
21
21
  export interface PatchedSAMLPropertyMappingRequest {
22
22
  /**
23
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
23
+ * 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.
24
24
  * @type {string}
25
25
  * @memberof PatchedSAMLPropertyMappingRequest
26
26
  */
@@ -20,7 +20,7 @@ import { exists, mapValues } from '../runtime';
20
20
  */
21
21
  export interface PatchedSCIMMappingRequest {
22
22
  /**
23
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
23
+ * 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.
24
24
  * @type {string}
25
25
  * @memberof PatchedSCIMMappingRequest
26
26
  */
@@ -20,7 +20,7 @@ import { exists, mapValues } from '../runtime';
20
20
  */
21
21
  export interface PatchedScopeMappingRequest {
22
22
  /**
23
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
23
+ * 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.
24
24
  * @type {string}
25
25
  * @memberof PatchedScopeMappingRequest
26
26
  */
@@ -27,7 +27,7 @@ import {
27
27
  */
28
28
  export interface PatchedTokenRequest {
29
29
  /**
30
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
30
+ * 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.
31
31
  * @type {string}
32
32
  * @memberof PatchedTokenRequest
33
33
  */
@@ -105,7 +105,7 @@ export interface PlexSource {
105
105
  */
106
106
  userMatchingMode?: UserMatchingModeEnum;
107
107
  /**
108
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
108
+ * 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.
109
109
  * @type {string}
110
110
  * @memberof PlexSource
111
111
  */
@@ -26,7 +26,7 @@ export interface PropertyMapping {
26
26
  */
27
27
  readonly pk: string;
28
28
  /**
29
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
29
+ * 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.
30
30
  * @type {string}
31
31
  * @memberof PropertyMapping
32
32
  */
@@ -24,7 +24,7 @@
24
24
  * * `openidconnect` - OpenID Connect
25
25
  * * `okta` - Okta
26
26
  * * `patreon` - Patreon
27
- * * `reddit` - reddit
27
+ * * `reddit` - Reddit
28
28
  * * `twitch` - Twitch
29
29
  * * `twitter` - Twitter
30
30
  * @export
@@ -26,7 +26,7 @@ export interface SAMLPropertyMapping {
26
26
  */
27
27
  readonly pk: string;
28
28
  /**
29
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
29
+ * 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.
30
30
  * @type {string}
31
31
  * @memberof SAMLPropertyMapping
32
32
  */
@@ -20,7 +20,7 @@ import { exists, mapValues } from '../runtime';
20
20
  */
21
21
  export interface SAMLPropertyMappingRequest {
22
22
  /**
23
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
23
+ * 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.
24
24
  * @type {string}
25
25
  * @memberof SAMLPropertyMappingRequest
26
26
  */
@@ -129,7 +129,7 @@ export interface SAMLSource {
129
129
  */
130
130
  userMatchingMode?: UserMatchingModeEnum;
131
131
  /**
132
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
132
+ * 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.
133
133
  * @type {string}
134
134
  * @memberof SAMLSource
135
135
  */
@@ -26,7 +26,7 @@ export interface SCIMMapping {
26
26
  */
27
27
  readonly pk: string;
28
28
  /**
29
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
29
+ * 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.
30
30
  * @type {string}
31
31
  * @memberof SCIMMapping
32
32
  */
@@ -20,7 +20,7 @@ import { exists, mapValues } from '../runtime';
20
20
  */
21
21
  export interface SCIMMappingRequest {
22
22
  /**
23
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
23
+ * 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.
24
24
  * @type {string}
25
25
  * @memberof SCIMMappingRequest
26
26
  */
@@ -26,7 +26,7 @@ export interface ScopeMapping {
26
26
  */
27
27
  readonly pk: string;
28
28
  /**
29
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
29
+ * 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.
30
30
  * @type {string}
31
31
  * @memberof ScopeMapping
32
32
  */
@@ -20,7 +20,7 @@ import { exists, mapValues } from '../runtime';
20
20
  */
21
21
  export interface ScopeMappingRequest {
22
22
  /**
23
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
23
+ * 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.
24
24
  * @type {string}
25
25
  * @memberof ScopeMappingRequest
26
26
  */
@@ -105,7 +105,7 @@ export interface Source {
105
105
  */
106
106
  userMatchingMode?: UserMatchingModeEnum;
107
107
  /**
108
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
108
+ * 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.
109
109
  * @type {string}
110
110
  * @memberof Source
111
111
  */
@@ -16,6 +16,7 @@
16
16
  /**
17
17
  * * `hashed_user_id` - Based on the Hashed User ID
18
18
  * * `user_id` - Based on user ID
19
+ * * `user_uuid` - Based on user UUID
19
20
  * * `user_username` - Based on the username
20
21
  * * `user_email` - Based on the User's Email. This is recommended over the UPN method.
21
22
  * * `user_upn` - Based on the User's UPN, only works if user has a 'upn' attribute set. Use this method only if you have different UPN and Mail domains.
@@ -24,6 +25,7 @@
24
25
  export const SubModeEnum = {
25
26
  HashedUserId: 'hashed_user_id',
26
27
  UserId: 'user_id',
28
+ UserUuid: 'user_uuid',
27
29
  UserUsername: 'user_username',
28
30
  UserEmail: 'user_email',
29
31
  UserUpn: 'user_upn',
@@ -39,7 +39,7 @@ export interface Token {
39
39
  */
40
40
  readonly pk: string;
41
41
  /**
42
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
42
+ * 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.
43
43
  * @type {string}
44
44
  * @memberof Token
45
45
  */
@@ -27,7 +27,7 @@ import {
27
27
  */
28
28
  export interface TokenRequest {
29
29
  /**
30
- * Objects which are managed by authentik. These objects are created and updated automatically. This is 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.
30
+ * 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.
31
31
  * @type {string}
32
32
  * @memberof TokenRequest
33
33
  */