@goauthentik/api 2024.6.1-1721092506 → 2024.6.1-1721654810
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/dist/apis/PropertymappingsApi.d.ts +0 -1
- package/dist/apis/PropertymappingsApi.js +0 -3
- package/dist/apis/SourcesApi.d.ts +2 -2
- package/dist/apis/SourcesApi.js +6 -6
- package/dist/esm/apis/PropertymappingsApi.d.ts +0 -1
- package/dist/esm/apis/PropertymappingsApi.js +0 -3
- package/dist/esm/apis/SourcesApi.d.ts +2 -2
- package/dist/esm/apis/SourcesApi.js +6 -6
- package/dist/esm/models/LDAPPropertyMapping.d.ts +0 -6
- package/dist/esm/models/LDAPPropertyMapping.js +0 -3
- package/dist/esm/models/LDAPPropertyMappingRequest.d.ts +0 -6
- package/dist/esm/models/LDAPPropertyMappingRequest.js +0 -3
- package/dist/esm/models/LDAPSource.d.ts +12 -12
- package/dist/esm/models/LDAPSource.js +4 -4
- package/dist/esm/models/LDAPSourceRequest.d.ts +12 -12
- package/dist/esm/models/LDAPSourceRequest.js +4 -4
- package/dist/esm/models/OAuthSource.d.ts +12 -0
- package/dist/esm/models/OAuthSource.js +4 -0
- package/dist/esm/models/OAuthSourceRequest.d.ts +12 -0
- package/dist/esm/models/OAuthSourceRequest.js +4 -0
- package/dist/esm/models/PatchedLDAPPropertyMappingRequest.d.ts +0 -6
- package/dist/esm/models/PatchedLDAPPropertyMappingRequest.js +0 -2
- package/dist/esm/models/PatchedLDAPSourceRequest.d.ts +12 -12
- package/dist/esm/models/PatchedLDAPSourceRequest.js +4 -4
- package/dist/esm/models/PatchedOAuthSourceRequest.d.ts +12 -0
- package/dist/esm/models/PatchedOAuthSourceRequest.js +4 -0
- package/dist/esm/models/PatchedPlexSourceRequest.d.ts +12 -0
- package/dist/esm/models/PatchedPlexSourceRequest.js +4 -0
- package/dist/esm/models/PatchedSAMLSourceRequest.d.ts +12 -0
- package/dist/esm/models/PatchedSAMLSourceRequest.js +4 -0
- package/dist/esm/models/PlexSource.d.ts +12 -0
- package/dist/esm/models/PlexSource.js +4 -0
- package/dist/esm/models/PlexSourceRequest.d.ts +12 -0
- package/dist/esm/models/PlexSourceRequest.js +4 -0
- package/dist/esm/models/SAMLSource.d.ts +12 -0
- package/dist/esm/models/SAMLSource.js +4 -0
- package/dist/esm/models/SAMLSourceRequest.d.ts +12 -0
- package/dist/esm/models/SAMLSourceRequest.js +4 -0
- package/dist/esm/models/Source.d.ts +12 -0
- package/dist/esm/models/Source.js +4 -0
- package/dist/esm/models/SourceRequest.d.ts +12 -0
- package/dist/esm/models/SourceRequest.js +4 -0
- package/dist/models/LDAPPropertyMapping.d.ts +0 -6
- package/dist/models/LDAPPropertyMapping.js +0 -3
- package/dist/models/LDAPPropertyMappingRequest.d.ts +0 -6
- package/dist/models/LDAPPropertyMappingRequest.js +0 -3
- package/dist/models/LDAPSource.d.ts +12 -12
- package/dist/models/LDAPSource.js +4 -4
- package/dist/models/LDAPSourceRequest.d.ts +12 -12
- package/dist/models/LDAPSourceRequest.js +4 -4
- package/dist/models/OAuthSource.d.ts +12 -0
- package/dist/models/OAuthSource.js +4 -0
- package/dist/models/OAuthSourceRequest.d.ts +12 -0
- package/dist/models/OAuthSourceRequest.js +4 -0
- package/dist/models/PatchedLDAPPropertyMappingRequest.d.ts +0 -6
- package/dist/models/PatchedLDAPPropertyMappingRequest.js +0 -2
- package/dist/models/PatchedLDAPSourceRequest.d.ts +12 -12
- package/dist/models/PatchedLDAPSourceRequest.js +4 -4
- package/dist/models/PatchedOAuthSourceRequest.d.ts +12 -0
- package/dist/models/PatchedOAuthSourceRequest.js +4 -0
- package/dist/models/PatchedPlexSourceRequest.d.ts +12 -0
- package/dist/models/PatchedPlexSourceRequest.js +4 -0
- package/dist/models/PatchedSAMLSourceRequest.d.ts +12 -0
- package/dist/models/PatchedSAMLSourceRequest.js +4 -0
- package/dist/models/PlexSource.d.ts +12 -0
- package/dist/models/PlexSource.js +4 -0
- package/dist/models/PlexSourceRequest.d.ts +12 -0
- package/dist/models/PlexSourceRequest.js +4 -0
- package/dist/models/SAMLSource.d.ts +12 -0
- package/dist/models/SAMLSource.js +4 -0
- package/dist/models/SAMLSourceRequest.d.ts +12 -0
- package/dist/models/SAMLSourceRequest.js +4 -0
- package/dist/models/Source.d.ts +12 -0
- package/dist/models/Source.js +4 -0
- package/dist/models/SourceRequest.d.ts +12 -0
- package/dist/models/SourceRequest.js +4 -0
- package/package.json +1 -1
- package/src/apis/PropertymappingsApi.ts +0 -5
- package/src/apis/SourcesApi.ts +10 -10
- package/src/models/LDAPPropertyMapping.ts +0 -9
- package/src/models/LDAPPropertyMappingRequest.ts +0 -9
- package/src/models/LDAPSource.ts +16 -16
- package/src/models/LDAPSourceRequest.ts +16 -16
- package/src/models/OAuthSource.ts +16 -0
- package/src/models/OAuthSourceRequest.ts +16 -0
- package/src/models/PatchedLDAPPropertyMappingRequest.ts +0 -8
- package/src/models/PatchedLDAPSourceRequest.ts +16 -16
- package/src/models/PatchedOAuthSourceRequest.ts +16 -0
- package/src/models/PatchedPlexSourceRequest.ts +16 -0
- package/src/models/PatchedSAMLSourceRequest.ts +16 -0
- package/src/models/PlexSource.ts +16 -0
- package/src/models/PlexSourceRequest.ts +16 -0
- package/src/models/SAMLSource.ts +16 -0
- package/src/models/SAMLSourceRequest.ts +16 -0
- package/src/models/Source.ts +16 -0
- package/src/models/SourceRequest.ts +16 -0
|
@@ -39,6 +39,8 @@ function PatchedLDAPSourceRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
39
39
|
'enabled': !(0, runtime_1.exists)(json, 'enabled') ? undefined : json['enabled'],
|
|
40
40
|
'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
41
41
|
'enrollmentFlow': !(0, runtime_1.exists)(json, 'enrollment_flow') ? undefined : json['enrollment_flow'],
|
|
42
|
+
'userPropertyMappings': !(0, runtime_1.exists)(json, 'user_property_mappings') ? undefined : json['user_property_mappings'],
|
|
43
|
+
'groupPropertyMappings': !(0, runtime_1.exists)(json, 'group_property_mappings') ? undefined : json['group_property_mappings'],
|
|
42
44
|
'policyEngineMode': !(0, runtime_1.exists)(json, 'policy_engine_mode') ? undefined : (0, PolicyEngineMode_1.PolicyEngineModeFromJSON)(json['policy_engine_mode']),
|
|
43
45
|
'userMatchingMode': !(0, runtime_1.exists)(json, 'user_matching_mode') ? undefined : (0, UserMatchingModeEnum_1.UserMatchingModeEnumFromJSON)(json['user_matching_mode']),
|
|
44
46
|
'userPathTemplate': !(0, runtime_1.exists)(json, 'user_path_template') ? undefined : json['user_path_template'],
|
|
@@ -61,8 +63,6 @@ function PatchedLDAPSourceRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
61
63
|
'syncUsersPassword': !(0, runtime_1.exists)(json, 'sync_users_password') ? undefined : json['sync_users_password'],
|
|
62
64
|
'syncGroups': !(0, runtime_1.exists)(json, 'sync_groups') ? undefined : json['sync_groups'],
|
|
63
65
|
'syncParentGroup': !(0, runtime_1.exists)(json, 'sync_parent_group') ? undefined : json['sync_parent_group'],
|
|
64
|
-
'propertyMappings': !(0, runtime_1.exists)(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
65
|
-
'propertyMappingsGroup': !(0, runtime_1.exists)(json, 'property_mappings_group') ? undefined : json['property_mappings_group'],
|
|
66
66
|
};
|
|
67
67
|
}
|
|
68
68
|
exports.PatchedLDAPSourceRequestFromJSONTyped = PatchedLDAPSourceRequestFromJSONTyped;
|
|
@@ -79,6 +79,8 @@ function PatchedLDAPSourceRequestToJSON(value) {
|
|
|
79
79
|
'enabled': value.enabled,
|
|
80
80
|
'authentication_flow': value.authenticationFlow,
|
|
81
81
|
'enrollment_flow': value.enrollmentFlow,
|
|
82
|
+
'user_property_mappings': value.userPropertyMappings,
|
|
83
|
+
'group_property_mappings': value.groupPropertyMappings,
|
|
82
84
|
'policy_engine_mode': (0, PolicyEngineMode_1.PolicyEngineModeToJSON)(value.policyEngineMode),
|
|
83
85
|
'user_matching_mode': (0, UserMatchingModeEnum_1.UserMatchingModeEnumToJSON)(value.userMatchingMode),
|
|
84
86
|
'user_path_template': value.userPathTemplate,
|
|
@@ -101,8 +103,6 @@ function PatchedLDAPSourceRequestToJSON(value) {
|
|
|
101
103
|
'sync_users_password': value.syncUsersPassword,
|
|
102
104
|
'sync_groups': value.syncGroups,
|
|
103
105
|
'sync_parent_group': value.syncParentGroup,
|
|
104
|
-
'property_mappings': value.propertyMappings,
|
|
105
|
-
'property_mappings_group': value.propertyMappingsGroup,
|
|
106
106
|
};
|
|
107
107
|
}
|
|
108
108
|
exports.PatchedLDAPSourceRequestToJSON = PatchedLDAPSourceRequestToJSON;
|
|
@@ -48,6 +48,18 @@ export interface PatchedOAuthSourceRequest {
|
|
|
48
48
|
* @memberof PatchedOAuthSourceRequest
|
|
49
49
|
*/
|
|
50
50
|
enrollmentFlow?: string | null;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {Array<string>}
|
|
54
|
+
* @memberof PatchedOAuthSourceRequest
|
|
55
|
+
*/
|
|
56
|
+
userPropertyMappings?: Array<string>;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {Array<string>}
|
|
60
|
+
* @memberof PatchedOAuthSourceRequest
|
|
61
|
+
*/
|
|
62
|
+
groupPropertyMappings?: Array<string>;
|
|
51
63
|
/**
|
|
52
64
|
*
|
|
53
65
|
* @type {PolicyEngineMode}
|
|
@@ -40,6 +40,8 @@ function PatchedOAuthSourceRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
40
40
|
'enabled': !(0, runtime_1.exists)(json, 'enabled') ? undefined : json['enabled'],
|
|
41
41
|
'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
42
42
|
'enrollmentFlow': !(0, runtime_1.exists)(json, 'enrollment_flow') ? undefined : json['enrollment_flow'],
|
|
43
|
+
'userPropertyMappings': !(0, runtime_1.exists)(json, 'user_property_mappings') ? undefined : json['user_property_mappings'],
|
|
44
|
+
'groupPropertyMappings': !(0, runtime_1.exists)(json, 'group_property_mappings') ? undefined : json['group_property_mappings'],
|
|
43
45
|
'policyEngineMode': !(0, runtime_1.exists)(json, 'policy_engine_mode') ? undefined : (0, PolicyEngineMode_1.PolicyEngineModeFromJSON)(json['policy_engine_mode']),
|
|
44
46
|
'userMatchingMode': !(0, runtime_1.exists)(json, 'user_matching_mode') ? undefined : (0, UserMatchingModeEnum_1.UserMatchingModeEnumFromJSON)(json['user_matching_mode']),
|
|
45
47
|
'userPathTemplate': !(0, runtime_1.exists)(json, 'user_path_template') ? undefined : json['user_path_template'],
|
|
@@ -70,6 +72,8 @@ function PatchedOAuthSourceRequestToJSON(value) {
|
|
|
70
72
|
'enabled': value.enabled,
|
|
71
73
|
'authentication_flow': value.authenticationFlow,
|
|
72
74
|
'enrollment_flow': value.enrollmentFlow,
|
|
75
|
+
'user_property_mappings': value.userPropertyMappings,
|
|
76
|
+
'group_property_mappings': value.groupPropertyMappings,
|
|
73
77
|
'policy_engine_mode': (0, PolicyEngineMode_1.PolicyEngineModeToJSON)(value.policyEngineMode),
|
|
74
78
|
'user_matching_mode': (0, UserMatchingModeEnum_1.UserMatchingModeEnumToJSON)(value.userMatchingMode),
|
|
75
79
|
'user_path_template': value.userPathTemplate,
|
|
@@ -47,6 +47,18 @@ export interface PatchedPlexSourceRequest {
|
|
|
47
47
|
* @memberof PatchedPlexSourceRequest
|
|
48
48
|
*/
|
|
49
49
|
enrollmentFlow?: string | null;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {Array<string>}
|
|
53
|
+
* @memberof PatchedPlexSourceRequest
|
|
54
|
+
*/
|
|
55
|
+
userPropertyMappings?: Array<string>;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {Array<string>}
|
|
59
|
+
* @memberof PatchedPlexSourceRequest
|
|
60
|
+
*/
|
|
61
|
+
groupPropertyMappings?: Array<string>;
|
|
50
62
|
/**
|
|
51
63
|
*
|
|
52
64
|
* @type {PolicyEngineMode}
|
|
@@ -39,6 +39,8 @@ function PatchedPlexSourceRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
39
39
|
'enabled': !(0, runtime_1.exists)(json, 'enabled') ? undefined : json['enabled'],
|
|
40
40
|
'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
41
41
|
'enrollmentFlow': !(0, runtime_1.exists)(json, 'enrollment_flow') ? undefined : json['enrollment_flow'],
|
|
42
|
+
'userPropertyMappings': !(0, runtime_1.exists)(json, 'user_property_mappings') ? undefined : json['user_property_mappings'],
|
|
43
|
+
'groupPropertyMappings': !(0, runtime_1.exists)(json, 'group_property_mappings') ? undefined : json['group_property_mappings'],
|
|
42
44
|
'policyEngineMode': !(0, runtime_1.exists)(json, 'policy_engine_mode') ? undefined : (0, PolicyEngineMode_1.PolicyEngineModeFromJSON)(json['policy_engine_mode']),
|
|
43
45
|
'userMatchingMode': !(0, runtime_1.exists)(json, 'user_matching_mode') ? undefined : (0, UserMatchingModeEnum_1.UserMatchingModeEnumFromJSON)(json['user_matching_mode']),
|
|
44
46
|
'userPathTemplate': !(0, runtime_1.exists)(json, 'user_path_template') ? undefined : json['user_path_template'],
|
|
@@ -62,6 +64,8 @@ function PatchedPlexSourceRequestToJSON(value) {
|
|
|
62
64
|
'enabled': value.enabled,
|
|
63
65
|
'authentication_flow': value.authenticationFlow,
|
|
64
66
|
'enrollment_flow': value.enrollmentFlow,
|
|
67
|
+
'user_property_mappings': value.userPropertyMappings,
|
|
68
|
+
'group_property_mappings': value.groupPropertyMappings,
|
|
65
69
|
'policy_engine_mode': (0, PolicyEngineMode_1.PolicyEngineModeToJSON)(value.policyEngineMode),
|
|
66
70
|
'user_matching_mode': (0, UserMatchingModeEnum_1.UserMatchingModeEnumToJSON)(value.userMatchingMode),
|
|
67
71
|
'user_path_template': value.userPathTemplate,
|
|
@@ -51,6 +51,18 @@ export interface PatchedSAMLSourceRequest {
|
|
|
51
51
|
* @memberof PatchedSAMLSourceRequest
|
|
52
52
|
*/
|
|
53
53
|
enrollmentFlow?: string | null;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {Array<string>}
|
|
57
|
+
* @memberof PatchedSAMLSourceRequest
|
|
58
|
+
*/
|
|
59
|
+
userPropertyMappings?: Array<string>;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {Array<string>}
|
|
63
|
+
* @memberof PatchedSAMLSourceRequest
|
|
64
|
+
*/
|
|
65
|
+
groupPropertyMappings?: Array<string>;
|
|
54
66
|
/**
|
|
55
67
|
*
|
|
56
68
|
* @type {PolicyEngineMode}
|
|
@@ -43,6 +43,8 @@ function PatchedSAMLSourceRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
43
43
|
'enabled': !(0, runtime_1.exists)(json, 'enabled') ? undefined : json['enabled'],
|
|
44
44
|
'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
45
45
|
'enrollmentFlow': !(0, runtime_1.exists)(json, 'enrollment_flow') ? undefined : json['enrollment_flow'],
|
|
46
|
+
'userPropertyMappings': !(0, runtime_1.exists)(json, 'user_property_mappings') ? undefined : json['user_property_mappings'],
|
|
47
|
+
'groupPropertyMappings': !(0, runtime_1.exists)(json, 'group_property_mappings') ? undefined : json['group_property_mappings'],
|
|
46
48
|
'policyEngineMode': !(0, runtime_1.exists)(json, 'policy_engine_mode') ? undefined : (0, PolicyEngineMode_1.PolicyEngineModeFromJSON)(json['policy_engine_mode']),
|
|
47
49
|
'userMatchingMode': !(0, runtime_1.exists)(json, 'user_matching_mode') ? undefined : (0, UserMatchingModeEnum_1.UserMatchingModeEnumFromJSON)(json['user_matching_mode']),
|
|
48
50
|
'userPathTemplate': !(0, runtime_1.exists)(json, 'user_path_template') ? undefined : json['user_path_template'],
|
|
@@ -74,6 +76,8 @@ function PatchedSAMLSourceRequestToJSON(value) {
|
|
|
74
76
|
'enabled': value.enabled,
|
|
75
77
|
'authentication_flow': value.authenticationFlow,
|
|
76
78
|
'enrollment_flow': value.enrollmentFlow,
|
|
79
|
+
'user_property_mappings': value.userPropertyMappings,
|
|
80
|
+
'group_property_mappings': value.groupPropertyMappings,
|
|
77
81
|
'policy_engine_mode': (0, PolicyEngineMode_1.PolicyEngineModeToJSON)(value.policyEngineMode),
|
|
78
82
|
'user_matching_mode': (0, UserMatchingModeEnum_1.UserMatchingModeEnumToJSON)(value.userMatchingMode),
|
|
79
83
|
'user_path_template': value.userPathTemplate,
|
|
@@ -53,6 +53,18 @@ export interface PlexSource {
|
|
|
53
53
|
* @memberof PlexSource
|
|
54
54
|
*/
|
|
55
55
|
enrollmentFlow?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {Array<string>}
|
|
59
|
+
* @memberof PlexSource
|
|
60
|
+
*/
|
|
61
|
+
userPropertyMappings?: Array<string>;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {Array<string>}
|
|
65
|
+
* @memberof PlexSource
|
|
66
|
+
*/
|
|
67
|
+
groupPropertyMappings?: Array<string>;
|
|
56
68
|
/**
|
|
57
69
|
* Get object component so that we know how to edit the object
|
|
58
70
|
* @type {string}
|
|
@@ -50,6 +50,8 @@ function PlexSourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
50
50
|
'enabled': !(0, runtime_1.exists)(json, 'enabled') ? undefined : json['enabled'],
|
|
51
51
|
'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
52
52
|
'enrollmentFlow': !(0, runtime_1.exists)(json, 'enrollment_flow') ? undefined : json['enrollment_flow'],
|
|
53
|
+
'userPropertyMappings': !(0, runtime_1.exists)(json, 'user_property_mappings') ? undefined : json['user_property_mappings'],
|
|
54
|
+
'groupPropertyMappings': !(0, runtime_1.exists)(json, 'group_property_mappings') ? undefined : json['group_property_mappings'],
|
|
53
55
|
'component': json['component'],
|
|
54
56
|
'verboseName': json['verbose_name'],
|
|
55
57
|
'verboseNamePlural': json['verbose_name_plural'],
|
|
@@ -79,6 +81,8 @@ function PlexSourceToJSON(value) {
|
|
|
79
81
|
'enabled': value.enabled,
|
|
80
82
|
'authentication_flow': value.authenticationFlow,
|
|
81
83
|
'enrollment_flow': value.enrollmentFlow,
|
|
84
|
+
'user_property_mappings': value.userPropertyMappings,
|
|
85
|
+
'group_property_mappings': value.groupPropertyMappings,
|
|
82
86
|
'policy_engine_mode': (0, PolicyEngineMode_1.PolicyEngineModeToJSON)(value.policyEngineMode),
|
|
83
87
|
'user_matching_mode': (0, UserMatchingModeEnum_1.UserMatchingModeEnumToJSON)(value.userMatchingMode),
|
|
84
88
|
'user_path_template': value.userPathTemplate,
|
|
@@ -47,6 +47,18 @@ export interface PlexSourceRequest {
|
|
|
47
47
|
* @memberof PlexSourceRequest
|
|
48
48
|
*/
|
|
49
49
|
enrollmentFlow?: string | null;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {Array<string>}
|
|
53
|
+
* @memberof PlexSourceRequest
|
|
54
|
+
*/
|
|
55
|
+
userPropertyMappings?: Array<string>;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {Array<string>}
|
|
59
|
+
* @memberof PlexSourceRequest
|
|
60
|
+
*/
|
|
61
|
+
groupPropertyMappings?: Array<string>;
|
|
50
62
|
/**
|
|
51
63
|
*
|
|
52
64
|
* @type {PolicyEngineMode}
|
|
@@ -42,6 +42,8 @@ function PlexSourceRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
42
42
|
'enabled': !(0, runtime_1.exists)(json, 'enabled') ? undefined : json['enabled'],
|
|
43
43
|
'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
44
44
|
'enrollmentFlow': !(0, runtime_1.exists)(json, 'enrollment_flow') ? undefined : json['enrollment_flow'],
|
|
45
|
+
'userPropertyMappings': !(0, runtime_1.exists)(json, 'user_property_mappings') ? undefined : json['user_property_mappings'],
|
|
46
|
+
'groupPropertyMappings': !(0, runtime_1.exists)(json, 'group_property_mappings') ? undefined : json['group_property_mappings'],
|
|
45
47
|
'policyEngineMode': !(0, runtime_1.exists)(json, 'policy_engine_mode') ? undefined : (0, PolicyEngineMode_1.PolicyEngineModeFromJSON)(json['policy_engine_mode']),
|
|
46
48
|
'userMatchingMode': !(0, runtime_1.exists)(json, 'user_matching_mode') ? undefined : (0, UserMatchingModeEnum_1.UserMatchingModeEnumFromJSON)(json['user_matching_mode']),
|
|
47
49
|
'userPathTemplate': !(0, runtime_1.exists)(json, 'user_path_template') ? undefined : json['user_path_template'],
|
|
@@ -65,6 +67,8 @@ function PlexSourceRequestToJSON(value) {
|
|
|
65
67
|
'enabled': value.enabled,
|
|
66
68
|
'authentication_flow': value.authenticationFlow,
|
|
67
69
|
'enrollment_flow': value.enrollmentFlow,
|
|
70
|
+
'user_property_mappings': value.userPropertyMappings,
|
|
71
|
+
'group_property_mappings': value.groupPropertyMappings,
|
|
68
72
|
'policy_engine_mode': (0, PolicyEngineMode_1.PolicyEngineModeToJSON)(value.policyEngineMode),
|
|
69
73
|
'user_matching_mode': (0, UserMatchingModeEnum_1.UserMatchingModeEnumToJSON)(value.userMatchingMode),
|
|
70
74
|
'user_path_template': value.userPathTemplate,
|
|
@@ -57,6 +57,18 @@ export interface SAMLSource {
|
|
|
57
57
|
* @memberof SAMLSource
|
|
58
58
|
*/
|
|
59
59
|
enrollmentFlow?: string | null;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {Array<string>}
|
|
63
|
+
* @memberof SAMLSource
|
|
64
|
+
*/
|
|
65
|
+
userPropertyMappings?: Array<string>;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {Array<string>}
|
|
69
|
+
* @memberof SAMLSource
|
|
70
|
+
*/
|
|
71
|
+
groupPropertyMappings?: Array<string>;
|
|
60
72
|
/**
|
|
61
73
|
* Get object component so that we know how to edit the object
|
|
62
74
|
* @type {string}
|
|
@@ -55,6 +55,8 @@ function SAMLSourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
55
55
|
'enabled': !(0, runtime_1.exists)(json, 'enabled') ? undefined : json['enabled'],
|
|
56
56
|
'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
57
57
|
'enrollmentFlow': !(0, runtime_1.exists)(json, 'enrollment_flow') ? undefined : json['enrollment_flow'],
|
|
58
|
+
'userPropertyMappings': !(0, runtime_1.exists)(json, 'user_property_mappings') ? undefined : json['user_property_mappings'],
|
|
59
|
+
'groupPropertyMappings': !(0, runtime_1.exists)(json, 'group_property_mappings') ? undefined : json['group_property_mappings'],
|
|
58
60
|
'component': json['component'],
|
|
59
61
|
'verboseName': json['verbose_name'],
|
|
60
62
|
'verboseNamePlural': json['verbose_name_plural'],
|
|
@@ -92,6 +94,8 @@ function SAMLSourceToJSON(value) {
|
|
|
92
94
|
'enabled': value.enabled,
|
|
93
95
|
'authentication_flow': value.authenticationFlow,
|
|
94
96
|
'enrollment_flow': value.enrollmentFlow,
|
|
97
|
+
'user_property_mappings': value.userPropertyMappings,
|
|
98
|
+
'group_property_mappings': value.groupPropertyMappings,
|
|
95
99
|
'policy_engine_mode': (0, PolicyEngineMode_1.PolicyEngineModeToJSON)(value.policyEngineMode),
|
|
96
100
|
'user_matching_mode': (0, UserMatchingModeEnum_1.UserMatchingModeEnumToJSON)(value.userMatchingMode),
|
|
97
101
|
'user_path_template': value.userPathTemplate,
|
|
@@ -51,6 +51,18 @@ export interface SAMLSourceRequest {
|
|
|
51
51
|
* @memberof SAMLSourceRequest
|
|
52
52
|
*/
|
|
53
53
|
enrollmentFlow?: string | null;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {Array<string>}
|
|
57
|
+
* @memberof SAMLSourceRequest
|
|
58
|
+
*/
|
|
59
|
+
userPropertyMappings?: Array<string>;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {Array<string>}
|
|
63
|
+
* @memberof SAMLSourceRequest
|
|
64
|
+
*/
|
|
65
|
+
groupPropertyMappings?: Array<string>;
|
|
54
66
|
/**
|
|
55
67
|
*
|
|
56
68
|
* @type {PolicyEngineMode}
|
|
@@ -47,6 +47,8 @@ function SAMLSourceRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
47
47
|
'enabled': !(0, runtime_1.exists)(json, 'enabled') ? undefined : json['enabled'],
|
|
48
48
|
'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
49
49
|
'enrollmentFlow': !(0, runtime_1.exists)(json, 'enrollment_flow') ? undefined : json['enrollment_flow'],
|
|
50
|
+
'userPropertyMappings': !(0, runtime_1.exists)(json, 'user_property_mappings') ? undefined : json['user_property_mappings'],
|
|
51
|
+
'groupPropertyMappings': !(0, runtime_1.exists)(json, 'group_property_mappings') ? undefined : json['group_property_mappings'],
|
|
50
52
|
'policyEngineMode': !(0, runtime_1.exists)(json, 'policy_engine_mode') ? undefined : (0, PolicyEngineMode_1.PolicyEngineModeFromJSON)(json['policy_engine_mode']),
|
|
51
53
|
'userMatchingMode': !(0, runtime_1.exists)(json, 'user_matching_mode') ? undefined : (0, UserMatchingModeEnum_1.UserMatchingModeEnumFromJSON)(json['user_matching_mode']),
|
|
52
54
|
'userPathTemplate': !(0, runtime_1.exists)(json, 'user_path_template') ? undefined : json['user_path_template'],
|
|
@@ -78,6 +80,8 @@ function SAMLSourceRequestToJSON(value) {
|
|
|
78
80
|
'enabled': value.enabled,
|
|
79
81
|
'authentication_flow': value.authenticationFlow,
|
|
80
82
|
'enrollment_flow': value.enrollmentFlow,
|
|
83
|
+
'user_property_mappings': value.userPropertyMappings,
|
|
84
|
+
'group_property_mappings': value.groupPropertyMappings,
|
|
81
85
|
'policy_engine_mode': (0, PolicyEngineMode_1.PolicyEngineModeToJSON)(value.policyEngineMode),
|
|
82
86
|
'user_matching_mode': (0, UserMatchingModeEnum_1.UserMatchingModeEnumToJSON)(value.userMatchingMode),
|
|
83
87
|
'user_path_template': value.userPathTemplate,
|
package/dist/models/Source.d.ts
CHANGED
|
@@ -53,6 +53,18 @@ export interface Source {
|
|
|
53
53
|
* @memberof Source
|
|
54
54
|
*/
|
|
55
55
|
enrollmentFlow?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {Array<string>}
|
|
59
|
+
* @memberof Source
|
|
60
|
+
*/
|
|
61
|
+
userPropertyMappings?: Array<string>;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {Array<string>}
|
|
65
|
+
* @memberof Source
|
|
66
|
+
*/
|
|
67
|
+
groupPropertyMappings?: Array<string>;
|
|
56
68
|
/**
|
|
57
69
|
* Get object component so that we know how to edit the object
|
|
58
70
|
* @type {string}
|
package/dist/models/Source.js
CHANGED
|
@@ -49,6 +49,8 @@ function SourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
49
49
|
'enabled': !(0, runtime_1.exists)(json, 'enabled') ? undefined : json['enabled'],
|
|
50
50
|
'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
51
51
|
'enrollmentFlow': !(0, runtime_1.exists)(json, 'enrollment_flow') ? undefined : json['enrollment_flow'],
|
|
52
|
+
'userPropertyMappings': !(0, runtime_1.exists)(json, 'user_property_mappings') ? undefined : json['user_property_mappings'],
|
|
53
|
+
'groupPropertyMappings': !(0, runtime_1.exists)(json, 'group_property_mappings') ? undefined : json['group_property_mappings'],
|
|
52
54
|
'component': json['component'],
|
|
53
55
|
'verboseName': json['verbose_name'],
|
|
54
56
|
'verboseNamePlural': json['verbose_name_plural'],
|
|
@@ -74,6 +76,8 @@ function SourceToJSON(value) {
|
|
|
74
76
|
'enabled': value.enabled,
|
|
75
77
|
'authentication_flow': value.authenticationFlow,
|
|
76
78
|
'enrollment_flow': value.enrollmentFlow,
|
|
79
|
+
'user_property_mappings': value.userPropertyMappings,
|
|
80
|
+
'group_property_mappings': value.groupPropertyMappings,
|
|
77
81
|
'policy_engine_mode': (0, PolicyEngineMode_1.PolicyEngineModeToJSON)(value.policyEngineMode),
|
|
78
82
|
'user_matching_mode': (0, UserMatchingModeEnum_1.UserMatchingModeEnumToJSON)(value.userMatchingMode),
|
|
79
83
|
'user_path_template': value.userPathTemplate,
|
|
@@ -47,6 +47,18 @@ export interface SourceRequest {
|
|
|
47
47
|
* @memberof SourceRequest
|
|
48
48
|
*/
|
|
49
49
|
enrollmentFlow?: string | null;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {Array<string>}
|
|
53
|
+
* @memberof SourceRequest
|
|
54
|
+
*/
|
|
55
|
+
userPropertyMappings?: Array<string>;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {Array<string>}
|
|
59
|
+
* @memberof SourceRequest
|
|
60
|
+
*/
|
|
61
|
+
groupPropertyMappings?: Array<string>;
|
|
50
62
|
/**
|
|
51
63
|
*
|
|
52
64
|
* @type {PolicyEngineMode}
|
|
@@ -41,6 +41,8 @@ function SourceRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
41
41
|
'enabled': !(0, runtime_1.exists)(json, 'enabled') ? undefined : json['enabled'],
|
|
42
42
|
'authenticationFlow': !(0, runtime_1.exists)(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
43
43
|
'enrollmentFlow': !(0, runtime_1.exists)(json, 'enrollment_flow') ? undefined : json['enrollment_flow'],
|
|
44
|
+
'userPropertyMappings': !(0, runtime_1.exists)(json, 'user_property_mappings') ? undefined : json['user_property_mappings'],
|
|
45
|
+
'groupPropertyMappings': !(0, runtime_1.exists)(json, 'group_property_mappings') ? undefined : json['group_property_mappings'],
|
|
44
46
|
'policyEngineMode': !(0, runtime_1.exists)(json, 'policy_engine_mode') ? undefined : (0, PolicyEngineMode_1.PolicyEngineModeFromJSON)(json['policy_engine_mode']),
|
|
45
47
|
'userMatchingMode': !(0, runtime_1.exists)(json, 'user_matching_mode') ? undefined : (0, UserMatchingModeEnum_1.UserMatchingModeEnumFromJSON)(json['user_matching_mode']),
|
|
46
48
|
'userPathTemplate': !(0, runtime_1.exists)(json, 'user_path_template') ? undefined : json['user_path_template'],
|
|
@@ -60,6 +62,8 @@ function SourceRequestToJSON(value) {
|
|
|
60
62
|
'enabled': value.enabled,
|
|
61
63
|
'authentication_flow': value.authenticationFlow,
|
|
62
64
|
'enrollment_flow': value.enrollmentFlow,
|
|
65
|
+
'user_property_mappings': value.userPropertyMappings,
|
|
66
|
+
'group_property_mappings': value.groupPropertyMappings,
|
|
63
67
|
'policy_engine_mode': (0, PolicyEngineMode_1.PolicyEngineModeToJSON)(value.policyEngineMode),
|
|
64
68
|
'user_matching_mode': (0, UserMatchingModeEnum_1.UserMatchingModeEnumToJSON)(value.userMatchingMode),
|
|
65
69
|
'user_path_template': value.userPathTemplate,
|
package/package.json
CHANGED
|
@@ -177,7 +177,6 @@ export interface PropertymappingsLdapListRequest {
|
|
|
177
177
|
expression?: string;
|
|
178
178
|
managed?: Array<string>;
|
|
179
179
|
name?: string;
|
|
180
|
-
objectField?: string;
|
|
181
180
|
ordering?: string;
|
|
182
181
|
page?: number;
|
|
183
182
|
pageSize?: number;
|
|
@@ -805,10 +804,6 @@ export class PropertymappingsApi extends runtime.BaseAPI {
|
|
|
805
804
|
queryParameters['name'] = requestParameters.name;
|
|
806
805
|
}
|
|
807
806
|
|
|
808
|
-
if (requestParameters.objectField !== undefined) {
|
|
809
|
-
queryParameters['object_field'] = requestParameters.objectField;
|
|
810
|
-
}
|
|
811
|
-
|
|
812
807
|
if (requestParameters.ordering !== undefined) {
|
|
813
808
|
queryParameters['ordering'] = requestParameters.ordering;
|
|
814
809
|
}
|
package/src/apis/SourcesApi.ts
CHANGED
|
@@ -241,6 +241,7 @@ export interface SourcesLdapListRequest {
|
|
|
241
241
|
enabled?: boolean;
|
|
242
242
|
groupMembershipField?: string;
|
|
243
243
|
groupObjectFilter?: string;
|
|
244
|
+
groupPropertyMappings?: Array<string>;
|
|
244
245
|
name?: string;
|
|
245
246
|
objectUniquenessField?: string;
|
|
246
247
|
ordering?: string;
|
|
@@ -248,8 +249,6 @@ export interface SourcesLdapListRequest {
|
|
|
248
249
|
pageSize?: number;
|
|
249
250
|
passwordLoginUpdateInternalPassword?: boolean;
|
|
250
251
|
peerCertificate?: string;
|
|
251
|
-
propertyMappings?: Array<string>;
|
|
252
|
-
propertyMappingsGroup?: Array<string>;
|
|
253
252
|
search?: string;
|
|
254
253
|
serverUri?: string;
|
|
255
254
|
slug?: string;
|
|
@@ -260,6 +259,7 @@ export interface SourcesLdapListRequest {
|
|
|
260
259
|
syncUsers?: boolean;
|
|
261
260
|
syncUsersPassword?: boolean;
|
|
262
261
|
userObjectFilter?: string;
|
|
262
|
+
userPropertyMappings?: Array<string>;
|
|
263
263
|
}
|
|
264
264
|
|
|
265
265
|
export interface SourcesLdapPartialUpdateRequest {
|
|
@@ -1190,6 +1190,10 @@ export class SourcesApi extends runtime.BaseAPI {
|
|
|
1190
1190
|
queryParameters['group_object_filter'] = requestParameters.groupObjectFilter;
|
|
1191
1191
|
}
|
|
1192
1192
|
|
|
1193
|
+
if (requestParameters.groupPropertyMappings) {
|
|
1194
|
+
queryParameters['group_property_mappings'] = requestParameters.groupPropertyMappings;
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1193
1197
|
if (requestParameters.name !== undefined) {
|
|
1194
1198
|
queryParameters['name'] = requestParameters.name;
|
|
1195
1199
|
}
|
|
@@ -1218,14 +1222,6 @@ export class SourcesApi extends runtime.BaseAPI {
|
|
|
1218
1222
|
queryParameters['peer_certificate'] = requestParameters.peerCertificate;
|
|
1219
1223
|
}
|
|
1220
1224
|
|
|
1221
|
-
if (requestParameters.propertyMappings) {
|
|
1222
|
-
queryParameters['property_mappings'] = requestParameters.propertyMappings;
|
|
1223
|
-
}
|
|
1224
|
-
|
|
1225
|
-
if (requestParameters.propertyMappingsGroup) {
|
|
1226
|
-
queryParameters['property_mappings_group'] = requestParameters.propertyMappingsGroup;
|
|
1227
|
-
}
|
|
1228
|
-
|
|
1229
1225
|
if (requestParameters.search !== undefined) {
|
|
1230
1226
|
queryParameters['search'] = requestParameters.search;
|
|
1231
1227
|
}
|
|
@@ -1266,6 +1262,10 @@ export class SourcesApi extends runtime.BaseAPI {
|
|
|
1266
1262
|
queryParameters['user_object_filter'] = requestParameters.userObjectFilter;
|
|
1267
1263
|
}
|
|
1268
1264
|
|
|
1265
|
+
if (requestParameters.userPropertyMappings) {
|
|
1266
|
+
queryParameters['user_property_mappings'] = requestParameters.userPropertyMappings;
|
|
1267
|
+
}
|
|
1268
|
+
|
|
1269
1269
|
const headerParameters: runtime.HTTPHeaders = {};
|
|
1270
1270
|
|
|
1271
1271
|
if (this.configuration && this.configuration.accessToken) {
|
|
@@ -67,12 +67,6 @@ export interface LDAPPropertyMapping {
|
|
|
67
67
|
* @memberof LDAPPropertyMapping
|
|
68
68
|
*/
|
|
69
69
|
readonly metaModelName: string;
|
|
70
|
-
/**
|
|
71
|
-
*
|
|
72
|
-
* @type {string}
|
|
73
|
-
* @memberof LDAPPropertyMapping
|
|
74
|
-
*/
|
|
75
|
-
objectField: string;
|
|
76
70
|
}
|
|
77
71
|
|
|
78
72
|
/**
|
|
@@ -87,7 +81,6 @@ export function instanceOfLDAPPropertyMapping(value: object): boolean {
|
|
|
87
81
|
isInstance = isInstance && "verboseName" in value;
|
|
88
82
|
isInstance = isInstance && "verboseNamePlural" in value;
|
|
89
83
|
isInstance = isInstance && "metaModelName" in value;
|
|
90
|
-
isInstance = isInstance && "objectField" in value;
|
|
91
84
|
|
|
92
85
|
return isInstance;
|
|
93
86
|
}
|
|
@@ -110,7 +103,6 @@ export function LDAPPropertyMappingFromJSONTyped(json: any, ignoreDiscriminator:
|
|
|
110
103
|
'verboseName': json['verbose_name'],
|
|
111
104
|
'verboseNamePlural': json['verbose_name_plural'],
|
|
112
105
|
'metaModelName': json['meta_model_name'],
|
|
113
|
-
'objectField': json['object_field'],
|
|
114
106
|
};
|
|
115
107
|
}
|
|
116
108
|
|
|
@@ -126,7 +118,6 @@ export function LDAPPropertyMappingToJSON(value?: LDAPPropertyMapping | null): a
|
|
|
126
118
|
'managed': value.managed,
|
|
127
119
|
'name': value.name,
|
|
128
120
|
'expression': value.expression,
|
|
129
|
-
'object_field': value.objectField,
|
|
130
121
|
};
|
|
131
122
|
}
|
|
132
123
|
|
|
@@ -37,12 +37,6 @@ export interface LDAPPropertyMappingRequest {
|
|
|
37
37
|
* @memberof LDAPPropertyMappingRequest
|
|
38
38
|
*/
|
|
39
39
|
expression: string;
|
|
40
|
-
/**
|
|
41
|
-
*
|
|
42
|
-
* @type {string}
|
|
43
|
-
* @memberof LDAPPropertyMappingRequest
|
|
44
|
-
*/
|
|
45
|
-
objectField: string;
|
|
46
40
|
}
|
|
47
41
|
|
|
48
42
|
/**
|
|
@@ -52,7 +46,6 @@ export function instanceOfLDAPPropertyMappingRequest(value: object): boolean {
|
|
|
52
46
|
let isInstance = true;
|
|
53
47
|
isInstance = isInstance && "name" in value;
|
|
54
48
|
isInstance = isInstance && "expression" in value;
|
|
55
|
-
isInstance = isInstance && "objectField" in value;
|
|
56
49
|
|
|
57
50
|
return isInstance;
|
|
58
51
|
}
|
|
@@ -70,7 +63,6 @@ export function LDAPPropertyMappingRequestFromJSONTyped(json: any, ignoreDiscrim
|
|
|
70
63
|
'managed': !exists(json, 'managed') ? undefined : json['managed'],
|
|
71
64
|
'name': json['name'],
|
|
72
65
|
'expression': json['expression'],
|
|
73
|
-
'objectField': json['object_field'],
|
|
74
66
|
};
|
|
75
67
|
}
|
|
76
68
|
|
|
@@ -86,7 +78,6 @@ export function LDAPPropertyMappingRequestToJSON(value?: LDAPPropertyMappingRequ
|
|
|
86
78
|
'managed': value.managed,
|
|
87
79
|
'name': value.name,
|
|
88
80
|
'expression': value.expression,
|
|
89
|
-
'object_field': value.objectField,
|
|
90
81
|
};
|
|
91
82
|
}
|
|
92
83
|
|
package/src/models/LDAPSource.ts
CHANGED
|
@@ -68,6 +68,18 @@ export interface LDAPSource {
|
|
|
68
68
|
* @memberof LDAPSource
|
|
69
69
|
*/
|
|
70
70
|
enrollmentFlow?: string | null;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {Array<string>}
|
|
74
|
+
* @memberof LDAPSource
|
|
75
|
+
*/
|
|
76
|
+
userPropertyMappings?: Array<string>;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {Array<string>}
|
|
80
|
+
* @memberof LDAPSource
|
|
81
|
+
*/
|
|
82
|
+
groupPropertyMappings?: Array<string>;
|
|
71
83
|
/**
|
|
72
84
|
* Get object component so that we know how to edit the object
|
|
73
85
|
* @type {string}
|
|
@@ -230,18 +242,6 @@ export interface LDAPSource {
|
|
|
230
242
|
* @memberof LDAPSource
|
|
231
243
|
*/
|
|
232
244
|
syncParentGroup?: string | null;
|
|
233
|
-
/**
|
|
234
|
-
*
|
|
235
|
-
* @type {Array<string>}
|
|
236
|
-
* @memberof LDAPSource
|
|
237
|
-
*/
|
|
238
|
-
propertyMappings?: Array<string>;
|
|
239
|
-
/**
|
|
240
|
-
* Property mappings used for group creation/updating.
|
|
241
|
-
* @type {Array<string>}
|
|
242
|
-
* @memberof LDAPSource
|
|
243
|
-
*/
|
|
244
|
-
propertyMappingsGroup?: Array<string>;
|
|
245
245
|
/**
|
|
246
246
|
* Get cached source connectivity
|
|
247
247
|
* @type {{ [key: string]: { [key: string]: string; }; }}
|
|
@@ -287,6 +287,8 @@ export function LDAPSourceFromJSONTyped(json: any, ignoreDiscriminator: boolean)
|
|
|
287
287
|
'enabled': !exists(json, 'enabled') ? undefined : json['enabled'],
|
|
288
288
|
'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
289
289
|
'enrollmentFlow': !exists(json, 'enrollment_flow') ? undefined : json['enrollment_flow'],
|
|
290
|
+
'userPropertyMappings': !exists(json, 'user_property_mappings') ? undefined : json['user_property_mappings'],
|
|
291
|
+
'groupPropertyMappings': !exists(json, 'group_property_mappings') ? undefined : json['group_property_mappings'],
|
|
290
292
|
'component': json['component'],
|
|
291
293
|
'verboseName': json['verbose_name'],
|
|
292
294
|
'verboseNamePlural': json['verbose_name_plural'],
|
|
@@ -314,8 +316,6 @@ export function LDAPSourceFromJSONTyped(json: any, ignoreDiscriminator: boolean)
|
|
|
314
316
|
'syncUsersPassword': !exists(json, 'sync_users_password') ? undefined : json['sync_users_password'],
|
|
315
317
|
'syncGroups': !exists(json, 'sync_groups') ? undefined : json['sync_groups'],
|
|
316
318
|
'syncParentGroup': !exists(json, 'sync_parent_group') ? undefined : json['sync_parent_group'],
|
|
317
|
-
'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
318
|
-
'propertyMappingsGroup': !exists(json, 'property_mappings_group') ? undefined : json['property_mappings_group'],
|
|
319
319
|
'connectivity': json['connectivity'],
|
|
320
320
|
};
|
|
321
321
|
}
|
|
@@ -334,6 +334,8 @@ export function LDAPSourceToJSON(value?: LDAPSource | null): any {
|
|
|
334
334
|
'enabled': value.enabled,
|
|
335
335
|
'authentication_flow': value.authenticationFlow,
|
|
336
336
|
'enrollment_flow': value.enrollmentFlow,
|
|
337
|
+
'user_property_mappings': value.userPropertyMappings,
|
|
338
|
+
'group_property_mappings': value.groupPropertyMappings,
|
|
337
339
|
'policy_engine_mode': PolicyEngineModeToJSON(value.policyEngineMode),
|
|
338
340
|
'user_matching_mode': UserMatchingModeEnumToJSON(value.userMatchingMode),
|
|
339
341
|
'user_path_template': value.userPathTemplate,
|
|
@@ -355,8 +357,6 @@ export function LDAPSourceToJSON(value?: LDAPSource | null): any {
|
|
|
355
357
|
'sync_users_password': value.syncUsersPassword,
|
|
356
358
|
'sync_groups': value.syncGroups,
|
|
357
359
|
'sync_parent_group': value.syncParentGroup,
|
|
358
|
-
'property_mappings': value.propertyMappings,
|
|
359
|
-
'property_mappings_group': value.propertyMappingsGroup,
|
|
360
360
|
};
|
|
361
361
|
}
|
|
362
362
|
|