@goauthentik/api 2024.6.3-1723032607 → 2024.6.3-1723053526
Sign up to get free protection for your applications and to get access to all the features.
- package/.openapi-generator/FILES +13 -0
- package/dist/apis/PropertymappingsApi.d.ts +171 -1
- package/dist/apis/PropertymappingsApi.js +542 -0
- package/dist/apis/RbacApi.d.ts +8 -0
- package/dist/apis/RbacApi.js +8 -0
- package/dist/apis/SourcesApi.d.ts +162 -1
- package/dist/apis/SourcesApi.js +493 -1
- package/dist/esm/apis/PropertymappingsApi.d.ts +171 -1
- package/dist/esm/apis/PropertymappingsApi.js +543 -1
- package/dist/esm/apis/RbacApi.d.ts +8 -0
- package/dist/esm/apis/RbacApi.js +8 -0
- package/dist/esm/apis/SourcesApi.d.ts +162 -1
- package/dist/esm/apis/SourcesApi.js +493 -1
- package/dist/esm/models/GroupMatchingModeEnum.d.ts +25 -0
- package/dist/esm/models/GroupMatchingModeEnum.js +32 -0
- package/dist/esm/models/GroupOAuthSourceConnection.d.ts +56 -0
- package/dist/esm/models/GroupOAuthSourceConnection.js +50 -0
- package/dist/esm/models/GroupSAMLSourceConnection.d.ts +56 -0
- package/dist/esm/models/GroupSAMLSourceConnection.js +50 -0
- package/dist/esm/models/ModelEnum.d.ts +4 -0
- package/dist/esm/models/ModelEnum.js +4 -0
- package/dist/esm/models/OAuthSource.d.ts +7 -0
- package/dist/esm/models/OAuthSource.js +3 -0
- package/dist/esm/models/OAuthSourcePropertyMapping.d.ts +73 -0
- package/dist/esm/models/OAuthSourcePropertyMapping.js +59 -0
- package/dist/esm/models/OAuthSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/esm/models/OAuthSourcePropertyMappingRequest.js +49 -0
- package/dist/esm/models/OAuthSourceRequest.d.ts +7 -0
- package/dist/esm/models/OAuthSourceRequest.js +3 -0
- package/dist/esm/models/PaginatedGroupOAuthSourceConnectionList.d.ts +39 -0
- package/dist/esm/models/PaginatedGroupOAuthSourceConnectionList.js +48 -0
- package/dist/esm/models/PaginatedGroupSAMLSourceConnectionList.d.ts +39 -0
- package/dist/esm/models/PaginatedGroupSAMLSourceConnectionList.js +48 -0
- package/dist/esm/models/PaginatedOAuthSourcePropertyMappingList.d.ts +39 -0
- package/dist/esm/models/PaginatedOAuthSourcePropertyMappingList.js +48 -0
- package/dist/esm/models/PaginatedSAMLSourcePropertyMappingList.d.ts +39 -0
- package/dist/esm/models/PaginatedSAMLSourcePropertyMappingList.js +48 -0
- package/dist/esm/models/PatchedOAuthSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/esm/models/PatchedOAuthSourcePropertyMappingRequest.js +47 -0
- package/dist/esm/models/PatchedOAuthSourceRequest.d.ts +7 -0
- package/dist/esm/models/PatchedOAuthSourceRequest.js +3 -0
- package/dist/esm/models/PatchedSAMLSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/esm/models/PatchedSAMLSourcePropertyMappingRequest.js +47 -0
- package/dist/esm/models/PatchedSAMLSourceRequest.d.ts +13 -0
- package/dist/esm/models/PatchedSAMLSourceRequest.js +5 -0
- package/dist/esm/models/SAMLSource.d.ts +13 -0
- package/dist/esm/models/SAMLSource.js +5 -0
- package/dist/esm/models/SAMLSourcePropertyMapping.d.ts +73 -0
- package/dist/esm/models/SAMLSourcePropertyMapping.js +59 -0
- package/dist/esm/models/SAMLSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/esm/models/SAMLSourcePropertyMappingRequest.js +49 -0
- package/dist/esm/models/SAMLSourceRequest.d.ts +13 -0
- package/dist/esm/models/SAMLSourceRequest.js +5 -0
- package/dist/esm/models/index.d.ts +13 -0
- package/dist/esm/models/index.js +13 -0
- package/dist/models/GroupMatchingModeEnum.d.ts +25 -0
- package/dist/models/GroupMatchingModeEnum.js +38 -0
- package/dist/models/GroupOAuthSourceConnection.d.ts +56 -0
- package/dist/models/GroupOAuthSourceConnection.js +57 -0
- package/dist/models/GroupSAMLSourceConnection.d.ts +56 -0
- package/dist/models/GroupSAMLSourceConnection.js +57 -0
- package/dist/models/ModelEnum.d.ts +4 -0
- package/dist/models/ModelEnum.js +4 -0
- package/dist/models/OAuthSource.d.ts +7 -0
- package/dist/models/OAuthSource.js +3 -0
- package/dist/models/OAuthSourcePropertyMapping.d.ts +73 -0
- package/dist/models/OAuthSourcePropertyMapping.js +66 -0
- package/dist/models/OAuthSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/models/OAuthSourcePropertyMappingRequest.js +56 -0
- package/dist/models/OAuthSourceRequest.d.ts +7 -0
- package/dist/models/OAuthSourceRequest.js +3 -0
- package/dist/models/PaginatedGroupOAuthSourceConnectionList.d.ts +39 -0
- package/dist/models/PaginatedGroupOAuthSourceConnectionList.js +55 -0
- package/dist/models/PaginatedGroupSAMLSourceConnectionList.d.ts +39 -0
- package/dist/models/PaginatedGroupSAMLSourceConnectionList.js +55 -0
- package/dist/models/PaginatedOAuthSourcePropertyMappingList.d.ts +39 -0
- package/dist/models/PaginatedOAuthSourcePropertyMappingList.js +55 -0
- package/dist/models/PaginatedSAMLSourcePropertyMappingList.d.ts +39 -0
- package/dist/models/PaginatedSAMLSourcePropertyMappingList.js +55 -0
- package/dist/models/PatchedOAuthSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/models/PatchedOAuthSourcePropertyMappingRequest.js +54 -0
- package/dist/models/PatchedOAuthSourceRequest.d.ts +7 -0
- package/dist/models/PatchedOAuthSourceRequest.js +3 -0
- package/dist/models/PatchedSAMLSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/models/PatchedSAMLSourcePropertyMappingRequest.js +54 -0
- package/dist/models/PatchedSAMLSourceRequest.d.ts +13 -0
- package/dist/models/PatchedSAMLSourceRequest.js +5 -0
- package/dist/models/SAMLSource.d.ts +13 -0
- package/dist/models/SAMLSource.js +5 -0
- package/dist/models/SAMLSourcePropertyMapping.d.ts +73 -0
- package/dist/models/SAMLSourcePropertyMapping.js +66 -0
- package/dist/models/SAMLSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/models/SAMLSourcePropertyMappingRequest.js +56 -0
- package/dist/models/SAMLSourceRequest.d.ts +13 -0
- package/dist/models/SAMLSourceRequest.js +5 -0
- package/dist/models/index.d.ts +13 -0
- package/dist/models/index.js +13 -0
- package/package.json +1 -1
- package/src/apis/PropertymappingsApi.ts +700 -0
- package/src/apis/RbacApi.ts +8 -0
- package/src/apis/SourcesApi.ts +613 -0
- package/src/models/GroupMatchingModeEnum.ts +40 -0
- package/src/models/GroupOAuthSourceConnection.ts +104 -0
- package/src/models/GroupSAMLSourceConnection.ts +104 -0
- package/src/models/ModelEnum.ts +4 -0
- package/src/models/OAuthSource.ts +14 -0
- package/src/models/OAuthSourcePropertyMapping.ts +123 -0
- package/src/models/OAuthSourcePropertyMappingRequest.ts +83 -0
- package/src/models/OAuthSourceRequest.ts +14 -0
- package/src/models/PaginatedGroupOAuthSourceConnectionList.ts +88 -0
- package/src/models/PaginatedGroupSAMLSourceConnectionList.ts +88 -0
- package/src/models/PaginatedOAuthSourcePropertyMappingList.ts +88 -0
- package/src/models/PaginatedSAMLSourcePropertyMappingList.ts +88 -0
- package/src/models/PatchedOAuthSourcePropertyMappingRequest.ts +81 -0
- package/src/models/PatchedOAuthSourceRequest.ts +14 -0
- package/src/models/PatchedSAMLSourcePropertyMappingRequest.ts +81 -0
- package/src/models/PatchedSAMLSourceRequest.ts +22 -0
- package/src/models/SAMLSource.ts +22 -0
- package/src/models/SAMLSourcePropertyMapping.ts +123 -0
- package/src/models/SAMLSourcePropertyMappingRequest.ts +83 -0
- package/src/models/SAMLSourceRequest.ts +22 -0
- package/src/models/index.ts +13 -0
@@ -0,0 +1,123 @@
|
|
1
|
+
/* tslint:disable */
|
2
|
+
/* eslint-disable */
|
3
|
+
/**
|
4
|
+
* authentik
|
5
|
+
* Making authentication simple.
|
6
|
+
*
|
7
|
+
* The version of the OpenAPI document: 2024.6.3
|
8
|
+
* Contact: hello@goauthentik.io
|
9
|
+
*
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
11
|
+
* https://openapi-generator.tech
|
12
|
+
* Do not edit the class manually.
|
13
|
+
*/
|
14
|
+
|
15
|
+
import { exists, mapValues } from '../runtime';
|
16
|
+
/**
|
17
|
+
* SAMLSourcePropertyMapping Serializer
|
18
|
+
* @export
|
19
|
+
* @interface SAMLSourcePropertyMapping
|
20
|
+
*/
|
21
|
+
export interface SAMLSourcePropertyMapping {
|
22
|
+
/**
|
23
|
+
*
|
24
|
+
* @type {string}
|
25
|
+
* @memberof SAMLSourcePropertyMapping
|
26
|
+
*/
|
27
|
+
readonly pk: string;
|
28
|
+
/**
|
29
|
+
* Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.
|
30
|
+
* @type {string}
|
31
|
+
* @memberof SAMLSourcePropertyMapping
|
32
|
+
*/
|
33
|
+
managed?: string | null;
|
34
|
+
/**
|
35
|
+
*
|
36
|
+
* @type {string}
|
37
|
+
* @memberof SAMLSourcePropertyMapping
|
38
|
+
*/
|
39
|
+
name: string;
|
40
|
+
/**
|
41
|
+
*
|
42
|
+
* @type {string}
|
43
|
+
* @memberof SAMLSourcePropertyMapping
|
44
|
+
*/
|
45
|
+
expression: string;
|
46
|
+
/**
|
47
|
+
* Get object's component so that we know how to edit the object
|
48
|
+
* @type {string}
|
49
|
+
* @memberof SAMLSourcePropertyMapping
|
50
|
+
*/
|
51
|
+
readonly component: string;
|
52
|
+
/**
|
53
|
+
* Return object's verbose_name
|
54
|
+
* @type {string}
|
55
|
+
* @memberof SAMLSourcePropertyMapping
|
56
|
+
*/
|
57
|
+
readonly verboseName: string;
|
58
|
+
/**
|
59
|
+
* Return object's plural verbose_name
|
60
|
+
* @type {string}
|
61
|
+
* @memberof SAMLSourcePropertyMapping
|
62
|
+
*/
|
63
|
+
readonly verboseNamePlural: string;
|
64
|
+
/**
|
65
|
+
* Return internal model name
|
66
|
+
* @type {string}
|
67
|
+
* @memberof SAMLSourcePropertyMapping
|
68
|
+
*/
|
69
|
+
readonly metaModelName: string;
|
70
|
+
}
|
71
|
+
|
72
|
+
/**
|
73
|
+
* Check if a given object implements the SAMLSourcePropertyMapping interface.
|
74
|
+
*/
|
75
|
+
export function instanceOfSAMLSourcePropertyMapping(value: object): boolean {
|
76
|
+
let isInstance = true;
|
77
|
+
isInstance = isInstance && "pk" in value;
|
78
|
+
isInstance = isInstance && "name" in value;
|
79
|
+
isInstance = isInstance && "expression" in value;
|
80
|
+
isInstance = isInstance && "component" in value;
|
81
|
+
isInstance = isInstance && "verboseName" in value;
|
82
|
+
isInstance = isInstance && "verboseNamePlural" in value;
|
83
|
+
isInstance = isInstance && "metaModelName" in value;
|
84
|
+
|
85
|
+
return isInstance;
|
86
|
+
}
|
87
|
+
|
88
|
+
export function SAMLSourcePropertyMappingFromJSON(json: any): SAMLSourcePropertyMapping {
|
89
|
+
return SAMLSourcePropertyMappingFromJSONTyped(json, false);
|
90
|
+
}
|
91
|
+
|
92
|
+
export function SAMLSourcePropertyMappingFromJSONTyped(json: any, ignoreDiscriminator: boolean): SAMLSourcePropertyMapping {
|
93
|
+
if ((json === undefined) || (json === null)) {
|
94
|
+
return json;
|
95
|
+
}
|
96
|
+
return {
|
97
|
+
|
98
|
+
'pk': json['pk'],
|
99
|
+
'managed': !exists(json, 'managed') ? undefined : json['managed'],
|
100
|
+
'name': json['name'],
|
101
|
+
'expression': json['expression'],
|
102
|
+
'component': json['component'],
|
103
|
+
'verboseName': json['verbose_name'],
|
104
|
+
'verboseNamePlural': json['verbose_name_plural'],
|
105
|
+
'metaModelName': json['meta_model_name'],
|
106
|
+
};
|
107
|
+
}
|
108
|
+
|
109
|
+
export function SAMLSourcePropertyMappingToJSON(value?: SAMLSourcePropertyMapping | null): any {
|
110
|
+
if (value === undefined) {
|
111
|
+
return undefined;
|
112
|
+
}
|
113
|
+
if (value === null) {
|
114
|
+
return null;
|
115
|
+
}
|
116
|
+
return {
|
117
|
+
|
118
|
+
'managed': value.managed,
|
119
|
+
'name': value.name,
|
120
|
+
'expression': value.expression,
|
121
|
+
};
|
122
|
+
}
|
123
|
+
|
@@ -0,0 +1,83 @@
|
|
1
|
+
/* tslint:disable */
|
2
|
+
/* eslint-disable */
|
3
|
+
/**
|
4
|
+
* authentik
|
5
|
+
* Making authentication simple.
|
6
|
+
*
|
7
|
+
* The version of the OpenAPI document: 2024.6.3
|
8
|
+
* Contact: hello@goauthentik.io
|
9
|
+
*
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
11
|
+
* https://openapi-generator.tech
|
12
|
+
* Do not edit the class manually.
|
13
|
+
*/
|
14
|
+
|
15
|
+
import { exists, mapValues } from '../runtime';
|
16
|
+
/**
|
17
|
+
* SAMLSourcePropertyMapping Serializer
|
18
|
+
* @export
|
19
|
+
* @interface SAMLSourcePropertyMappingRequest
|
20
|
+
*/
|
21
|
+
export interface SAMLSourcePropertyMappingRequest {
|
22
|
+
/**
|
23
|
+
* Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.
|
24
|
+
* @type {string}
|
25
|
+
* @memberof SAMLSourcePropertyMappingRequest
|
26
|
+
*/
|
27
|
+
managed?: string | null;
|
28
|
+
/**
|
29
|
+
*
|
30
|
+
* @type {string}
|
31
|
+
* @memberof SAMLSourcePropertyMappingRequest
|
32
|
+
*/
|
33
|
+
name: string;
|
34
|
+
/**
|
35
|
+
*
|
36
|
+
* @type {string}
|
37
|
+
* @memberof SAMLSourcePropertyMappingRequest
|
38
|
+
*/
|
39
|
+
expression: string;
|
40
|
+
}
|
41
|
+
|
42
|
+
/**
|
43
|
+
* Check if a given object implements the SAMLSourcePropertyMappingRequest interface.
|
44
|
+
*/
|
45
|
+
export function instanceOfSAMLSourcePropertyMappingRequest(value: object): boolean {
|
46
|
+
let isInstance = true;
|
47
|
+
isInstance = isInstance && "name" in value;
|
48
|
+
isInstance = isInstance && "expression" in value;
|
49
|
+
|
50
|
+
return isInstance;
|
51
|
+
}
|
52
|
+
|
53
|
+
export function SAMLSourcePropertyMappingRequestFromJSON(json: any): SAMLSourcePropertyMappingRequest {
|
54
|
+
return SAMLSourcePropertyMappingRequestFromJSONTyped(json, false);
|
55
|
+
}
|
56
|
+
|
57
|
+
export function SAMLSourcePropertyMappingRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): SAMLSourcePropertyMappingRequest {
|
58
|
+
if ((json === undefined) || (json === null)) {
|
59
|
+
return json;
|
60
|
+
}
|
61
|
+
return {
|
62
|
+
|
63
|
+
'managed': !exists(json, 'managed') ? undefined : json['managed'],
|
64
|
+
'name': json['name'],
|
65
|
+
'expression': json['expression'],
|
66
|
+
};
|
67
|
+
}
|
68
|
+
|
69
|
+
export function SAMLSourcePropertyMappingRequestToJSON(value?: SAMLSourcePropertyMappingRequest | null): any {
|
70
|
+
if (value === undefined) {
|
71
|
+
return undefined;
|
72
|
+
}
|
73
|
+
if (value === null) {
|
74
|
+
return null;
|
75
|
+
}
|
76
|
+
return {
|
77
|
+
|
78
|
+
'managed': value.managed,
|
79
|
+
'name': value.name,
|
80
|
+
'expression': value.expression,
|
81
|
+
};
|
82
|
+
}
|
83
|
+
|
@@ -25,6 +25,12 @@ import {
|
|
25
25
|
DigestAlgorithmEnumFromJSONTyped,
|
26
26
|
DigestAlgorithmEnumToJSON,
|
27
27
|
} from './DigestAlgorithmEnum';
|
28
|
+
import type { GroupMatchingModeEnum } from './GroupMatchingModeEnum';
|
29
|
+
import {
|
30
|
+
GroupMatchingModeEnumFromJSON,
|
31
|
+
GroupMatchingModeEnumFromJSONTyped,
|
32
|
+
GroupMatchingModeEnumToJSON,
|
33
|
+
} from './GroupMatchingModeEnum';
|
28
34
|
import type { NameIdPolicyEnum } from './NameIdPolicyEnum';
|
29
35
|
import {
|
30
36
|
NameIdPolicyEnumFromJSON,
|
@@ -116,6 +122,12 @@ export interface SAMLSourceRequest {
|
|
116
122
|
* @memberof SAMLSourceRequest
|
117
123
|
*/
|
118
124
|
userPathTemplate?: string;
|
125
|
+
/**
|
126
|
+
*
|
127
|
+
* @type {GroupMatchingModeEnum}
|
128
|
+
* @memberof SAMLSourceRequest
|
129
|
+
*/
|
130
|
+
groupMatchingMode?: GroupMatchingModeEnum;
|
119
131
|
/**
|
120
132
|
* Flow used before authentication.
|
121
133
|
* @type {string}
|
@@ -188,6 +200,12 @@ export interface SAMLSourceRequest {
|
|
188
200
|
* @memberof SAMLSourceRequest
|
189
201
|
*/
|
190
202
|
temporaryUserDeleteAfter?: string;
|
203
|
+
/**
|
204
|
+
* When selected, incoming assertions are encrypted by the IdP using the public key of the encryption keypair. The assertion is decrypted by the SP using the the private key.
|
205
|
+
* @type {string}
|
206
|
+
* @memberof SAMLSourceRequest
|
207
|
+
*/
|
208
|
+
encryptionKp?: string | null;
|
191
209
|
}
|
192
210
|
|
193
211
|
/**
|
@@ -223,6 +241,7 @@ export function SAMLSourceRequestFromJSONTyped(json: any, ignoreDiscriminator: b
|
|
223
241
|
'policyEngineMode': !exists(json, 'policy_engine_mode') ? undefined : PolicyEngineModeFromJSON(json['policy_engine_mode']),
|
224
242
|
'userMatchingMode': !exists(json, 'user_matching_mode') ? undefined : UserMatchingModeEnumFromJSON(json['user_matching_mode']),
|
225
243
|
'userPathTemplate': !exists(json, 'user_path_template') ? undefined : json['user_path_template'],
|
244
|
+
'groupMatchingMode': !exists(json, 'group_matching_mode') ? undefined : GroupMatchingModeEnumFromJSON(json['group_matching_mode']),
|
226
245
|
'preAuthenticationFlow': json['pre_authentication_flow'],
|
227
246
|
'issuer': !exists(json, 'issuer') ? undefined : json['issuer'],
|
228
247
|
'ssoUrl': json['sso_url'],
|
@@ -235,6 +254,7 @@ export function SAMLSourceRequestFromJSONTyped(json: any, ignoreDiscriminator: b
|
|
235
254
|
'digestAlgorithm': !exists(json, 'digest_algorithm') ? undefined : DigestAlgorithmEnumFromJSON(json['digest_algorithm']),
|
236
255
|
'signatureAlgorithm': !exists(json, 'signature_algorithm') ? undefined : SignatureAlgorithmEnumFromJSON(json['signature_algorithm']),
|
237
256
|
'temporaryUserDeleteAfter': !exists(json, 'temporary_user_delete_after') ? undefined : json['temporary_user_delete_after'],
|
257
|
+
'encryptionKp': !exists(json, 'encryption_kp') ? undefined : json['encryption_kp'],
|
238
258
|
};
|
239
259
|
}
|
240
260
|
|
@@ -257,6 +277,7 @@ export function SAMLSourceRequestToJSON(value?: SAMLSourceRequest | null): any {
|
|
257
277
|
'policy_engine_mode': PolicyEngineModeToJSON(value.policyEngineMode),
|
258
278
|
'user_matching_mode': UserMatchingModeEnumToJSON(value.userMatchingMode),
|
259
279
|
'user_path_template': value.userPathTemplate,
|
280
|
+
'group_matching_mode': GroupMatchingModeEnumToJSON(value.groupMatchingMode),
|
260
281
|
'pre_authentication_flow': value.preAuthenticationFlow,
|
261
282
|
'issuer': value.issuer,
|
262
283
|
'sso_url': value.ssoUrl,
|
@@ -269,6 +290,7 @@ export function SAMLSourceRequestToJSON(value?: SAMLSourceRequest | null): any {
|
|
269
290
|
'digest_algorithm': DigestAlgorithmEnumToJSON(value.digestAlgorithm),
|
270
291
|
'signature_algorithm': SignatureAlgorithmEnumToJSON(value.signatureAlgorithm),
|
271
292
|
'temporary_user_delete_after': value.temporaryUserDeleteAfter,
|
293
|
+
'encryption_kp': value.encryptionKp,
|
272
294
|
};
|
273
295
|
}
|
274
296
|
|
package/src/models/index.ts
CHANGED
@@ -157,9 +157,12 @@ export * from './GoogleWorkspaceProviderRequest';
|
|
157
157
|
export * from './GoogleWorkspaceProviderUser';
|
158
158
|
export * from './GoogleWorkspaceProviderUserRequest';
|
159
159
|
export * from './Group';
|
160
|
+
export * from './GroupMatchingModeEnum';
|
160
161
|
export * from './GroupMember';
|
161
162
|
export * from './GroupMemberRequest';
|
163
|
+
export * from './GroupOAuthSourceConnection';
|
162
164
|
export * from './GroupRequest';
|
165
|
+
export * from './GroupSAMLSourceConnection';
|
163
166
|
export * from './IdentificationChallenge';
|
164
167
|
export * from './IdentificationChallengeResponseRequest';
|
165
168
|
export * from './IdentificationStage';
|
@@ -225,6 +228,8 @@ export * from './OAuthDeviceCodeChallengeResponseRequest';
|
|
225
228
|
export * from './OAuthDeviceCodeFinishChallenge';
|
226
229
|
export * from './OAuthDeviceCodeFinishChallengeResponseRequest';
|
227
230
|
export * from './OAuthSource';
|
231
|
+
export * from './OAuthSourcePropertyMapping';
|
232
|
+
export * from './OAuthSourcePropertyMappingRequest';
|
228
233
|
export * from './OAuthSourceRequest';
|
229
234
|
export * from './OpenIDConnectConfiguration';
|
230
235
|
export * from './OutgoingSyncDeleteAction';
|
@@ -269,6 +274,8 @@ export * from './PaginatedGoogleWorkspaceProviderList';
|
|
269
274
|
export * from './PaginatedGoogleWorkspaceProviderMappingList';
|
270
275
|
export * from './PaginatedGoogleWorkspaceProviderUserList';
|
271
276
|
export * from './PaginatedGroupList';
|
277
|
+
export * from './PaginatedGroupOAuthSourceConnectionList';
|
278
|
+
export * from './PaginatedGroupSAMLSourceConnectionList';
|
272
279
|
export * from './PaginatedIdentificationStageList';
|
273
280
|
export * from './PaginatedInvitationList';
|
274
281
|
export * from './PaginatedInvitationStageList';
|
@@ -288,6 +295,7 @@ export * from './PaginatedNotificationTransportList';
|
|
288
295
|
export * from './PaginatedNotificationWebhookMappingList';
|
289
296
|
export * from './PaginatedOAuth2ProviderList';
|
290
297
|
export * from './PaginatedOAuthSourceList';
|
298
|
+
export * from './PaginatedOAuthSourcePropertyMappingList';
|
291
299
|
export * from './PaginatedOutpostList';
|
292
300
|
export * from './PaginatedPasswordExpiryPolicyList';
|
293
301
|
export * from './PaginatedPasswordPolicyList';
|
@@ -315,6 +323,7 @@ export * from './PaginatedRoleList';
|
|
315
323
|
export * from './PaginatedSAMLPropertyMappingList';
|
316
324
|
export * from './PaginatedSAMLProviderList';
|
317
325
|
export * from './PaginatedSAMLSourceList';
|
326
|
+
export * from './PaginatedSAMLSourcePropertyMappingList';
|
318
327
|
export * from './PaginatedSCIMMappingList';
|
319
328
|
export * from './PaginatedSCIMProviderGroupList';
|
320
329
|
export * from './PaginatedSCIMProviderList';
|
@@ -403,6 +412,7 @@ export * from './PatchedNotificationRuleRequest';
|
|
403
412
|
export * from './PatchedNotificationTransportRequest';
|
404
413
|
export * from './PatchedNotificationWebhookMappingRequest';
|
405
414
|
export * from './PatchedOAuth2ProviderRequest';
|
415
|
+
export * from './PatchedOAuthSourcePropertyMappingRequest';
|
406
416
|
export * from './PatchedOAuthSourceRequest';
|
407
417
|
export * from './PatchedOutpostRequest';
|
408
418
|
export * from './PatchedPasswordExpiryPolicyRequest';
|
@@ -423,6 +433,7 @@ export * from './PatchedReputationPolicyRequest';
|
|
423
433
|
export * from './PatchedRoleRequest';
|
424
434
|
export * from './PatchedSAMLPropertyMappingRequest';
|
425
435
|
export * from './PatchedSAMLProviderRequest';
|
436
|
+
export * from './PatchedSAMLSourcePropertyMappingRequest';
|
426
437
|
export * from './PatchedSAMLSourceRequest';
|
427
438
|
export * from './PatchedSCIMMappingRequest';
|
428
439
|
export * from './PatchedSCIMProviderRequest';
|
@@ -509,6 +520,8 @@ export * from './SAMLPropertyMappingRequest';
|
|
509
520
|
export * from './SAMLProvider';
|
510
521
|
export * from './SAMLProviderRequest';
|
511
522
|
export * from './SAMLSource';
|
523
|
+
export * from './SAMLSourcePropertyMapping';
|
524
|
+
export * from './SAMLSourcePropertyMappingRequest';
|
512
525
|
export * from './SAMLSourceRequest';
|
513
526
|
export * from './SCIMMapping';
|
514
527
|
export * from './SCIMMappingRequest';
|