@goauthentik/api 2024.8.3-1727731656 → 2024.8.3-1728912934
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.
- package/.openapi-generator/FILES +1 -0
- package/README.md +1 -1
- package/dist/apis/ProvidersApi.d.ts +2 -0
- package/dist/apis/ProvidersApi.js +9 -0
- package/dist/apis/SourcesApi.d.ts +1 -1
- package/dist/apis/SourcesApi.js +1 -1
- package/dist/esm/apis/ProvidersApi.d.ts +2 -0
- package/dist/esm/apis/ProvidersApi.js +9 -0
- package/dist/esm/apis/SourcesApi.d.ts +1 -1
- package/dist/esm/apis/SourcesApi.js +1 -1
- package/dist/esm/models/ChallengeTypes.d.ts +3 -0
- package/dist/esm/models/ChallengeTypes.js +5 -0
- package/dist/esm/models/LDAPOutpostConfig.d.ts +6 -0
- package/dist/esm/models/LDAPOutpostConfig.js +2 -0
- package/dist/esm/models/LDAPProvider.d.ts +6 -0
- package/dist/esm/models/LDAPProvider.js +3 -0
- package/dist/esm/models/LDAPProviderRequest.d.ts +6 -0
- package/dist/esm/models/LDAPProviderRequest.js +3 -0
- package/dist/esm/models/NameIdPolicyEnum.d.ts +1 -1
- package/dist/esm/models/NameIdPolicyEnum.js +1 -1
- package/dist/esm/models/OAuth2Provider.d.ts +6 -0
- package/dist/esm/models/OAuth2Provider.js +3 -0
- package/dist/esm/models/OAuth2ProviderRequest.d.ts +6 -0
- package/dist/esm/models/OAuth2ProviderRequest.js +3 -0
- package/dist/esm/models/PatchedLDAPProviderRequest.d.ts +6 -0
- package/dist/esm/models/PatchedLDAPProviderRequest.js +2 -0
- package/dist/esm/models/PatchedOAuth2ProviderRequest.d.ts +6 -0
- package/dist/esm/models/PatchedOAuth2ProviderRequest.js +2 -0
- package/dist/esm/models/PatchedProxyProviderRequest.d.ts +6 -0
- package/dist/esm/models/PatchedProxyProviderRequest.js +2 -0
- package/dist/esm/models/PatchedRACProviderRequest.d.ts +6 -0
- package/dist/esm/models/PatchedRACProviderRequest.js +2 -0
- package/dist/esm/models/PatchedRadiusProviderRequest.d.ts +6 -0
- package/dist/esm/models/PatchedRadiusProviderRequest.js +2 -0
- package/dist/esm/models/PatchedSAMLProviderRequest.d.ts +6 -0
- package/dist/esm/models/PatchedSAMLProviderRequest.js +2 -0
- package/dist/esm/models/Provider.d.ts +6 -0
- package/dist/esm/models/Provider.js +3 -0
- package/dist/esm/models/ProviderRequest.d.ts +6 -0
- package/dist/esm/models/ProviderRequest.js +3 -0
- package/dist/esm/models/ProxyProvider.d.ts +6 -0
- package/dist/esm/models/ProxyProvider.js +3 -0
- package/dist/esm/models/ProxyProviderRequest.d.ts +6 -0
- package/dist/esm/models/ProxyProviderRequest.js +3 -0
- package/dist/esm/models/RACProvider.d.ts +6 -0
- package/dist/esm/models/RACProvider.js +3 -0
- package/dist/esm/models/RACProviderRequest.d.ts +6 -0
- package/dist/esm/models/RACProviderRequest.js +3 -0
- package/dist/esm/models/RadiusProvider.d.ts +6 -0
- package/dist/esm/models/RadiusProvider.js +3 -0
- package/dist/esm/models/RadiusProviderRequest.d.ts +6 -0
- package/dist/esm/models/RadiusProviderRequest.js +3 -0
- package/dist/esm/models/SAMLProvider.d.ts +6 -0
- package/dist/esm/models/SAMLProvider.js +3 -0
- package/dist/esm/models/SAMLProviderRequest.d.ts +6 -0
- package/dist/esm/models/SAMLProviderRequest.js +3 -0
- package/dist/esm/models/SessionEndChallenge.d.ts +83 -0
- package/dist/esm/models/SessionEndChallenge.js +63 -0
- package/dist/esm/models/index.d.ts +1 -0
- package/dist/esm/models/index.js +1 -0
- package/dist/models/ChallengeTypes.d.ts +3 -0
- package/dist/models/ChallengeTypes.js +5 -0
- package/dist/models/LDAPOutpostConfig.d.ts +6 -0
- package/dist/models/LDAPOutpostConfig.js +2 -0
- package/dist/models/LDAPProvider.d.ts +6 -0
- package/dist/models/LDAPProvider.js +3 -0
- package/dist/models/LDAPProviderRequest.d.ts +6 -0
- package/dist/models/LDAPProviderRequest.js +3 -0
- package/dist/models/NameIdPolicyEnum.d.ts +1 -1
- package/dist/models/NameIdPolicyEnum.js +1 -1
- package/dist/models/OAuth2Provider.d.ts +6 -0
- package/dist/models/OAuth2Provider.js +3 -0
- package/dist/models/OAuth2ProviderRequest.d.ts +6 -0
- package/dist/models/OAuth2ProviderRequest.js +3 -0
- package/dist/models/PatchedLDAPProviderRequest.d.ts +6 -0
- package/dist/models/PatchedLDAPProviderRequest.js +2 -0
- package/dist/models/PatchedOAuth2ProviderRequest.d.ts +6 -0
- package/dist/models/PatchedOAuth2ProviderRequest.js +2 -0
- package/dist/models/PatchedProxyProviderRequest.d.ts +6 -0
- package/dist/models/PatchedProxyProviderRequest.js +2 -0
- package/dist/models/PatchedRACProviderRequest.d.ts +6 -0
- package/dist/models/PatchedRACProviderRequest.js +2 -0
- package/dist/models/PatchedRadiusProviderRequest.d.ts +6 -0
- package/dist/models/PatchedRadiusProviderRequest.js +2 -0
- package/dist/models/PatchedSAMLProviderRequest.d.ts +6 -0
- package/dist/models/PatchedSAMLProviderRequest.js +2 -0
- package/dist/models/Provider.d.ts +6 -0
- package/dist/models/Provider.js +3 -0
- package/dist/models/ProviderRequest.d.ts +6 -0
- package/dist/models/ProviderRequest.js +3 -0
- package/dist/models/ProxyProvider.d.ts +6 -0
- package/dist/models/ProxyProvider.js +3 -0
- package/dist/models/ProxyProviderRequest.d.ts +6 -0
- package/dist/models/ProxyProviderRequest.js +3 -0
- package/dist/models/RACProvider.d.ts +6 -0
- package/dist/models/RACProvider.js +3 -0
- package/dist/models/RACProviderRequest.d.ts +6 -0
- package/dist/models/RACProviderRequest.js +3 -0
- package/dist/models/RadiusProvider.d.ts +6 -0
- package/dist/models/RadiusProvider.js +3 -0
- package/dist/models/RadiusProviderRequest.d.ts +6 -0
- package/dist/models/RadiusProviderRequest.js +3 -0
- package/dist/models/SAMLProvider.d.ts +6 -0
- package/dist/models/SAMLProvider.js +3 -0
- package/dist/models/SAMLProviderRequest.d.ts +6 -0
- package/dist/models/SAMLProviderRequest.js +3 -0
- package/dist/models/SessionEndChallenge.d.ts +83 -0
- package/dist/models/SessionEndChallenge.js +70 -0
- package/dist/models/index.d.ts +1 -0
- package/dist/models/index.js +1 -0
- package/package.json +1 -1
- package/src/apis/ProvidersApi.ts +14 -0
- package/src/apis/SourcesApi.ts +1 -1
- package/src/models/ChallengeTypes.ts +12 -1
- package/src/models/LDAPOutpostConfig.ts +8 -0
- package/src/models/LDAPProvider.ts +9 -0
- package/src/models/LDAPProviderRequest.ts +9 -0
- package/src/models/NameIdPolicyEnum.ts +1 -1
- package/src/models/OAuth2Provider.ts +9 -0
- package/src/models/OAuth2ProviderRequest.ts +9 -0
- package/src/models/PatchedLDAPProviderRequest.ts +8 -0
- package/src/models/PatchedOAuth2ProviderRequest.ts +8 -0
- package/src/models/PatchedProxyProviderRequest.ts +8 -0
- package/src/models/PatchedRACProviderRequest.ts +8 -0
- package/src/models/PatchedRadiusProviderRequest.ts +8 -0
- package/src/models/PatchedSAMLProviderRequest.ts +8 -0
- package/src/models/Provider.ts +9 -0
- package/src/models/ProviderRequest.ts +9 -0
- package/src/models/ProxyProvider.ts +9 -0
- package/src/models/ProxyProviderRequest.ts +9 -0
- package/src/models/RACProvider.ts +9 -0
- package/src/models/RACProviderRequest.ts +9 -0
- package/src/models/RadiusProvider.ts +9 -0
- package/src/models/RadiusProviderRequest.ts +9 -0
- package/src/models/SAMLProvider.ts +9 -0
- package/src/models/SAMLProviderRequest.ts +9 -0
- package/src/models/SessionEndChallenge.ts +145 -0
- package/src/models/index.ts +1 -0
|
@@ -34,6 +34,12 @@ export interface LDAPProviderRequest {
|
|
|
34
34
|
* @memberof LDAPProviderRequest
|
|
35
35
|
*/
|
|
36
36
|
authorizationFlow: string;
|
|
37
|
+
/**
|
|
38
|
+
* Flow used ending the session from a provider.
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof LDAPProviderRequest
|
|
41
|
+
*/
|
|
42
|
+
invalidationFlow: string;
|
|
37
43
|
/**
|
|
38
44
|
*
|
|
39
45
|
* @type {Array<string>}
|
|
@@ -23,6 +23,7 @@ function instanceOfLDAPProviderRequest(value) {
|
|
|
23
23
|
let isInstance = true;
|
|
24
24
|
isInstance = isInstance && "name" in value;
|
|
25
25
|
isInstance = isInstance && "authorizationFlow" in value;
|
|
26
|
+
isInstance = isInstance && "invalidationFlow" in value;
|
|
26
27
|
return isInstance;
|
|
27
28
|
}
|
|
28
29
|
exports.instanceOfLDAPProviderRequest = instanceOfLDAPProviderRequest;
|
|
@@ -38,6 +39,7 @@ function LDAPProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
38
39
|
'name': json['name'],
|
|
39
40
|
'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
40
41
|
'authorizationFlow': json['authorization_flow'],
|
|
42
|
+
'invalidationFlow': json['invalidation_flow'],
|
|
41
43
|
'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
42
44
|
'baseDn': !(0, runtime_1.exists)(json, 'base_dn') ? undefined : json['base_dn'],
|
|
43
45
|
'certificate': !(0, runtime_1.exists)(json, 'certificate') ? undefined : json['certificate'],
|
|
@@ -61,6 +63,7 @@ function LDAPProviderRequestToJSON(value) {
|
|
|
61
63
|
'name': value.name,
|
|
62
64
|
'authentication_flow': value.authenticationFlow,
|
|
63
65
|
'authorization_flow': value.authorizationFlow,
|
|
66
|
+
'invalidation_flow': value.invalidationFlow,
|
|
64
67
|
'property_mappings': value.propertyMappings,
|
|
65
68
|
'base_dn': value.baseDn,
|
|
66
69
|
'certificate': value.certificate,
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
export declare const NameIdPolicyEnum: {
|
|
17
17
|
readonly _11nameidFormatemailAddress: "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress";
|
|
18
18
|
readonly _20nameidFormatpersistent: "urn:oasis:names:tc:SAML:2.0:nameid-format:persistent";
|
|
19
|
-
readonly
|
|
19
|
+
readonly _11nameidFormatX509SubjectName: "urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName";
|
|
20
20
|
readonly _20nameidFormatWindowsDomainQualifiedName: "urn:oasis:names:tc:SAML:2.0:nameid-format:WindowsDomainQualifiedName";
|
|
21
21
|
readonly _20nameidFormattransient: "urn:oasis:names:tc:SAML:2.0:nameid-format:transient";
|
|
22
22
|
readonly UnknownDefaultOpenApi: "11184809";
|
|
@@ -21,7 +21,7 @@ exports.NameIdPolicyEnumToJSON = exports.NameIdPolicyEnumFromJSONTyped = exports
|
|
|
21
21
|
exports.NameIdPolicyEnum = {
|
|
22
22
|
_11nameidFormatemailAddress: 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress',
|
|
23
23
|
_20nameidFormatpersistent: 'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent',
|
|
24
|
-
|
|
24
|
+
_11nameidFormatX509SubjectName: 'urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName',
|
|
25
25
|
_20nameidFormatWindowsDomainQualifiedName: 'urn:oasis:names:tc:SAML:2.0:nameid-format:WindowsDomainQualifiedName',
|
|
26
26
|
_20nameidFormattransient: 'urn:oasis:names:tc:SAML:2.0:nameid-format:transient',
|
|
27
27
|
UnknownDefaultOpenApi: '11184809'
|
|
@@ -42,6 +42,12 @@ export interface OAuth2Provider {
|
|
|
42
42
|
* @memberof OAuth2Provider
|
|
43
43
|
*/
|
|
44
44
|
authorizationFlow: string;
|
|
45
|
+
/**
|
|
46
|
+
* Flow used ending the session from a provider.
|
|
47
|
+
* @type {string}
|
|
48
|
+
* @memberof OAuth2Provider
|
|
49
|
+
*/
|
|
50
|
+
invalidationFlow: string;
|
|
45
51
|
/**
|
|
46
52
|
*
|
|
47
53
|
* @type {Array<string>}
|
|
@@ -26,6 +26,7 @@ function instanceOfOAuth2Provider(value) {
|
|
|
26
26
|
isInstance = isInstance && "pk" in value;
|
|
27
27
|
isInstance = isInstance && "name" in value;
|
|
28
28
|
isInstance = isInstance && "authorizationFlow" in value;
|
|
29
|
+
isInstance = isInstance && "invalidationFlow" in value;
|
|
29
30
|
isInstance = isInstance && "component" in value;
|
|
30
31
|
isInstance = isInstance && "assignedApplicationSlug" in value;
|
|
31
32
|
isInstance = isInstance && "assignedApplicationName" in value;
|
|
@@ -50,6 +51,7 @@ function OAuth2ProviderFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
50
51
|
'name': json['name'],
|
|
51
52
|
'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
52
53
|
'authorizationFlow': json['authorization_flow'],
|
|
54
|
+
'invalidationFlow': json['invalidation_flow'],
|
|
53
55
|
'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
54
56
|
'component': json['component'],
|
|
55
57
|
'assignedApplicationSlug': json['assigned_application_slug'],
|
|
@@ -85,6 +87,7 @@ function OAuth2ProviderToJSON(value) {
|
|
|
85
87
|
'name': value.name,
|
|
86
88
|
'authentication_flow': value.authenticationFlow,
|
|
87
89
|
'authorization_flow': value.authorizationFlow,
|
|
90
|
+
'invalidation_flow': value.invalidationFlow,
|
|
88
91
|
'property_mappings': value.propertyMappings,
|
|
89
92
|
'client_type': (0, ClientTypeEnum_1.ClientTypeEnumToJSON)(value.clientType),
|
|
90
93
|
'client_id': value.clientId,
|
|
@@ -36,6 +36,12 @@ export interface OAuth2ProviderRequest {
|
|
|
36
36
|
* @memberof OAuth2ProviderRequest
|
|
37
37
|
*/
|
|
38
38
|
authorizationFlow: string;
|
|
39
|
+
/**
|
|
40
|
+
* Flow used ending the session from a provider.
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof OAuth2ProviderRequest
|
|
43
|
+
*/
|
|
44
|
+
invalidationFlow: string;
|
|
39
45
|
/**
|
|
40
46
|
*
|
|
41
47
|
* @type {Array<string>}
|
|
@@ -25,6 +25,7 @@ function instanceOfOAuth2ProviderRequest(value) {
|
|
|
25
25
|
let isInstance = true;
|
|
26
26
|
isInstance = isInstance && "name" in value;
|
|
27
27
|
isInstance = isInstance && "authorizationFlow" in value;
|
|
28
|
+
isInstance = isInstance && "invalidationFlow" in value;
|
|
28
29
|
return isInstance;
|
|
29
30
|
}
|
|
30
31
|
exports.instanceOfOAuth2ProviderRequest = instanceOfOAuth2ProviderRequest;
|
|
@@ -40,6 +41,7 @@ function OAuth2ProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
40
41
|
'name': json['name'],
|
|
41
42
|
'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
42
43
|
'authorizationFlow': json['authorization_flow'],
|
|
44
|
+
'invalidationFlow': json['invalidation_flow'],
|
|
43
45
|
'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
44
46
|
'clientType': !(0, runtime_1.exists)(json, 'client_type') ? undefined : (0, ClientTypeEnum_1.ClientTypeEnumFromJSON)(json['client_type']),
|
|
45
47
|
'clientId': !(0, runtime_1.exists)(json, 'client_id') ? undefined : json['client_id'],
|
|
@@ -67,6 +69,7 @@ function OAuth2ProviderRequestToJSON(value) {
|
|
|
67
69
|
'name': value.name,
|
|
68
70
|
'authentication_flow': value.authenticationFlow,
|
|
69
71
|
'authorization_flow': value.authorizationFlow,
|
|
72
|
+
'invalidation_flow': value.invalidationFlow,
|
|
70
73
|
'property_mappings': value.propertyMappings,
|
|
71
74
|
'client_type': (0, ClientTypeEnum_1.ClientTypeEnumToJSON)(value.clientType),
|
|
72
75
|
'client_id': value.clientId,
|
|
@@ -34,6 +34,12 @@ export interface PatchedLDAPProviderRequest {
|
|
|
34
34
|
* @memberof PatchedLDAPProviderRequest
|
|
35
35
|
*/
|
|
36
36
|
authorizationFlow?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Flow used ending the session from a provider.
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof PatchedLDAPProviderRequest
|
|
41
|
+
*/
|
|
42
|
+
invalidationFlow?: string;
|
|
37
43
|
/**
|
|
38
44
|
*
|
|
39
45
|
* @type {Array<string>}
|
|
@@ -36,6 +36,7 @@ function PatchedLDAPProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
36
36
|
'name': !(0, runtime_1.exists)(json, 'name') ? undefined : json['name'],
|
|
37
37
|
'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
38
38
|
'authorizationFlow': !(0, runtime_1.exists)(json, 'authorization_flow') ? undefined : json['authorization_flow'],
|
|
39
|
+
'invalidationFlow': !(0, runtime_1.exists)(json, 'invalidation_flow') ? undefined : json['invalidation_flow'],
|
|
39
40
|
'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
40
41
|
'baseDn': !(0, runtime_1.exists)(json, 'base_dn') ? undefined : json['base_dn'],
|
|
41
42
|
'certificate': !(0, runtime_1.exists)(json, 'certificate') ? undefined : json['certificate'],
|
|
@@ -59,6 +60,7 @@ function PatchedLDAPProviderRequestToJSON(value) {
|
|
|
59
60
|
'name': value.name,
|
|
60
61
|
'authentication_flow': value.authenticationFlow,
|
|
61
62
|
'authorization_flow': value.authorizationFlow,
|
|
63
|
+
'invalidation_flow': value.invalidationFlow,
|
|
62
64
|
'property_mappings': value.propertyMappings,
|
|
63
65
|
'base_dn': value.baseDn,
|
|
64
66
|
'certificate': value.certificate,
|
|
@@ -36,6 +36,12 @@ export interface PatchedOAuth2ProviderRequest {
|
|
|
36
36
|
* @memberof PatchedOAuth2ProviderRequest
|
|
37
37
|
*/
|
|
38
38
|
authorizationFlow?: string;
|
|
39
|
+
/**
|
|
40
|
+
* Flow used ending the session from a provider.
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof PatchedOAuth2ProviderRequest
|
|
43
|
+
*/
|
|
44
|
+
invalidationFlow?: string;
|
|
39
45
|
/**
|
|
40
46
|
*
|
|
41
47
|
* @type {Array<string>}
|
|
@@ -38,6 +38,7 @@ function PatchedOAuth2ProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
38
38
|
'name': !(0, runtime_1.exists)(json, 'name') ? undefined : json['name'],
|
|
39
39
|
'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
40
40
|
'authorizationFlow': !(0, runtime_1.exists)(json, 'authorization_flow') ? undefined : json['authorization_flow'],
|
|
41
|
+
'invalidationFlow': !(0, runtime_1.exists)(json, 'invalidation_flow') ? undefined : json['invalidation_flow'],
|
|
41
42
|
'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
42
43
|
'clientType': !(0, runtime_1.exists)(json, 'client_type') ? undefined : (0, ClientTypeEnum_1.ClientTypeEnumFromJSON)(json['client_type']),
|
|
43
44
|
'clientId': !(0, runtime_1.exists)(json, 'client_id') ? undefined : json['client_id'],
|
|
@@ -65,6 +66,7 @@ function PatchedOAuth2ProviderRequestToJSON(value) {
|
|
|
65
66
|
'name': value.name,
|
|
66
67
|
'authentication_flow': value.authenticationFlow,
|
|
67
68
|
'authorization_flow': value.authorizationFlow,
|
|
69
|
+
'invalidation_flow': value.invalidationFlow,
|
|
68
70
|
'property_mappings': value.propertyMappings,
|
|
69
71
|
'client_type': (0, ClientTypeEnum_1.ClientTypeEnumToJSON)(value.clientType),
|
|
70
72
|
'client_id': value.clientId,
|
|
@@ -34,6 +34,12 @@ export interface PatchedProxyProviderRequest {
|
|
|
34
34
|
* @memberof PatchedProxyProviderRequest
|
|
35
35
|
*/
|
|
36
36
|
authorizationFlow?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Flow used ending the session from a provider.
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof PatchedProxyProviderRequest
|
|
41
|
+
*/
|
|
42
|
+
invalidationFlow?: string;
|
|
37
43
|
/**
|
|
38
44
|
*
|
|
39
45
|
* @type {Array<string>}
|
|
@@ -36,6 +36,7 @@ function PatchedProxyProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
36
36
|
'name': !(0, runtime_1.exists)(json, 'name') ? undefined : json['name'],
|
|
37
37
|
'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
38
38
|
'authorizationFlow': !(0, runtime_1.exists)(json, 'authorization_flow') ? undefined : json['authorization_flow'],
|
|
39
|
+
'invalidationFlow': !(0, runtime_1.exists)(json, 'invalidation_flow') ? undefined : json['invalidation_flow'],
|
|
39
40
|
'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
40
41
|
'internalHost': !(0, runtime_1.exists)(json, 'internal_host') ? undefined : json['internal_host'],
|
|
41
42
|
'externalHost': !(0, runtime_1.exists)(json, 'external_host') ? undefined : json['external_host'],
|
|
@@ -65,6 +66,7 @@ function PatchedProxyProviderRequestToJSON(value) {
|
|
|
65
66
|
'name': value.name,
|
|
66
67
|
'authentication_flow': value.authenticationFlow,
|
|
67
68
|
'authorization_flow': value.authorizationFlow,
|
|
69
|
+
'invalidation_flow': value.invalidationFlow,
|
|
68
70
|
'property_mappings': value.propertyMappings,
|
|
69
71
|
'internal_host': value.internalHost,
|
|
70
72
|
'external_host': value.externalHost,
|
|
@@ -33,6 +33,12 @@ export interface PatchedRACProviderRequest {
|
|
|
33
33
|
* @memberof PatchedRACProviderRequest
|
|
34
34
|
*/
|
|
35
35
|
authorizationFlow?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Flow used ending the session from a provider.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof PatchedRACProviderRequest
|
|
40
|
+
*/
|
|
41
|
+
invalidationFlow?: string;
|
|
36
42
|
/**
|
|
37
43
|
*
|
|
38
44
|
* @type {Array<string>}
|
|
@@ -35,6 +35,7 @@ function PatchedRACProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
35
35
|
'name': !(0, runtime_1.exists)(json, 'name') ? undefined : json['name'],
|
|
36
36
|
'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
37
37
|
'authorizationFlow': !(0, runtime_1.exists)(json, 'authorization_flow') ? undefined : json['authorization_flow'],
|
|
38
|
+
'invalidationFlow': !(0, runtime_1.exists)(json, 'invalidation_flow') ? undefined : json['invalidation_flow'],
|
|
38
39
|
'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
39
40
|
'settings': !(0, runtime_1.exists)(json, 'settings') ? undefined : json['settings'],
|
|
40
41
|
'connectionExpiry': !(0, runtime_1.exists)(json, 'connection_expiry') ? undefined : json['connection_expiry'],
|
|
@@ -53,6 +54,7 @@ function PatchedRACProviderRequestToJSON(value) {
|
|
|
53
54
|
'name': value.name,
|
|
54
55
|
'authentication_flow': value.authenticationFlow,
|
|
55
56
|
'authorization_flow': value.authorizationFlow,
|
|
57
|
+
'invalidation_flow': value.invalidationFlow,
|
|
56
58
|
'property_mappings': value.propertyMappings,
|
|
57
59
|
'settings': value.settings,
|
|
58
60
|
'connection_expiry': value.connectionExpiry,
|
|
@@ -33,6 +33,12 @@ export interface PatchedRadiusProviderRequest {
|
|
|
33
33
|
* @memberof PatchedRadiusProviderRequest
|
|
34
34
|
*/
|
|
35
35
|
authorizationFlow?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Flow used ending the session from a provider.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof PatchedRadiusProviderRequest
|
|
40
|
+
*/
|
|
41
|
+
invalidationFlow?: string;
|
|
36
42
|
/**
|
|
37
43
|
*
|
|
38
44
|
* @type {Array<string>}
|
|
@@ -35,6 +35,7 @@ function PatchedRadiusProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
35
35
|
'name': !(0, runtime_1.exists)(json, 'name') ? undefined : json['name'],
|
|
36
36
|
'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
37
37
|
'authorizationFlow': !(0, runtime_1.exists)(json, 'authorization_flow') ? undefined : json['authorization_flow'],
|
|
38
|
+
'invalidationFlow': !(0, runtime_1.exists)(json, 'invalidation_flow') ? undefined : json['invalidation_flow'],
|
|
38
39
|
'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
39
40
|
'clientNetworks': !(0, runtime_1.exists)(json, 'client_networks') ? undefined : json['client_networks'],
|
|
40
41
|
'sharedSecret': !(0, runtime_1.exists)(json, 'shared_secret') ? undefined : json['shared_secret'],
|
|
@@ -53,6 +54,7 @@ function PatchedRadiusProviderRequestToJSON(value) {
|
|
|
53
54
|
'name': value.name,
|
|
54
55
|
'authentication_flow': value.authenticationFlow,
|
|
55
56
|
'authorization_flow': value.authorizationFlow,
|
|
57
|
+
'invalidation_flow': value.invalidationFlow,
|
|
56
58
|
'property_mappings': value.propertyMappings,
|
|
57
59
|
'client_networks': value.clientNetworks,
|
|
58
60
|
'shared_secret': value.sharedSecret,
|
|
@@ -36,6 +36,12 @@ export interface PatchedSAMLProviderRequest {
|
|
|
36
36
|
* @memberof PatchedSAMLProviderRequest
|
|
37
37
|
*/
|
|
38
38
|
authorizationFlow?: string;
|
|
39
|
+
/**
|
|
40
|
+
* Flow used ending the session from a provider.
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof PatchedSAMLProviderRequest
|
|
43
|
+
*/
|
|
44
|
+
invalidationFlow?: string;
|
|
39
45
|
/**
|
|
40
46
|
*
|
|
41
47
|
* @type {Array<string>}
|
|
@@ -38,6 +38,7 @@ function PatchedSAMLProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
38
38
|
'name': !(0, runtime_1.exists)(json, 'name') ? undefined : json['name'],
|
|
39
39
|
'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
40
40
|
'authorizationFlow': !(0, runtime_1.exists)(json, 'authorization_flow') ? undefined : json['authorization_flow'],
|
|
41
|
+
'invalidationFlow': !(0, runtime_1.exists)(json, 'invalidation_flow') ? undefined : json['invalidation_flow'],
|
|
41
42
|
'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
42
43
|
'acsUrl': !(0, runtime_1.exists)(json, 'acs_url') ? undefined : json['acs_url'],
|
|
43
44
|
'audience': !(0, runtime_1.exists)(json, 'audience') ? undefined : json['audience'],
|
|
@@ -69,6 +70,7 @@ function PatchedSAMLProviderRequestToJSON(value) {
|
|
|
69
70
|
'name': value.name,
|
|
70
71
|
'authentication_flow': value.authenticationFlow,
|
|
71
72
|
'authorization_flow': value.authorizationFlow,
|
|
73
|
+
'invalidation_flow': value.invalidationFlow,
|
|
72
74
|
'property_mappings': value.propertyMappings,
|
|
73
75
|
'acs_url': value.acsUrl,
|
|
74
76
|
'audience': value.audience,
|
|
@@ -39,6 +39,12 @@ export interface Provider {
|
|
|
39
39
|
* @memberof Provider
|
|
40
40
|
*/
|
|
41
41
|
authorizationFlow: string;
|
|
42
|
+
/**
|
|
43
|
+
* Flow used ending the session from a provider.
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof Provider
|
|
46
|
+
*/
|
|
47
|
+
invalidationFlow: string;
|
|
42
48
|
/**
|
|
43
49
|
*
|
|
44
50
|
* @type {Array<string>}
|
package/dist/models/Provider.js
CHANGED
|
@@ -23,6 +23,7 @@ function instanceOfProvider(value) {
|
|
|
23
23
|
isInstance = isInstance && "pk" in value;
|
|
24
24
|
isInstance = isInstance && "name" in value;
|
|
25
25
|
isInstance = isInstance && "authorizationFlow" in value;
|
|
26
|
+
isInstance = isInstance && "invalidationFlow" in value;
|
|
26
27
|
isInstance = isInstance && "component" in value;
|
|
27
28
|
isInstance = isInstance && "assignedApplicationSlug" in value;
|
|
28
29
|
isInstance = isInstance && "assignedApplicationName" in value;
|
|
@@ -47,6 +48,7 @@ function ProviderFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
47
48
|
'name': json['name'],
|
|
48
49
|
'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
49
50
|
'authorizationFlow': json['authorization_flow'],
|
|
51
|
+
'invalidationFlow': json['invalidation_flow'],
|
|
50
52
|
'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
51
53
|
'component': json['component'],
|
|
52
54
|
'assignedApplicationSlug': json['assigned_application_slug'],
|
|
@@ -70,6 +72,7 @@ function ProviderToJSON(value) {
|
|
|
70
72
|
'name': value.name,
|
|
71
73
|
'authentication_flow': value.authenticationFlow,
|
|
72
74
|
'authorization_flow': value.authorizationFlow,
|
|
75
|
+
'invalidation_flow': value.invalidationFlow,
|
|
73
76
|
'property_mappings': value.propertyMappings,
|
|
74
77
|
};
|
|
75
78
|
}
|
|
@@ -33,6 +33,12 @@ export interface ProviderRequest {
|
|
|
33
33
|
* @memberof ProviderRequest
|
|
34
34
|
*/
|
|
35
35
|
authorizationFlow: string;
|
|
36
|
+
/**
|
|
37
|
+
* Flow used ending the session from a provider.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ProviderRequest
|
|
40
|
+
*/
|
|
41
|
+
invalidationFlow: string;
|
|
36
42
|
/**
|
|
37
43
|
*
|
|
38
44
|
* @type {Array<string>}
|
|
@@ -22,6 +22,7 @@ function instanceOfProviderRequest(value) {
|
|
|
22
22
|
let isInstance = true;
|
|
23
23
|
isInstance = isInstance && "name" in value;
|
|
24
24
|
isInstance = isInstance && "authorizationFlow" in value;
|
|
25
|
+
isInstance = isInstance && "invalidationFlow" in value;
|
|
25
26
|
return isInstance;
|
|
26
27
|
}
|
|
27
28
|
exports.instanceOfProviderRequest = instanceOfProviderRequest;
|
|
@@ -37,6 +38,7 @@ function ProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
37
38
|
'name': json['name'],
|
|
38
39
|
'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
39
40
|
'authorizationFlow': json['authorization_flow'],
|
|
41
|
+
'invalidationFlow': json['invalidation_flow'],
|
|
40
42
|
'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
41
43
|
};
|
|
42
44
|
}
|
|
@@ -52,6 +54,7 @@ function ProviderRequestToJSON(value) {
|
|
|
52
54
|
'name': value.name,
|
|
53
55
|
'authentication_flow': value.authenticationFlow,
|
|
54
56
|
'authorization_flow': value.authorizationFlow,
|
|
57
|
+
'invalidation_flow': value.invalidationFlow,
|
|
55
58
|
'property_mappings': value.propertyMappings,
|
|
56
59
|
};
|
|
57
60
|
}
|
|
@@ -40,6 +40,12 @@ export interface ProxyProvider {
|
|
|
40
40
|
* @memberof ProxyProvider
|
|
41
41
|
*/
|
|
42
42
|
authorizationFlow: string;
|
|
43
|
+
/**
|
|
44
|
+
* Flow used ending the session from a provider.
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof ProxyProvider
|
|
47
|
+
*/
|
|
48
|
+
invalidationFlow: string;
|
|
43
49
|
/**
|
|
44
50
|
*
|
|
45
51
|
* @type {Array<string>}
|
|
@@ -24,6 +24,7 @@ function instanceOfProxyProvider(value) {
|
|
|
24
24
|
isInstance = isInstance && "pk" in value;
|
|
25
25
|
isInstance = isInstance && "name" in value;
|
|
26
26
|
isInstance = isInstance && "authorizationFlow" in value;
|
|
27
|
+
isInstance = isInstance && "invalidationFlow" in value;
|
|
27
28
|
isInstance = isInstance && "component" in value;
|
|
28
29
|
isInstance = isInstance && "assignedApplicationSlug" in value;
|
|
29
30
|
isInstance = isInstance && "assignedApplicationName" in value;
|
|
@@ -52,6 +53,7 @@ function ProxyProviderFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
52
53
|
'name': json['name'],
|
|
53
54
|
'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
54
55
|
'authorizationFlow': json['authorization_flow'],
|
|
56
|
+
'invalidationFlow': json['invalidation_flow'],
|
|
55
57
|
'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
56
58
|
'component': json['component'],
|
|
57
59
|
'assignedApplicationSlug': json['assigned_application_slug'],
|
|
@@ -92,6 +94,7 @@ function ProxyProviderToJSON(value) {
|
|
|
92
94
|
'name': value.name,
|
|
93
95
|
'authentication_flow': value.authenticationFlow,
|
|
94
96
|
'authorization_flow': value.authorizationFlow,
|
|
97
|
+
'invalidation_flow': value.invalidationFlow,
|
|
95
98
|
'property_mappings': value.propertyMappings,
|
|
96
99
|
'internal_host': value.internalHost,
|
|
97
100
|
'external_host': value.externalHost,
|
|
@@ -34,6 +34,12 @@ export interface ProxyProviderRequest {
|
|
|
34
34
|
* @memberof ProxyProviderRequest
|
|
35
35
|
*/
|
|
36
36
|
authorizationFlow: string;
|
|
37
|
+
/**
|
|
38
|
+
* Flow used ending the session from a provider.
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof ProxyProviderRequest
|
|
41
|
+
*/
|
|
42
|
+
invalidationFlow: string;
|
|
37
43
|
/**
|
|
38
44
|
*
|
|
39
45
|
* @type {Array<string>}
|
|
@@ -23,6 +23,7 @@ function instanceOfProxyProviderRequest(value) {
|
|
|
23
23
|
let isInstance = true;
|
|
24
24
|
isInstance = isInstance && "name" in value;
|
|
25
25
|
isInstance = isInstance && "authorizationFlow" in value;
|
|
26
|
+
isInstance = isInstance && "invalidationFlow" in value;
|
|
26
27
|
isInstance = isInstance && "externalHost" in value;
|
|
27
28
|
return isInstance;
|
|
28
29
|
}
|
|
@@ -39,6 +40,7 @@ function ProxyProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
39
40
|
'name': json['name'],
|
|
40
41
|
'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
41
42
|
'authorizationFlow': json['authorization_flow'],
|
|
43
|
+
'invalidationFlow': json['invalidation_flow'],
|
|
42
44
|
'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
43
45
|
'internalHost': !(0, runtime_1.exists)(json, 'internal_host') ? undefined : json['internal_host'],
|
|
44
46
|
'externalHost': json['external_host'],
|
|
@@ -68,6 +70,7 @@ function ProxyProviderRequestToJSON(value) {
|
|
|
68
70
|
'name': value.name,
|
|
69
71
|
'authentication_flow': value.authenticationFlow,
|
|
70
72
|
'authorization_flow': value.authorizationFlow,
|
|
73
|
+
'invalidation_flow': value.invalidationFlow,
|
|
71
74
|
'property_mappings': value.propertyMappings,
|
|
72
75
|
'internal_host': value.internalHost,
|
|
73
76
|
'external_host': value.externalHost,
|
|
@@ -39,6 +39,12 @@ export interface RACProvider {
|
|
|
39
39
|
* @memberof RACProvider
|
|
40
40
|
*/
|
|
41
41
|
authorizationFlow: string;
|
|
42
|
+
/**
|
|
43
|
+
* Flow used ending the session from a provider.
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof RACProvider
|
|
46
|
+
*/
|
|
47
|
+
invalidationFlow: string;
|
|
42
48
|
/**
|
|
43
49
|
*
|
|
44
50
|
* @type {Array<string>}
|
|
@@ -23,6 +23,7 @@ function instanceOfRACProvider(value) {
|
|
|
23
23
|
isInstance = isInstance && "pk" in value;
|
|
24
24
|
isInstance = isInstance && "name" in value;
|
|
25
25
|
isInstance = isInstance && "authorizationFlow" in value;
|
|
26
|
+
isInstance = isInstance && "invalidationFlow" in value;
|
|
26
27
|
isInstance = isInstance && "component" in value;
|
|
27
28
|
isInstance = isInstance && "assignedApplicationSlug" in value;
|
|
28
29
|
isInstance = isInstance && "assignedApplicationName" in value;
|
|
@@ -48,6 +49,7 @@ function RACProviderFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
48
49
|
'name': json['name'],
|
|
49
50
|
'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
50
51
|
'authorizationFlow': json['authorization_flow'],
|
|
52
|
+
'invalidationFlow': json['invalidation_flow'],
|
|
51
53
|
'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
52
54
|
'component': json['component'],
|
|
53
55
|
'assignedApplicationSlug': json['assigned_application_slug'],
|
|
@@ -75,6 +77,7 @@ function RACProviderToJSON(value) {
|
|
|
75
77
|
'name': value.name,
|
|
76
78
|
'authentication_flow': value.authenticationFlow,
|
|
77
79
|
'authorization_flow': value.authorizationFlow,
|
|
80
|
+
'invalidation_flow': value.invalidationFlow,
|
|
78
81
|
'property_mappings': value.propertyMappings,
|
|
79
82
|
'settings': value.settings,
|
|
80
83
|
'connection_expiry': value.connectionExpiry,
|
|
@@ -33,6 +33,12 @@ export interface RACProviderRequest {
|
|
|
33
33
|
* @memberof RACProviderRequest
|
|
34
34
|
*/
|
|
35
35
|
authorizationFlow: string;
|
|
36
|
+
/**
|
|
37
|
+
* Flow used ending the session from a provider.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof RACProviderRequest
|
|
40
|
+
*/
|
|
41
|
+
invalidationFlow: string;
|
|
36
42
|
/**
|
|
37
43
|
*
|
|
38
44
|
* @type {Array<string>}
|
|
@@ -22,6 +22,7 @@ function instanceOfRACProviderRequest(value) {
|
|
|
22
22
|
let isInstance = true;
|
|
23
23
|
isInstance = isInstance && "name" in value;
|
|
24
24
|
isInstance = isInstance && "authorizationFlow" in value;
|
|
25
|
+
isInstance = isInstance && "invalidationFlow" in value;
|
|
25
26
|
return isInstance;
|
|
26
27
|
}
|
|
27
28
|
exports.instanceOfRACProviderRequest = instanceOfRACProviderRequest;
|
|
@@ -37,6 +38,7 @@ function RACProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
37
38
|
'name': json['name'],
|
|
38
39
|
'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
39
40
|
'authorizationFlow': json['authorization_flow'],
|
|
41
|
+
'invalidationFlow': json['invalidation_flow'],
|
|
40
42
|
'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
41
43
|
'settings': !(0, runtime_1.exists)(json, 'settings') ? undefined : json['settings'],
|
|
42
44
|
'connectionExpiry': !(0, runtime_1.exists)(json, 'connection_expiry') ? undefined : json['connection_expiry'],
|
|
@@ -55,6 +57,7 @@ function RACProviderRequestToJSON(value) {
|
|
|
55
57
|
'name': value.name,
|
|
56
58
|
'authentication_flow': value.authenticationFlow,
|
|
57
59
|
'authorization_flow': value.authorizationFlow,
|
|
60
|
+
'invalidation_flow': value.invalidationFlow,
|
|
58
61
|
'property_mappings': value.propertyMappings,
|
|
59
62
|
'settings': value.settings,
|
|
60
63
|
'connection_expiry': value.connectionExpiry,
|
|
@@ -39,6 +39,12 @@ export interface RadiusProvider {
|
|
|
39
39
|
* @memberof RadiusProvider
|
|
40
40
|
*/
|
|
41
41
|
authorizationFlow: string;
|
|
42
|
+
/**
|
|
43
|
+
* Flow used ending the session from a provider.
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof RadiusProvider
|
|
46
|
+
*/
|
|
47
|
+
invalidationFlow: string;
|
|
42
48
|
/**
|
|
43
49
|
*
|
|
44
50
|
* @type {Array<string>}
|
|
@@ -23,6 +23,7 @@ function instanceOfRadiusProvider(value) {
|
|
|
23
23
|
isInstance = isInstance && "pk" in value;
|
|
24
24
|
isInstance = isInstance && "name" in value;
|
|
25
25
|
isInstance = isInstance && "authorizationFlow" in value;
|
|
26
|
+
isInstance = isInstance && "invalidationFlow" in value;
|
|
26
27
|
isInstance = isInstance && "component" in value;
|
|
27
28
|
isInstance = isInstance && "assignedApplicationSlug" in value;
|
|
28
29
|
isInstance = isInstance && "assignedApplicationName" in value;
|
|
@@ -48,6 +49,7 @@ function RadiusProviderFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
48
49
|
'name': json['name'],
|
|
49
50
|
'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
50
51
|
'authorizationFlow': json['authorization_flow'],
|
|
52
|
+
'invalidationFlow': json['invalidation_flow'],
|
|
51
53
|
'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
52
54
|
'component': json['component'],
|
|
53
55
|
'assignedApplicationSlug': json['assigned_application_slug'],
|
|
@@ -75,6 +77,7 @@ function RadiusProviderToJSON(value) {
|
|
|
75
77
|
'name': value.name,
|
|
76
78
|
'authentication_flow': value.authenticationFlow,
|
|
77
79
|
'authorization_flow': value.authorizationFlow,
|
|
80
|
+
'invalidation_flow': value.invalidationFlow,
|
|
78
81
|
'property_mappings': value.propertyMappings,
|
|
79
82
|
'client_networks': value.clientNetworks,
|
|
80
83
|
'shared_secret': value.sharedSecret,
|
|
@@ -33,6 +33,12 @@ export interface RadiusProviderRequest {
|
|
|
33
33
|
* @memberof RadiusProviderRequest
|
|
34
34
|
*/
|
|
35
35
|
authorizationFlow: string;
|
|
36
|
+
/**
|
|
37
|
+
* Flow used ending the session from a provider.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof RadiusProviderRequest
|
|
40
|
+
*/
|
|
41
|
+
invalidationFlow: string;
|
|
36
42
|
/**
|
|
37
43
|
*
|
|
38
44
|
* @type {Array<string>}
|
|
@@ -22,6 +22,7 @@ function instanceOfRadiusProviderRequest(value) {
|
|
|
22
22
|
let isInstance = true;
|
|
23
23
|
isInstance = isInstance && "name" in value;
|
|
24
24
|
isInstance = isInstance && "authorizationFlow" in value;
|
|
25
|
+
isInstance = isInstance && "invalidationFlow" in value;
|
|
25
26
|
return isInstance;
|
|
26
27
|
}
|
|
27
28
|
exports.instanceOfRadiusProviderRequest = instanceOfRadiusProviderRequest;
|
|
@@ -37,6 +38,7 @@ function RadiusProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
37
38
|
'name': json['name'],
|
|
38
39
|
'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
39
40
|
'authorizationFlow': json['authorization_flow'],
|
|
41
|
+
'invalidationFlow': json['invalidation_flow'],
|
|
40
42
|
'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
41
43
|
'clientNetworks': !(0, runtime_1.exists)(json, 'client_networks') ? undefined : json['client_networks'],
|
|
42
44
|
'sharedSecret': !(0, runtime_1.exists)(json, 'shared_secret') ? undefined : json['shared_secret'],
|
|
@@ -55,6 +57,7 @@ function RadiusProviderRequestToJSON(value) {
|
|
|
55
57
|
'name': value.name,
|
|
56
58
|
'authentication_flow': value.authenticationFlow,
|
|
57
59
|
'authorization_flow': value.authorizationFlow,
|
|
60
|
+
'invalidation_flow': value.invalidationFlow,
|
|
58
61
|
'property_mappings': value.propertyMappings,
|
|
59
62
|
'client_networks': value.clientNetworks,
|
|
60
63
|
'shared_secret': value.sharedSecret,
|