@goauthentik/api 2024.8.3-1728649674 → 2024.8.3-1728918276

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 (142) hide show
  1. package/.openapi-generator/FILES +1 -0
  2. package/dist/apis/ProvidersApi.d.ts +2 -0
  3. package/dist/apis/ProvidersApi.js +9 -0
  4. package/dist/esm/apis/ProvidersApi.d.ts +2 -0
  5. package/dist/esm/apis/ProvidersApi.js +9 -0
  6. package/dist/esm/models/ChallengeTypes.d.ts +3 -0
  7. package/dist/esm/models/ChallengeTypes.js +5 -0
  8. package/dist/esm/models/LDAPOutpostConfig.d.ts +6 -0
  9. package/dist/esm/models/LDAPOutpostConfig.js +2 -0
  10. package/dist/esm/models/LDAPProvider.d.ts +6 -0
  11. package/dist/esm/models/LDAPProvider.js +3 -0
  12. package/dist/esm/models/LDAPProviderRequest.d.ts +6 -0
  13. package/dist/esm/models/LDAPProviderRequest.js +3 -0
  14. package/dist/esm/models/OAuth2Provider.d.ts +6 -0
  15. package/dist/esm/models/OAuth2Provider.js +3 -0
  16. package/dist/esm/models/OAuth2ProviderRequest.d.ts +6 -0
  17. package/dist/esm/models/OAuth2ProviderRequest.js +3 -0
  18. package/dist/esm/models/PatchedLDAPProviderRequest.d.ts +6 -0
  19. package/dist/esm/models/PatchedLDAPProviderRequest.js +2 -0
  20. package/dist/esm/models/PatchedOAuth2ProviderRequest.d.ts +6 -0
  21. package/dist/esm/models/PatchedOAuth2ProviderRequest.js +2 -0
  22. package/dist/esm/models/PatchedProxyProviderRequest.d.ts +6 -0
  23. package/dist/esm/models/PatchedProxyProviderRequest.js +2 -0
  24. package/dist/esm/models/PatchedRACProviderRequest.d.ts +6 -0
  25. package/dist/esm/models/PatchedRACProviderRequest.js +2 -0
  26. package/dist/esm/models/PatchedRadiusProviderRequest.d.ts +6 -0
  27. package/dist/esm/models/PatchedRadiusProviderRequest.js +2 -0
  28. package/dist/esm/models/PatchedSAMLProviderRequest.d.ts +6 -0
  29. package/dist/esm/models/PatchedSAMLProviderRequest.js +2 -0
  30. package/dist/esm/models/PatchedSCIMProviderRequest.d.ts +6 -0
  31. package/dist/esm/models/PatchedSCIMProviderRequest.js +2 -0
  32. package/dist/esm/models/Provider.d.ts +6 -0
  33. package/dist/esm/models/Provider.js +3 -0
  34. package/dist/esm/models/ProviderRequest.d.ts +6 -0
  35. package/dist/esm/models/ProviderRequest.js +3 -0
  36. package/dist/esm/models/ProxyProvider.d.ts +6 -0
  37. package/dist/esm/models/ProxyProvider.js +3 -0
  38. package/dist/esm/models/ProxyProviderRequest.d.ts +6 -0
  39. package/dist/esm/models/ProxyProviderRequest.js +3 -0
  40. package/dist/esm/models/RACProvider.d.ts +6 -0
  41. package/dist/esm/models/RACProvider.js +3 -0
  42. package/dist/esm/models/RACProviderRequest.d.ts +6 -0
  43. package/dist/esm/models/RACProviderRequest.js +3 -0
  44. package/dist/esm/models/RadiusProvider.d.ts +6 -0
  45. package/dist/esm/models/RadiusProvider.js +3 -0
  46. package/dist/esm/models/RadiusProviderRequest.d.ts +6 -0
  47. package/dist/esm/models/RadiusProviderRequest.js +3 -0
  48. package/dist/esm/models/SAMLProvider.d.ts +6 -0
  49. package/dist/esm/models/SAMLProvider.js +3 -0
  50. package/dist/esm/models/SAMLProviderRequest.d.ts +6 -0
  51. package/dist/esm/models/SAMLProviderRequest.js +3 -0
  52. package/dist/esm/models/SCIMProvider.d.ts +6 -0
  53. package/dist/esm/models/SCIMProvider.js +2 -0
  54. package/dist/esm/models/SCIMProviderRequest.d.ts +6 -0
  55. package/dist/esm/models/SCIMProviderRequest.js +2 -0
  56. package/dist/esm/models/SessionEndChallenge.d.ts +83 -0
  57. package/dist/esm/models/SessionEndChallenge.js +63 -0
  58. package/dist/esm/models/index.d.ts +1 -0
  59. package/dist/esm/models/index.js +1 -0
  60. package/dist/models/ChallengeTypes.d.ts +3 -0
  61. package/dist/models/ChallengeTypes.js +5 -0
  62. package/dist/models/LDAPOutpostConfig.d.ts +6 -0
  63. package/dist/models/LDAPOutpostConfig.js +2 -0
  64. package/dist/models/LDAPProvider.d.ts +6 -0
  65. package/dist/models/LDAPProvider.js +3 -0
  66. package/dist/models/LDAPProviderRequest.d.ts +6 -0
  67. package/dist/models/LDAPProviderRequest.js +3 -0
  68. package/dist/models/OAuth2Provider.d.ts +6 -0
  69. package/dist/models/OAuth2Provider.js +3 -0
  70. package/dist/models/OAuth2ProviderRequest.d.ts +6 -0
  71. package/dist/models/OAuth2ProviderRequest.js +3 -0
  72. package/dist/models/PatchedLDAPProviderRequest.d.ts +6 -0
  73. package/dist/models/PatchedLDAPProviderRequest.js +2 -0
  74. package/dist/models/PatchedOAuth2ProviderRequest.d.ts +6 -0
  75. package/dist/models/PatchedOAuth2ProviderRequest.js +2 -0
  76. package/dist/models/PatchedProxyProviderRequest.d.ts +6 -0
  77. package/dist/models/PatchedProxyProviderRequest.js +2 -0
  78. package/dist/models/PatchedRACProviderRequest.d.ts +6 -0
  79. package/dist/models/PatchedRACProviderRequest.js +2 -0
  80. package/dist/models/PatchedRadiusProviderRequest.d.ts +6 -0
  81. package/dist/models/PatchedRadiusProviderRequest.js +2 -0
  82. package/dist/models/PatchedSAMLProviderRequest.d.ts +6 -0
  83. package/dist/models/PatchedSAMLProviderRequest.js +2 -0
  84. package/dist/models/PatchedSCIMProviderRequest.d.ts +6 -0
  85. package/dist/models/PatchedSCIMProviderRequest.js +2 -0
  86. package/dist/models/Provider.d.ts +6 -0
  87. package/dist/models/Provider.js +3 -0
  88. package/dist/models/ProviderRequest.d.ts +6 -0
  89. package/dist/models/ProviderRequest.js +3 -0
  90. package/dist/models/ProxyProvider.d.ts +6 -0
  91. package/dist/models/ProxyProvider.js +3 -0
  92. package/dist/models/ProxyProviderRequest.d.ts +6 -0
  93. package/dist/models/ProxyProviderRequest.js +3 -0
  94. package/dist/models/RACProvider.d.ts +6 -0
  95. package/dist/models/RACProvider.js +3 -0
  96. package/dist/models/RACProviderRequest.d.ts +6 -0
  97. package/dist/models/RACProviderRequest.js +3 -0
  98. package/dist/models/RadiusProvider.d.ts +6 -0
  99. package/dist/models/RadiusProvider.js +3 -0
  100. package/dist/models/RadiusProviderRequest.d.ts +6 -0
  101. package/dist/models/RadiusProviderRequest.js +3 -0
  102. package/dist/models/SAMLProvider.d.ts +6 -0
  103. package/dist/models/SAMLProvider.js +3 -0
  104. package/dist/models/SAMLProviderRequest.d.ts +6 -0
  105. package/dist/models/SAMLProviderRequest.js +3 -0
  106. package/dist/models/SCIMProvider.d.ts +6 -0
  107. package/dist/models/SCIMProvider.js +2 -0
  108. package/dist/models/SCIMProviderRequest.d.ts +6 -0
  109. package/dist/models/SCIMProviderRequest.js +2 -0
  110. package/dist/models/SessionEndChallenge.d.ts +83 -0
  111. package/dist/models/SessionEndChallenge.js +70 -0
  112. package/dist/models/index.d.ts +1 -0
  113. package/dist/models/index.js +1 -0
  114. package/package.json +1 -1
  115. package/src/apis/ProvidersApi.ts +14 -0
  116. package/src/models/ChallengeTypes.ts +12 -1
  117. package/src/models/LDAPOutpostConfig.ts +8 -0
  118. package/src/models/LDAPProvider.ts +9 -0
  119. package/src/models/LDAPProviderRequest.ts +9 -0
  120. package/src/models/OAuth2Provider.ts +9 -0
  121. package/src/models/OAuth2ProviderRequest.ts +9 -0
  122. package/src/models/PatchedLDAPProviderRequest.ts +8 -0
  123. package/src/models/PatchedOAuth2ProviderRequest.ts +8 -0
  124. package/src/models/PatchedProxyProviderRequest.ts +8 -0
  125. package/src/models/PatchedRACProviderRequest.ts +8 -0
  126. package/src/models/PatchedRadiusProviderRequest.ts +8 -0
  127. package/src/models/PatchedSAMLProviderRequest.ts +8 -0
  128. package/src/models/PatchedSCIMProviderRequest.ts +8 -0
  129. package/src/models/Provider.ts +9 -0
  130. package/src/models/ProviderRequest.ts +9 -0
  131. package/src/models/ProxyProvider.ts +9 -0
  132. package/src/models/ProxyProviderRequest.ts +9 -0
  133. package/src/models/RACProvider.ts +9 -0
  134. package/src/models/RACProviderRequest.ts +9 -0
  135. package/src/models/RadiusProvider.ts +9 -0
  136. package/src/models/RadiusProviderRequest.ts +9 -0
  137. package/src/models/SAMLProvider.ts +9 -0
  138. package/src/models/SAMLProviderRequest.ts +9 -0
  139. package/src/models/SCIMProvider.ts +8 -0
  140. package/src/models/SCIMProviderRequest.ts +8 -0
  141. package/src/models/SessionEndChallenge.ts +145 -0
  142. package/src/models/index.ts +1 -0
@@ -56,6 +56,12 @@ export interface PatchedOAuth2ProviderRequest {
56
56
  * @memberof PatchedOAuth2ProviderRequest
57
57
  */
58
58
  authorizationFlow?: string;
59
+ /**
60
+ * Flow used ending the session from a provider.
61
+ * @type {string}
62
+ * @memberof PatchedOAuth2ProviderRequest
63
+ */
64
+ invalidationFlow?: string;
59
65
  /**
60
66
  *
61
67
  * @type {Array<string>}
@@ -158,6 +164,7 @@ export function PatchedOAuth2ProviderRequestFromJSONTyped(json: any, ignoreDiscr
158
164
  'name': !exists(json, 'name') ? undefined : json['name'],
159
165
  'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
160
166
  'authorizationFlow': !exists(json, 'authorization_flow') ? undefined : json['authorization_flow'],
167
+ 'invalidationFlow': !exists(json, 'invalidation_flow') ? undefined : json['invalidation_flow'],
161
168
  'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
162
169
  'clientType': !exists(json, 'client_type') ? undefined : ClientTypeEnumFromJSON(json['client_type']),
163
170
  'clientId': !exists(json, 'client_id') ? undefined : json['client_id'],
@@ -186,6 +193,7 @@ export function PatchedOAuth2ProviderRequestToJSON(value?: PatchedOAuth2Provider
186
193
  'name': value.name,
187
194
  'authentication_flow': value.authenticationFlow,
188
195
  'authorization_flow': value.authorizationFlow,
196
+ 'invalidation_flow': value.invalidationFlow,
189
197
  'property_mappings': value.propertyMappings,
190
198
  'client_type': ClientTypeEnumToJSON(value.clientType),
191
199
  'client_id': value.clientId,
@@ -44,6 +44,12 @@ export interface PatchedProxyProviderRequest {
44
44
  * @memberof PatchedProxyProviderRequest
45
45
  */
46
46
  authorizationFlow?: string;
47
+ /**
48
+ * Flow used ending the session from a provider.
49
+ * @type {string}
50
+ * @memberof PatchedProxyProviderRequest
51
+ */
52
+ invalidationFlow?: string;
47
53
  /**
48
54
  *
49
55
  * @type {Array<string>}
@@ -158,6 +164,7 @@ export function PatchedProxyProviderRequestFromJSONTyped(json: any, ignoreDiscri
158
164
  'name': !exists(json, 'name') ? undefined : json['name'],
159
165
  'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
160
166
  'authorizationFlow': !exists(json, 'authorization_flow') ? undefined : json['authorization_flow'],
167
+ 'invalidationFlow': !exists(json, 'invalidation_flow') ? undefined : json['invalidation_flow'],
161
168
  'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
162
169
  'internalHost': !exists(json, 'internal_host') ? undefined : json['internal_host'],
163
170
  'externalHost': !exists(json, 'external_host') ? undefined : json['external_host'],
@@ -188,6 +195,7 @@ export function PatchedProxyProviderRequestToJSON(value?: PatchedProxyProviderRe
188
195
  'name': value.name,
189
196
  'authentication_flow': value.authenticationFlow,
190
197
  'authorization_flow': value.authorizationFlow,
198
+ 'invalidation_flow': value.invalidationFlow,
191
199
  'property_mappings': value.propertyMappings,
192
200
  'internal_host': value.internalHost,
193
201
  'external_host': value.externalHost,
@@ -37,6 +37,12 @@ export interface PatchedRACProviderRequest {
37
37
  * @memberof PatchedRACProviderRequest
38
38
  */
39
39
  authorizationFlow?: string;
40
+ /**
41
+ * Flow used ending the session from a provider.
42
+ * @type {string}
43
+ * @memberof PatchedRACProviderRequest
44
+ */
45
+ invalidationFlow?: string;
40
46
  /**
41
47
  *
42
48
  * @type {Array<string>}
@@ -85,6 +91,7 @@ export function PatchedRACProviderRequestFromJSONTyped(json: any, ignoreDiscrimi
85
91
  'name': !exists(json, 'name') ? undefined : json['name'],
86
92
  'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
87
93
  'authorizationFlow': !exists(json, 'authorization_flow') ? undefined : json['authorization_flow'],
94
+ 'invalidationFlow': !exists(json, 'invalidation_flow') ? undefined : json['invalidation_flow'],
88
95
  'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
89
96
  'settings': !exists(json, 'settings') ? undefined : json['settings'],
90
97
  'connectionExpiry': !exists(json, 'connection_expiry') ? undefined : json['connection_expiry'],
@@ -104,6 +111,7 @@ export function PatchedRACProviderRequestToJSON(value?: PatchedRACProviderReques
104
111
  'name': value.name,
105
112
  'authentication_flow': value.authenticationFlow,
106
113
  'authorization_flow': value.authorizationFlow,
114
+ 'invalidation_flow': value.invalidationFlow,
107
115
  'property_mappings': value.propertyMappings,
108
116
  'settings': value.settings,
109
117
  'connection_expiry': value.connectionExpiry,
@@ -37,6 +37,12 @@ export interface PatchedRadiusProviderRequest {
37
37
  * @memberof PatchedRadiusProviderRequest
38
38
  */
39
39
  authorizationFlow?: string;
40
+ /**
41
+ * Flow used ending the session from a provider.
42
+ * @type {string}
43
+ * @memberof PatchedRadiusProviderRequest
44
+ */
45
+ invalidationFlow?: string;
40
46
  /**
41
47
  *
42
48
  * @type {Array<string>}
@@ -85,6 +91,7 @@ export function PatchedRadiusProviderRequestFromJSONTyped(json: any, ignoreDiscr
85
91
  'name': !exists(json, 'name') ? undefined : json['name'],
86
92
  'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
87
93
  'authorizationFlow': !exists(json, 'authorization_flow') ? undefined : json['authorization_flow'],
94
+ 'invalidationFlow': !exists(json, 'invalidation_flow') ? undefined : json['invalidation_flow'],
88
95
  'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
89
96
  'clientNetworks': !exists(json, 'client_networks') ? undefined : json['client_networks'],
90
97
  'sharedSecret': !exists(json, 'shared_secret') ? undefined : json['shared_secret'],
@@ -104,6 +111,7 @@ export function PatchedRadiusProviderRequestToJSON(value?: PatchedRadiusProvider
104
111
  'name': value.name,
105
112
  'authentication_flow': value.authenticationFlow,
106
113
  'authorization_flow': value.authorizationFlow,
114
+ 'invalidation_flow': value.invalidationFlow,
107
115
  'property_mappings': value.propertyMappings,
108
116
  'client_networks': value.clientNetworks,
109
117
  'shared_secret': value.sharedSecret,
@@ -56,6 +56,12 @@ export interface PatchedSAMLProviderRequest {
56
56
  * @memberof PatchedSAMLProviderRequest
57
57
  */
58
58
  authorizationFlow?: string;
59
+ /**
60
+ * Flow used ending the session from a provider.
61
+ * @type {string}
62
+ * @memberof PatchedSAMLProviderRequest
63
+ */
64
+ invalidationFlow?: string;
59
65
  /**
60
66
  *
61
67
  * @type {Array<string>}
@@ -182,6 +188,7 @@ export function PatchedSAMLProviderRequestFromJSONTyped(json: any, ignoreDiscrim
182
188
  'name': !exists(json, 'name') ? undefined : json['name'],
183
189
  'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
184
190
  'authorizationFlow': !exists(json, 'authorization_flow') ? undefined : json['authorization_flow'],
191
+ 'invalidationFlow': !exists(json, 'invalidation_flow') ? undefined : json['invalidation_flow'],
185
192
  'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
186
193
  'acsUrl': !exists(json, 'acs_url') ? undefined : json['acs_url'],
187
194
  'audience': !exists(json, 'audience') ? undefined : json['audience'],
@@ -214,6 +221,7 @@ export function PatchedSAMLProviderRequestToJSON(value?: PatchedSAMLProviderRequ
214
221
  'name': value.name,
215
222
  'authentication_flow': value.authenticationFlow,
216
223
  'authorization_flow': value.authorizationFlow,
224
+ 'invalidation_flow': value.invalidationFlow,
217
225
  'property_mappings': value.propertyMappings,
218
226
  'acs_url': value.acsUrl,
219
227
  'audience': value.audience,
@@ -43,6 +43,12 @@ export interface PatchedSCIMProviderRequest {
43
43
  * @memberof PatchedSCIMProviderRequest
44
44
  */
45
45
  url?: string;
46
+ /**
47
+ *
48
+ * @type {boolean}
49
+ * @memberof PatchedSCIMProviderRequest
50
+ */
51
+ verifyCertificates?: boolean;
46
52
  /**
47
53
  * Authentication token
48
54
  * @type {string}
@@ -86,6 +92,7 @@ export function PatchedSCIMProviderRequestFromJSONTyped(json: any, ignoreDiscrim
86
92
  'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
87
93
  'propertyMappingsGroup': !exists(json, 'property_mappings_group') ? undefined : json['property_mappings_group'],
88
94
  'url': !exists(json, 'url') ? undefined : json['url'],
95
+ 'verifyCertificates': !exists(json, 'verify_certificates') ? undefined : json['verify_certificates'],
89
96
  'token': !exists(json, 'token') ? undefined : json['token'],
90
97
  'excludeUsersServiceAccount': !exists(json, 'exclude_users_service_account') ? undefined : json['exclude_users_service_account'],
91
98
  'filterGroup': !exists(json, 'filter_group') ? undefined : json['filter_group'],
@@ -105,6 +112,7 @@ export function PatchedSCIMProviderRequestToJSON(value?: PatchedSCIMProviderRequ
105
112
  'property_mappings': value.propertyMappings,
106
113
  'property_mappings_group': value.propertyMappingsGroup,
107
114
  'url': value.url,
115
+ 'verify_certificates': value.verifyCertificates,
108
116
  'token': value.token,
109
117
  'exclude_users_service_account': value.excludeUsersServiceAccount,
110
118
  'filter_group': value.filterGroup,
@@ -43,6 +43,12 @@ export interface Provider {
43
43
  * @memberof Provider
44
44
  */
45
45
  authorizationFlow: string;
46
+ /**
47
+ * Flow used ending the session from a provider.
48
+ * @type {string}
49
+ * @memberof Provider
50
+ */
51
+ invalidationFlow: string;
46
52
  /**
47
53
  *
48
54
  * @type {Array<string>}
@@ -107,6 +113,7 @@ export function instanceOfProvider(value: object): boolean {
107
113
  isInstance = isInstance && "pk" in value;
108
114
  isInstance = isInstance && "name" in value;
109
115
  isInstance = isInstance && "authorizationFlow" in value;
116
+ isInstance = isInstance && "invalidationFlow" in value;
110
117
  isInstance = isInstance && "component" in value;
111
118
  isInstance = isInstance && "assignedApplicationSlug" in value;
112
119
  isInstance = isInstance && "assignedApplicationName" in value;
@@ -133,6 +140,7 @@ export function ProviderFromJSONTyped(json: any, ignoreDiscriminator: boolean):
133
140
  'name': json['name'],
134
141
  'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
135
142
  'authorizationFlow': json['authorization_flow'],
143
+ 'invalidationFlow': json['invalidation_flow'],
136
144
  'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
137
145
  'component': json['component'],
138
146
  'assignedApplicationSlug': json['assigned_application_slug'],
@@ -157,6 +165,7 @@ export function ProviderToJSON(value?: Provider | null): any {
157
165
  'name': value.name,
158
166
  'authentication_flow': value.authenticationFlow,
159
167
  'authorization_flow': value.authorizationFlow,
168
+ 'invalidation_flow': value.invalidationFlow,
160
169
  'property_mappings': value.propertyMappings,
161
170
  };
162
171
  }
@@ -37,6 +37,12 @@ export interface ProviderRequest {
37
37
  * @memberof ProviderRequest
38
38
  */
39
39
  authorizationFlow: string;
40
+ /**
41
+ * Flow used ending the session from a provider.
42
+ * @type {string}
43
+ * @memberof ProviderRequest
44
+ */
45
+ invalidationFlow: string;
40
46
  /**
41
47
  *
42
48
  * @type {Array<string>}
@@ -52,6 +58,7 @@ export function instanceOfProviderRequest(value: object): boolean {
52
58
  let isInstance = true;
53
59
  isInstance = isInstance && "name" in value;
54
60
  isInstance = isInstance && "authorizationFlow" in value;
61
+ isInstance = isInstance && "invalidationFlow" in value;
55
62
 
56
63
  return isInstance;
57
64
  }
@@ -69,6 +76,7 @@ export function ProviderRequestFromJSONTyped(json: any, ignoreDiscriminator: boo
69
76
  'name': json['name'],
70
77
  'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
71
78
  'authorizationFlow': json['authorization_flow'],
79
+ 'invalidationFlow': json['invalidation_flow'],
72
80
  'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
73
81
  };
74
82
  }
@@ -85,6 +93,7 @@ export function ProviderRequestToJSON(value?: ProviderRequest | null): any {
85
93
  'name': value.name,
86
94
  'authentication_flow': value.authenticationFlow,
87
95
  'authorization_flow': value.authorizationFlow,
96
+ 'invalidation_flow': value.invalidationFlow,
88
97
  'property_mappings': value.propertyMappings,
89
98
  };
90
99
  }
@@ -50,6 +50,12 @@ export interface ProxyProvider {
50
50
  * @memberof ProxyProvider
51
51
  */
52
52
  authorizationFlow: string;
53
+ /**
54
+ * Flow used ending the session from a provider.
55
+ * @type {string}
56
+ * @memberof ProxyProvider
57
+ */
58
+ invalidationFlow: string;
53
59
  /**
54
60
  *
55
61
  * @type {Array<string>}
@@ -216,6 +222,7 @@ export function instanceOfProxyProvider(value: object): boolean {
216
222
  isInstance = isInstance && "pk" in value;
217
223
  isInstance = isInstance && "name" in value;
218
224
  isInstance = isInstance && "authorizationFlow" in value;
225
+ isInstance = isInstance && "invalidationFlow" in value;
219
226
  isInstance = isInstance && "component" in value;
220
227
  isInstance = isInstance && "assignedApplicationSlug" in value;
221
228
  isInstance = isInstance && "assignedApplicationName" in value;
@@ -246,6 +253,7 @@ export function ProxyProviderFromJSONTyped(json: any, ignoreDiscriminator: boole
246
253
  'name': json['name'],
247
254
  'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
248
255
  'authorizationFlow': json['authorization_flow'],
256
+ 'invalidationFlow': json['invalidation_flow'],
249
257
  'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
250
258
  'component': json['component'],
251
259
  'assignedApplicationSlug': json['assigned_application_slug'],
@@ -287,6 +295,7 @@ export function ProxyProviderToJSON(value?: ProxyProvider | null): any {
287
295
  'name': value.name,
288
296
  'authentication_flow': value.authenticationFlow,
289
297
  'authorization_flow': value.authorizationFlow,
298
+ 'invalidation_flow': value.invalidationFlow,
290
299
  'property_mappings': value.propertyMappings,
291
300
  'internal_host': value.internalHost,
292
301
  'external_host': value.externalHost,
@@ -44,6 +44,12 @@ export interface ProxyProviderRequest {
44
44
  * @memberof ProxyProviderRequest
45
45
  */
46
46
  authorizationFlow: string;
47
+ /**
48
+ * Flow used ending the session from a provider.
49
+ * @type {string}
50
+ * @memberof ProxyProviderRequest
51
+ */
52
+ invalidationFlow: string;
47
53
  /**
48
54
  *
49
55
  * @type {Array<string>}
@@ -143,6 +149,7 @@ export function instanceOfProxyProviderRequest(value: object): boolean {
143
149
  let isInstance = true;
144
150
  isInstance = isInstance && "name" in value;
145
151
  isInstance = isInstance && "authorizationFlow" in value;
152
+ isInstance = isInstance && "invalidationFlow" in value;
146
153
  isInstance = isInstance && "externalHost" in value;
147
154
 
148
155
  return isInstance;
@@ -161,6 +168,7 @@ export function ProxyProviderRequestFromJSONTyped(json: any, ignoreDiscriminator
161
168
  'name': json['name'],
162
169
  'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
163
170
  'authorizationFlow': json['authorization_flow'],
171
+ 'invalidationFlow': json['invalidation_flow'],
164
172
  'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
165
173
  'internalHost': !exists(json, 'internal_host') ? undefined : json['internal_host'],
166
174
  'externalHost': json['external_host'],
@@ -191,6 +199,7 @@ export function ProxyProviderRequestToJSON(value?: ProxyProviderRequest | null):
191
199
  'name': value.name,
192
200
  'authentication_flow': value.authenticationFlow,
193
201
  'authorization_flow': value.authorizationFlow,
202
+ 'invalidation_flow': value.invalidationFlow,
194
203
  'property_mappings': value.propertyMappings,
195
204
  'internal_host': value.internalHost,
196
205
  'external_host': value.externalHost,
@@ -43,6 +43,12 @@ export interface RACProvider {
43
43
  * @memberof RACProvider
44
44
  */
45
45
  authorizationFlow: string;
46
+ /**
47
+ * Flow used ending the session from a provider.
48
+ * @type {string}
49
+ * @memberof RACProvider
50
+ */
51
+ invalidationFlow: string;
46
52
  /**
47
53
  *
48
54
  * @type {Array<string>}
@@ -131,6 +137,7 @@ export function instanceOfRACProvider(value: object): boolean {
131
137
  isInstance = isInstance && "pk" in value;
132
138
  isInstance = isInstance && "name" in value;
133
139
  isInstance = isInstance && "authorizationFlow" in value;
140
+ isInstance = isInstance && "invalidationFlow" in value;
134
141
  isInstance = isInstance && "component" in value;
135
142
  isInstance = isInstance && "assignedApplicationSlug" in value;
136
143
  isInstance = isInstance && "assignedApplicationName" in value;
@@ -158,6 +165,7 @@ export function RACProviderFromJSONTyped(json: any, ignoreDiscriminator: boolean
158
165
  'name': json['name'],
159
166
  'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
160
167
  'authorizationFlow': json['authorization_flow'],
168
+ 'invalidationFlow': json['invalidation_flow'],
161
169
  'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
162
170
  'component': json['component'],
163
171
  'assignedApplicationSlug': json['assigned_application_slug'],
@@ -186,6 +194,7 @@ export function RACProviderToJSON(value?: RACProvider | null): any {
186
194
  'name': value.name,
187
195
  'authentication_flow': value.authenticationFlow,
188
196
  'authorization_flow': value.authorizationFlow,
197
+ 'invalidation_flow': value.invalidationFlow,
189
198
  'property_mappings': value.propertyMappings,
190
199
  'settings': value.settings,
191
200
  'connection_expiry': value.connectionExpiry,
@@ -37,6 +37,12 @@ export interface RACProviderRequest {
37
37
  * @memberof RACProviderRequest
38
38
  */
39
39
  authorizationFlow: string;
40
+ /**
41
+ * Flow used ending the session from a provider.
42
+ * @type {string}
43
+ * @memberof RACProviderRequest
44
+ */
45
+ invalidationFlow: string;
40
46
  /**
41
47
  *
42
48
  * @type {Array<string>}
@@ -70,6 +76,7 @@ export function instanceOfRACProviderRequest(value: object): boolean {
70
76
  let isInstance = true;
71
77
  isInstance = isInstance && "name" in value;
72
78
  isInstance = isInstance && "authorizationFlow" in value;
79
+ isInstance = isInstance && "invalidationFlow" in value;
73
80
 
74
81
  return isInstance;
75
82
  }
@@ -87,6 +94,7 @@ export function RACProviderRequestFromJSONTyped(json: any, ignoreDiscriminator:
87
94
  'name': json['name'],
88
95
  'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
89
96
  'authorizationFlow': json['authorization_flow'],
97
+ 'invalidationFlow': json['invalidation_flow'],
90
98
  'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
91
99
  'settings': !exists(json, 'settings') ? undefined : json['settings'],
92
100
  'connectionExpiry': !exists(json, 'connection_expiry') ? undefined : json['connection_expiry'],
@@ -106,6 +114,7 @@ export function RACProviderRequestToJSON(value?: RACProviderRequest | null): any
106
114
  'name': value.name,
107
115
  'authentication_flow': value.authenticationFlow,
108
116
  'authorization_flow': value.authorizationFlow,
117
+ 'invalidation_flow': value.invalidationFlow,
109
118
  'property_mappings': value.propertyMappings,
110
119
  'settings': value.settings,
111
120
  'connection_expiry': value.connectionExpiry,
@@ -43,6 +43,12 @@ export interface RadiusProvider {
43
43
  * @memberof RadiusProvider
44
44
  */
45
45
  authorizationFlow: string;
46
+ /**
47
+ * Flow used ending the session from a provider.
48
+ * @type {string}
49
+ * @memberof RadiusProvider
50
+ */
51
+ invalidationFlow: string;
46
52
  /**
47
53
  *
48
54
  * @type {Array<string>}
@@ -131,6 +137,7 @@ export function instanceOfRadiusProvider(value: object): boolean {
131
137
  isInstance = isInstance && "pk" in value;
132
138
  isInstance = isInstance && "name" in value;
133
139
  isInstance = isInstance && "authorizationFlow" in value;
140
+ isInstance = isInstance && "invalidationFlow" in value;
134
141
  isInstance = isInstance && "component" in value;
135
142
  isInstance = isInstance && "assignedApplicationSlug" in value;
136
143
  isInstance = isInstance && "assignedApplicationName" in value;
@@ -158,6 +165,7 @@ export function RadiusProviderFromJSONTyped(json: any, ignoreDiscriminator: bool
158
165
  'name': json['name'],
159
166
  'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
160
167
  'authorizationFlow': json['authorization_flow'],
168
+ 'invalidationFlow': json['invalidation_flow'],
161
169
  'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
162
170
  'component': json['component'],
163
171
  'assignedApplicationSlug': json['assigned_application_slug'],
@@ -186,6 +194,7 @@ export function RadiusProviderToJSON(value?: RadiusProvider | null): any {
186
194
  'name': value.name,
187
195
  'authentication_flow': value.authenticationFlow,
188
196
  'authorization_flow': value.authorizationFlow,
197
+ 'invalidation_flow': value.invalidationFlow,
189
198
  'property_mappings': value.propertyMappings,
190
199
  'client_networks': value.clientNetworks,
191
200
  'shared_secret': value.sharedSecret,
@@ -37,6 +37,12 @@ export interface RadiusProviderRequest {
37
37
  * @memberof RadiusProviderRequest
38
38
  */
39
39
  authorizationFlow: string;
40
+ /**
41
+ * Flow used ending the session from a provider.
42
+ * @type {string}
43
+ * @memberof RadiusProviderRequest
44
+ */
45
+ invalidationFlow: string;
40
46
  /**
41
47
  *
42
48
  * @type {Array<string>}
@@ -70,6 +76,7 @@ export function instanceOfRadiusProviderRequest(value: object): boolean {
70
76
  let isInstance = true;
71
77
  isInstance = isInstance && "name" in value;
72
78
  isInstance = isInstance && "authorizationFlow" in value;
79
+ isInstance = isInstance && "invalidationFlow" in value;
73
80
 
74
81
  return isInstance;
75
82
  }
@@ -87,6 +94,7 @@ export function RadiusProviderRequestFromJSONTyped(json: any, ignoreDiscriminato
87
94
  'name': json['name'],
88
95
  'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
89
96
  'authorizationFlow': json['authorization_flow'],
97
+ 'invalidationFlow': json['invalidation_flow'],
90
98
  'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
91
99
  'clientNetworks': !exists(json, 'client_networks') ? undefined : json['client_networks'],
92
100
  'sharedSecret': !exists(json, 'shared_secret') ? undefined : json['shared_secret'],
@@ -106,6 +114,7 @@ export function RadiusProviderRequestToJSON(value?: RadiusProviderRequest | null
106
114
  'name': value.name,
107
115
  'authentication_flow': value.authenticationFlow,
108
116
  'authorization_flow': value.authorizationFlow,
117
+ 'invalidation_flow': value.invalidationFlow,
109
118
  'property_mappings': value.propertyMappings,
110
119
  'client_networks': value.clientNetworks,
111
120
  'shared_secret': value.sharedSecret,
@@ -62,6 +62,12 @@ export interface SAMLProvider {
62
62
  * @memberof SAMLProvider
63
63
  */
64
64
  authorizationFlow: string;
65
+ /**
66
+ * Flow used ending the session from a provider.
67
+ * @type {string}
68
+ * @memberof SAMLProvider
69
+ */
70
+ invalidationFlow: string;
65
71
  /**
66
72
  *
67
73
  * @type {Array<string>}
@@ -258,6 +264,7 @@ export function instanceOfSAMLProvider(value: object): boolean {
258
264
  isInstance = isInstance && "pk" in value;
259
265
  isInstance = isInstance && "name" in value;
260
266
  isInstance = isInstance && "authorizationFlow" in value;
267
+ isInstance = isInstance && "invalidationFlow" in value;
261
268
  isInstance = isInstance && "component" in value;
262
269
  isInstance = isInstance && "assignedApplicationSlug" in value;
263
270
  isInstance = isInstance && "assignedApplicationName" in value;
@@ -291,6 +298,7 @@ export function SAMLProviderFromJSONTyped(json: any, ignoreDiscriminator: boolea
291
298
  'name': json['name'],
292
299
  'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
293
300
  'authorizationFlow': json['authorization_flow'],
301
+ 'invalidationFlow': json['invalidation_flow'],
294
302
  'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
295
303
  'component': json['component'],
296
304
  'assignedApplicationSlug': json['assigned_application_slug'],
@@ -337,6 +345,7 @@ export function SAMLProviderToJSON(value?: SAMLProvider | null): any {
337
345
  'name': value.name,
338
346
  'authentication_flow': value.authenticationFlow,
339
347
  'authorization_flow': value.authorizationFlow,
348
+ 'invalidation_flow': value.invalidationFlow,
340
349
  'property_mappings': value.propertyMappings,
341
350
  'acs_url': value.acsUrl,
342
351
  'audience': value.audience,
@@ -56,6 +56,12 @@ export interface SAMLProviderRequest {
56
56
  * @memberof SAMLProviderRequest
57
57
  */
58
58
  authorizationFlow: string;
59
+ /**
60
+ * Flow used ending the session from a provider.
61
+ * @type {string}
62
+ * @memberof SAMLProviderRequest
63
+ */
64
+ invalidationFlow: string;
59
65
  /**
60
66
  *
61
67
  * @type {Array<string>}
@@ -167,6 +173,7 @@ export function instanceOfSAMLProviderRequest(value: object): boolean {
167
173
  let isInstance = true;
168
174
  isInstance = isInstance && "name" in value;
169
175
  isInstance = isInstance && "authorizationFlow" in value;
176
+ isInstance = isInstance && "invalidationFlow" in value;
170
177
  isInstance = isInstance && "acsUrl" in value;
171
178
 
172
179
  return isInstance;
@@ -185,6 +192,7 @@ export function SAMLProviderRequestFromJSONTyped(json: any, ignoreDiscriminator:
185
192
  'name': json['name'],
186
193
  'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
187
194
  'authorizationFlow': json['authorization_flow'],
195
+ 'invalidationFlow': json['invalidation_flow'],
188
196
  'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
189
197
  'acsUrl': json['acs_url'],
190
198
  'audience': !exists(json, 'audience') ? undefined : json['audience'],
@@ -217,6 +225,7 @@ export function SAMLProviderRequestToJSON(value?: SAMLProviderRequest | null): a
217
225
  'name': value.name,
218
226
  'authentication_flow': value.authenticationFlow,
219
227
  'authorization_flow': value.authorizationFlow,
228
+ 'invalidation_flow': value.invalidationFlow,
220
229
  'property_mappings': value.propertyMappings,
221
230
  'acs_url': value.acsUrl,
222
231
  'audience': value.audience,
@@ -85,6 +85,12 @@ export interface SCIMProvider {
85
85
  * @memberof SCIMProvider
86
86
  */
87
87
  url: string;
88
+ /**
89
+ *
90
+ * @type {boolean}
91
+ * @memberof SCIMProvider
92
+ */
93
+ verifyCertificates?: boolean;
88
94
  /**
89
95
  * Authentication token
90
96
  * @type {string}
@@ -145,6 +151,7 @@ export function SCIMProviderFromJSONTyped(json: any, ignoreDiscriminator: boolea
145
151
  'verboseNamePlural': json['verbose_name_plural'],
146
152
  'metaModelName': json['meta_model_name'],
147
153
  'url': json['url'],
154
+ 'verifyCertificates': !exists(json, 'verify_certificates') ? undefined : json['verify_certificates'],
148
155
  'token': json['token'],
149
156
  'excludeUsersServiceAccount': !exists(json, 'exclude_users_service_account') ? undefined : json['exclude_users_service_account'],
150
157
  'filterGroup': !exists(json, 'filter_group') ? undefined : json['filter_group'],
@@ -164,6 +171,7 @@ export function SCIMProviderToJSON(value?: SCIMProvider | null): any {
164
171
  'property_mappings': value.propertyMappings,
165
172
  'property_mappings_group': value.propertyMappingsGroup,
166
173
  'url': value.url,
174
+ 'verify_certificates': value.verifyCertificates,
167
175
  'token': value.token,
168
176
  'exclude_users_service_account': value.excludeUsersServiceAccount,
169
177
  'filter_group': value.filterGroup,
@@ -43,6 +43,12 @@ export interface SCIMProviderRequest {
43
43
  * @memberof SCIMProviderRequest
44
44
  */
45
45
  url: string;
46
+ /**
47
+ *
48
+ * @type {boolean}
49
+ * @memberof SCIMProviderRequest
50
+ */
51
+ verifyCertificates?: boolean;
46
52
  /**
47
53
  * Authentication token
48
54
  * @type {string}
@@ -89,6 +95,7 @@ export function SCIMProviderRequestFromJSONTyped(json: any, ignoreDiscriminator:
89
95
  'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
90
96
  'propertyMappingsGroup': !exists(json, 'property_mappings_group') ? undefined : json['property_mappings_group'],
91
97
  'url': json['url'],
98
+ 'verifyCertificates': !exists(json, 'verify_certificates') ? undefined : json['verify_certificates'],
92
99
  'token': json['token'],
93
100
  'excludeUsersServiceAccount': !exists(json, 'exclude_users_service_account') ? undefined : json['exclude_users_service_account'],
94
101
  'filterGroup': !exists(json, 'filter_group') ? undefined : json['filter_group'],
@@ -108,6 +115,7 @@ export function SCIMProviderRequestToJSON(value?: SCIMProviderRequest | null): a
108
115
  'property_mappings': value.propertyMappings,
109
116
  'property_mappings_group': value.propertyMappingsGroup,
110
117
  'url': value.url,
118
+ 'verify_certificates': value.verifyCertificates,
111
119
  'token': value.token,
112
120
  'exclude_users_service_account': value.excludeUsersServiceAccount,
113
121
  'filter_group': value.filterGroup,