@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,66 @@
|
|
1
|
+
"use strict";
|
2
|
+
/* tslint:disable */
|
3
|
+
/* eslint-disable */
|
4
|
+
/**
|
5
|
+
* authentik
|
6
|
+
* Making authentication simple.
|
7
|
+
*
|
8
|
+
* The version of the OpenAPI document: 2024.6.3
|
9
|
+
* Contact: hello@goauthentik.io
|
10
|
+
*
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
12
|
+
* https://openapi-generator.tech
|
13
|
+
* Do not edit the class manually.
|
14
|
+
*/
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
16
|
+
exports.SAMLSourcePropertyMappingToJSON = exports.SAMLSourcePropertyMappingFromJSONTyped = exports.SAMLSourcePropertyMappingFromJSON = exports.instanceOfSAMLSourcePropertyMapping = void 0;
|
17
|
+
const runtime_1 = require("../runtime");
|
18
|
+
/**
|
19
|
+
* Check if a given object implements the SAMLSourcePropertyMapping interface.
|
20
|
+
*/
|
21
|
+
function instanceOfSAMLSourcePropertyMapping(value) {
|
22
|
+
let isInstance = true;
|
23
|
+
isInstance = isInstance && "pk" in value;
|
24
|
+
isInstance = isInstance && "name" in value;
|
25
|
+
isInstance = isInstance && "expression" in value;
|
26
|
+
isInstance = isInstance && "component" in value;
|
27
|
+
isInstance = isInstance && "verboseName" in value;
|
28
|
+
isInstance = isInstance && "verboseNamePlural" in value;
|
29
|
+
isInstance = isInstance && "metaModelName" in value;
|
30
|
+
return isInstance;
|
31
|
+
}
|
32
|
+
exports.instanceOfSAMLSourcePropertyMapping = instanceOfSAMLSourcePropertyMapping;
|
33
|
+
function SAMLSourcePropertyMappingFromJSON(json) {
|
34
|
+
return SAMLSourcePropertyMappingFromJSONTyped(json, false);
|
35
|
+
}
|
36
|
+
exports.SAMLSourcePropertyMappingFromJSON = SAMLSourcePropertyMappingFromJSON;
|
37
|
+
function SAMLSourcePropertyMappingFromJSONTyped(json, ignoreDiscriminator) {
|
38
|
+
if ((json === undefined) || (json === null)) {
|
39
|
+
return json;
|
40
|
+
}
|
41
|
+
return {
|
42
|
+
'pk': json['pk'],
|
43
|
+
'managed': !(0, runtime_1.exists)(json, 'managed') ? undefined : json['managed'],
|
44
|
+
'name': json['name'],
|
45
|
+
'expression': json['expression'],
|
46
|
+
'component': json['component'],
|
47
|
+
'verboseName': json['verbose_name'],
|
48
|
+
'verboseNamePlural': json['verbose_name_plural'],
|
49
|
+
'metaModelName': json['meta_model_name'],
|
50
|
+
};
|
51
|
+
}
|
52
|
+
exports.SAMLSourcePropertyMappingFromJSONTyped = SAMLSourcePropertyMappingFromJSONTyped;
|
53
|
+
function SAMLSourcePropertyMappingToJSON(value) {
|
54
|
+
if (value === undefined) {
|
55
|
+
return undefined;
|
56
|
+
}
|
57
|
+
if (value === null) {
|
58
|
+
return null;
|
59
|
+
}
|
60
|
+
return {
|
61
|
+
'managed': value.managed,
|
62
|
+
'name': value.name,
|
63
|
+
'expression': value.expression,
|
64
|
+
};
|
65
|
+
}
|
66
|
+
exports.SAMLSourcePropertyMappingToJSON = SAMLSourcePropertyMappingToJSON;
|
@@ -0,0 +1,43 @@
|
|
1
|
+
/**
|
2
|
+
* authentik
|
3
|
+
* Making authentication simple.
|
4
|
+
*
|
5
|
+
* The version of the OpenAPI document: 2024.6.3
|
6
|
+
* Contact: hello@goauthentik.io
|
7
|
+
*
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
9
|
+
* https://openapi-generator.tech
|
10
|
+
* Do not edit the class manually.
|
11
|
+
*/
|
12
|
+
/**
|
13
|
+
* SAMLSourcePropertyMapping Serializer
|
14
|
+
* @export
|
15
|
+
* @interface SAMLSourcePropertyMappingRequest
|
16
|
+
*/
|
17
|
+
export interface SAMLSourcePropertyMappingRequest {
|
18
|
+
/**
|
19
|
+
* Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.
|
20
|
+
* @type {string}
|
21
|
+
* @memberof SAMLSourcePropertyMappingRequest
|
22
|
+
*/
|
23
|
+
managed?: string | null;
|
24
|
+
/**
|
25
|
+
*
|
26
|
+
* @type {string}
|
27
|
+
* @memberof SAMLSourcePropertyMappingRequest
|
28
|
+
*/
|
29
|
+
name: string;
|
30
|
+
/**
|
31
|
+
*
|
32
|
+
* @type {string}
|
33
|
+
* @memberof SAMLSourcePropertyMappingRequest
|
34
|
+
*/
|
35
|
+
expression: string;
|
36
|
+
}
|
37
|
+
/**
|
38
|
+
* Check if a given object implements the SAMLSourcePropertyMappingRequest interface.
|
39
|
+
*/
|
40
|
+
export declare function instanceOfSAMLSourcePropertyMappingRequest(value: object): boolean;
|
41
|
+
export declare function SAMLSourcePropertyMappingRequestFromJSON(json: any): SAMLSourcePropertyMappingRequest;
|
42
|
+
export declare function SAMLSourcePropertyMappingRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): SAMLSourcePropertyMappingRequest;
|
43
|
+
export declare function SAMLSourcePropertyMappingRequestToJSON(value?: SAMLSourcePropertyMappingRequest | null): any;
|
@@ -0,0 +1,56 @@
|
|
1
|
+
"use strict";
|
2
|
+
/* tslint:disable */
|
3
|
+
/* eslint-disable */
|
4
|
+
/**
|
5
|
+
* authentik
|
6
|
+
* Making authentication simple.
|
7
|
+
*
|
8
|
+
* The version of the OpenAPI document: 2024.6.3
|
9
|
+
* Contact: hello@goauthentik.io
|
10
|
+
*
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
12
|
+
* https://openapi-generator.tech
|
13
|
+
* Do not edit the class manually.
|
14
|
+
*/
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
16
|
+
exports.SAMLSourcePropertyMappingRequestToJSON = exports.SAMLSourcePropertyMappingRequestFromJSONTyped = exports.SAMLSourcePropertyMappingRequestFromJSON = exports.instanceOfSAMLSourcePropertyMappingRequest = void 0;
|
17
|
+
const runtime_1 = require("../runtime");
|
18
|
+
/**
|
19
|
+
* Check if a given object implements the SAMLSourcePropertyMappingRequest interface.
|
20
|
+
*/
|
21
|
+
function instanceOfSAMLSourcePropertyMappingRequest(value) {
|
22
|
+
let isInstance = true;
|
23
|
+
isInstance = isInstance && "name" in value;
|
24
|
+
isInstance = isInstance && "expression" in value;
|
25
|
+
return isInstance;
|
26
|
+
}
|
27
|
+
exports.instanceOfSAMLSourcePropertyMappingRequest = instanceOfSAMLSourcePropertyMappingRequest;
|
28
|
+
function SAMLSourcePropertyMappingRequestFromJSON(json) {
|
29
|
+
return SAMLSourcePropertyMappingRequestFromJSONTyped(json, false);
|
30
|
+
}
|
31
|
+
exports.SAMLSourcePropertyMappingRequestFromJSON = SAMLSourcePropertyMappingRequestFromJSON;
|
32
|
+
function SAMLSourcePropertyMappingRequestFromJSONTyped(json, ignoreDiscriminator) {
|
33
|
+
if ((json === undefined) || (json === null)) {
|
34
|
+
return json;
|
35
|
+
}
|
36
|
+
return {
|
37
|
+
'managed': !(0, runtime_1.exists)(json, 'managed') ? undefined : json['managed'],
|
38
|
+
'name': json['name'],
|
39
|
+
'expression': json['expression'],
|
40
|
+
};
|
41
|
+
}
|
42
|
+
exports.SAMLSourcePropertyMappingRequestFromJSONTyped = SAMLSourcePropertyMappingRequestFromJSONTyped;
|
43
|
+
function SAMLSourcePropertyMappingRequestToJSON(value) {
|
44
|
+
if (value === undefined) {
|
45
|
+
return undefined;
|
46
|
+
}
|
47
|
+
if (value === null) {
|
48
|
+
return null;
|
49
|
+
}
|
50
|
+
return {
|
51
|
+
'managed': value.managed,
|
52
|
+
'name': value.name,
|
53
|
+
'expression': value.expression,
|
54
|
+
};
|
55
|
+
}
|
56
|
+
exports.SAMLSourcePropertyMappingRequestToJSON = SAMLSourcePropertyMappingRequestToJSON;
|
@@ -11,6 +11,7 @@
|
|
11
11
|
*/
|
12
12
|
import type { BindingTypeEnum } from './BindingTypeEnum';
|
13
13
|
import type { DigestAlgorithmEnum } from './DigestAlgorithmEnum';
|
14
|
+
import type { GroupMatchingModeEnum } from './GroupMatchingModeEnum';
|
14
15
|
import type { NameIdPolicyEnum } from './NameIdPolicyEnum';
|
15
16
|
import type { PolicyEngineMode } from './PolicyEngineMode';
|
16
17
|
import type { SignatureAlgorithmEnum } from './SignatureAlgorithmEnum';
|
@@ -81,6 +82,12 @@ export interface SAMLSourceRequest {
|
|
81
82
|
* @memberof SAMLSourceRequest
|
82
83
|
*/
|
83
84
|
userPathTemplate?: string;
|
85
|
+
/**
|
86
|
+
*
|
87
|
+
* @type {GroupMatchingModeEnum}
|
88
|
+
* @memberof SAMLSourceRequest
|
89
|
+
*/
|
90
|
+
groupMatchingMode?: GroupMatchingModeEnum;
|
84
91
|
/**
|
85
92
|
* Flow used before authentication.
|
86
93
|
* @type {string}
|
@@ -153,6 +160,12 @@ export interface SAMLSourceRequest {
|
|
153
160
|
* @memberof SAMLSourceRequest
|
154
161
|
*/
|
155
162
|
temporaryUserDeleteAfter?: string;
|
163
|
+
/**
|
164
|
+
* 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.
|
165
|
+
* @type {string}
|
166
|
+
* @memberof SAMLSourceRequest
|
167
|
+
*/
|
168
|
+
encryptionKp?: string | null;
|
156
169
|
}
|
157
170
|
/**
|
158
171
|
* Check if a given object implements the SAMLSourceRequest interface.
|
@@ -17,6 +17,7 @@ exports.SAMLSourceRequestToJSON = exports.SAMLSourceRequestFromJSONTyped = expor
|
|
17
17
|
const runtime_1 = require("../runtime");
|
18
18
|
const BindingTypeEnum_1 = require("./BindingTypeEnum");
|
19
19
|
const DigestAlgorithmEnum_1 = require("./DigestAlgorithmEnum");
|
20
|
+
const GroupMatchingModeEnum_1 = require("./GroupMatchingModeEnum");
|
20
21
|
const NameIdPolicyEnum_1 = require("./NameIdPolicyEnum");
|
21
22
|
const PolicyEngineMode_1 = require("./PolicyEngineMode");
|
22
23
|
const SignatureAlgorithmEnum_1 = require("./SignatureAlgorithmEnum");
|
@@ -52,6 +53,7 @@ function SAMLSourceRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
52
53
|
'policyEngineMode': !(0, runtime_1.exists)(json, 'policy_engine_mode') ? undefined : (0, PolicyEngineMode_1.PolicyEngineModeFromJSON)(json['policy_engine_mode']),
|
53
54
|
'userMatchingMode': !(0, runtime_1.exists)(json, 'user_matching_mode') ? undefined : (0, UserMatchingModeEnum_1.UserMatchingModeEnumFromJSON)(json['user_matching_mode']),
|
54
55
|
'userPathTemplate': !(0, runtime_1.exists)(json, 'user_path_template') ? undefined : json['user_path_template'],
|
56
|
+
'groupMatchingMode': !(0, runtime_1.exists)(json, 'group_matching_mode') ? undefined : (0, GroupMatchingModeEnum_1.GroupMatchingModeEnumFromJSON)(json['group_matching_mode']),
|
55
57
|
'preAuthenticationFlow': json['pre_authentication_flow'],
|
56
58
|
'issuer': !(0, runtime_1.exists)(json, 'issuer') ? undefined : json['issuer'],
|
57
59
|
'ssoUrl': json['sso_url'],
|
@@ -64,6 +66,7 @@ function SAMLSourceRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
64
66
|
'digestAlgorithm': !(0, runtime_1.exists)(json, 'digest_algorithm') ? undefined : (0, DigestAlgorithmEnum_1.DigestAlgorithmEnumFromJSON)(json['digest_algorithm']),
|
65
67
|
'signatureAlgorithm': !(0, runtime_1.exists)(json, 'signature_algorithm') ? undefined : (0, SignatureAlgorithmEnum_1.SignatureAlgorithmEnumFromJSON)(json['signature_algorithm']),
|
66
68
|
'temporaryUserDeleteAfter': !(0, runtime_1.exists)(json, 'temporary_user_delete_after') ? undefined : json['temporary_user_delete_after'],
|
69
|
+
'encryptionKp': !(0, runtime_1.exists)(json, 'encryption_kp') ? undefined : json['encryption_kp'],
|
67
70
|
};
|
68
71
|
}
|
69
72
|
exports.SAMLSourceRequestFromJSONTyped = SAMLSourceRequestFromJSONTyped;
|
@@ -85,6 +88,7 @@ function SAMLSourceRequestToJSON(value) {
|
|
85
88
|
'policy_engine_mode': (0, PolicyEngineMode_1.PolicyEngineModeToJSON)(value.policyEngineMode),
|
86
89
|
'user_matching_mode': (0, UserMatchingModeEnum_1.UserMatchingModeEnumToJSON)(value.userMatchingMode),
|
87
90
|
'user_path_template': value.userPathTemplate,
|
91
|
+
'group_matching_mode': (0, GroupMatchingModeEnum_1.GroupMatchingModeEnumToJSON)(value.groupMatchingMode),
|
88
92
|
'pre_authentication_flow': value.preAuthenticationFlow,
|
89
93
|
'issuer': value.issuer,
|
90
94
|
'sso_url': value.ssoUrl,
|
@@ -97,6 +101,7 @@ function SAMLSourceRequestToJSON(value) {
|
|
97
101
|
'digest_algorithm': (0, DigestAlgorithmEnum_1.DigestAlgorithmEnumToJSON)(value.digestAlgorithm),
|
98
102
|
'signature_algorithm': (0, SignatureAlgorithmEnum_1.SignatureAlgorithmEnumToJSON)(value.signatureAlgorithm),
|
99
103
|
'temporary_user_delete_after': value.temporaryUserDeleteAfter,
|
104
|
+
'encryption_kp': value.encryptionKp,
|
100
105
|
};
|
101
106
|
}
|
102
107
|
exports.SAMLSourceRequestToJSON = SAMLSourceRequestToJSON;
|
package/dist/models/index.d.ts
CHANGED
@@ -155,9 +155,12 @@ export * from './GoogleWorkspaceProviderRequest';
|
|
155
155
|
export * from './GoogleWorkspaceProviderUser';
|
156
156
|
export * from './GoogleWorkspaceProviderUserRequest';
|
157
157
|
export * from './Group';
|
158
|
+
export * from './GroupMatchingModeEnum';
|
158
159
|
export * from './GroupMember';
|
159
160
|
export * from './GroupMemberRequest';
|
161
|
+
export * from './GroupOAuthSourceConnection';
|
160
162
|
export * from './GroupRequest';
|
163
|
+
export * from './GroupSAMLSourceConnection';
|
161
164
|
export * from './IdentificationChallenge';
|
162
165
|
export * from './IdentificationChallengeResponseRequest';
|
163
166
|
export * from './IdentificationStage';
|
@@ -223,6 +226,8 @@ export * from './OAuthDeviceCodeChallengeResponseRequest';
|
|
223
226
|
export * from './OAuthDeviceCodeFinishChallenge';
|
224
227
|
export * from './OAuthDeviceCodeFinishChallengeResponseRequest';
|
225
228
|
export * from './OAuthSource';
|
229
|
+
export * from './OAuthSourcePropertyMapping';
|
230
|
+
export * from './OAuthSourcePropertyMappingRequest';
|
226
231
|
export * from './OAuthSourceRequest';
|
227
232
|
export * from './OpenIDConnectConfiguration';
|
228
233
|
export * from './OutgoingSyncDeleteAction';
|
@@ -267,6 +272,8 @@ export * from './PaginatedGoogleWorkspaceProviderList';
|
|
267
272
|
export * from './PaginatedGoogleWorkspaceProviderMappingList';
|
268
273
|
export * from './PaginatedGoogleWorkspaceProviderUserList';
|
269
274
|
export * from './PaginatedGroupList';
|
275
|
+
export * from './PaginatedGroupOAuthSourceConnectionList';
|
276
|
+
export * from './PaginatedGroupSAMLSourceConnectionList';
|
270
277
|
export * from './PaginatedIdentificationStageList';
|
271
278
|
export * from './PaginatedInvitationList';
|
272
279
|
export * from './PaginatedInvitationStageList';
|
@@ -286,6 +293,7 @@ export * from './PaginatedNotificationTransportList';
|
|
286
293
|
export * from './PaginatedNotificationWebhookMappingList';
|
287
294
|
export * from './PaginatedOAuth2ProviderList';
|
288
295
|
export * from './PaginatedOAuthSourceList';
|
296
|
+
export * from './PaginatedOAuthSourcePropertyMappingList';
|
289
297
|
export * from './PaginatedOutpostList';
|
290
298
|
export * from './PaginatedPasswordExpiryPolicyList';
|
291
299
|
export * from './PaginatedPasswordPolicyList';
|
@@ -313,6 +321,7 @@ export * from './PaginatedRoleList';
|
|
313
321
|
export * from './PaginatedSAMLPropertyMappingList';
|
314
322
|
export * from './PaginatedSAMLProviderList';
|
315
323
|
export * from './PaginatedSAMLSourceList';
|
324
|
+
export * from './PaginatedSAMLSourcePropertyMappingList';
|
316
325
|
export * from './PaginatedSCIMMappingList';
|
317
326
|
export * from './PaginatedSCIMProviderGroupList';
|
318
327
|
export * from './PaginatedSCIMProviderList';
|
@@ -401,6 +410,7 @@ export * from './PatchedNotificationRuleRequest';
|
|
401
410
|
export * from './PatchedNotificationTransportRequest';
|
402
411
|
export * from './PatchedNotificationWebhookMappingRequest';
|
403
412
|
export * from './PatchedOAuth2ProviderRequest';
|
413
|
+
export * from './PatchedOAuthSourcePropertyMappingRequest';
|
404
414
|
export * from './PatchedOAuthSourceRequest';
|
405
415
|
export * from './PatchedOutpostRequest';
|
406
416
|
export * from './PatchedPasswordExpiryPolicyRequest';
|
@@ -421,6 +431,7 @@ export * from './PatchedReputationPolicyRequest';
|
|
421
431
|
export * from './PatchedRoleRequest';
|
422
432
|
export * from './PatchedSAMLPropertyMappingRequest';
|
423
433
|
export * from './PatchedSAMLProviderRequest';
|
434
|
+
export * from './PatchedSAMLSourcePropertyMappingRequest';
|
424
435
|
export * from './PatchedSAMLSourceRequest';
|
425
436
|
export * from './PatchedSCIMMappingRequest';
|
426
437
|
export * from './PatchedSCIMProviderRequest';
|
@@ -507,6 +518,8 @@ export * from './SAMLPropertyMappingRequest';
|
|
507
518
|
export * from './SAMLProvider';
|
508
519
|
export * from './SAMLProviderRequest';
|
509
520
|
export * from './SAMLSource';
|
521
|
+
export * from './SAMLSourcePropertyMapping';
|
522
|
+
export * from './SAMLSourcePropertyMappingRequest';
|
510
523
|
export * from './SAMLSourceRequest';
|
511
524
|
export * from './SCIMMapping';
|
512
525
|
export * from './SCIMMappingRequest';
|
package/dist/models/index.js
CHANGED
@@ -173,9 +173,12 @@ __exportStar(require("./GoogleWorkspaceProviderRequest"), exports);
|
|
173
173
|
__exportStar(require("./GoogleWorkspaceProviderUser"), exports);
|
174
174
|
__exportStar(require("./GoogleWorkspaceProviderUserRequest"), exports);
|
175
175
|
__exportStar(require("./Group"), exports);
|
176
|
+
__exportStar(require("./GroupMatchingModeEnum"), exports);
|
176
177
|
__exportStar(require("./GroupMember"), exports);
|
177
178
|
__exportStar(require("./GroupMemberRequest"), exports);
|
179
|
+
__exportStar(require("./GroupOAuthSourceConnection"), exports);
|
178
180
|
__exportStar(require("./GroupRequest"), exports);
|
181
|
+
__exportStar(require("./GroupSAMLSourceConnection"), exports);
|
179
182
|
__exportStar(require("./IdentificationChallenge"), exports);
|
180
183
|
__exportStar(require("./IdentificationChallengeResponseRequest"), exports);
|
181
184
|
__exportStar(require("./IdentificationStage"), exports);
|
@@ -241,6 +244,8 @@ __exportStar(require("./OAuthDeviceCodeChallengeResponseRequest"), exports);
|
|
241
244
|
__exportStar(require("./OAuthDeviceCodeFinishChallenge"), exports);
|
242
245
|
__exportStar(require("./OAuthDeviceCodeFinishChallengeResponseRequest"), exports);
|
243
246
|
__exportStar(require("./OAuthSource"), exports);
|
247
|
+
__exportStar(require("./OAuthSourcePropertyMapping"), exports);
|
248
|
+
__exportStar(require("./OAuthSourcePropertyMappingRequest"), exports);
|
244
249
|
__exportStar(require("./OAuthSourceRequest"), exports);
|
245
250
|
__exportStar(require("./OpenIDConnectConfiguration"), exports);
|
246
251
|
__exportStar(require("./OutgoingSyncDeleteAction"), exports);
|
@@ -285,6 +290,8 @@ __exportStar(require("./PaginatedGoogleWorkspaceProviderList"), exports);
|
|
285
290
|
__exportStar(require("./PaginatedGoogleWorkspaceProviderMappingList"), exports);
|
286
291
|
__exportStar(require("./PaginatedGoogleWorkspaceProviderUserList"), exports);
|
287
292
|
__exportStar(require("./PaginatedGroupList"), exports);
|
293
|
+
__exportStar(require("./PaginatedGroupOAuthSourceConnectionList"), exports);
|
294
|
+
__exportStar(require("./PaginatedGroupSAMLSourceConnectionList"), exports);
|
288
295
|
__exportStar(require("./PaginatedIdentificationStageList"), exports);
|
289
296
|
__exportStar(require("./PaginatedInvitationList"), exports);
|
290
297
|
__exportStar(require("./PaginatedInvitationStageList"), exports);
|
@@ -304,6 +311,7 @@ __exportStar(require("./PaginatedNotificationTransportList"), exports);
|
|
304
311
|
__exportStar(require("./PaginatedNotificationWebhookMappingList"), exports);
|
305
312
|
__exportStar(require("./PaginatedOAuth2ProviderList"), exports);
|
306
313
|
__exportStar(require("./PaginatedOAuthSourceList"), exports);
|
314
|
+
__exportStar(require("./PaginatedOAuthSourcePropertyMappingList"), exports);
|
307
315
|
__exportStar(require("./PaginatedOutpostList"), exports);
|
308
316
|
__exportStar(require("./PaginatedPasswordExpiryPolicyList"), exports);
|
309
317
|
__exportStar(require("./PaginatedPasswordPolicyList"), exports);
|
@@ -331,6 +339,7 @@ __exportStar(require("./PaginatedRoleList"), exports);
|
|
331
339
|
__exportStar(require("./PaginatedSAMLPropertyMappingList"), exports);
|
332
340
|
__exportStar(require("./PaginatedSAMLProviderList"), exports);
|
333
341
|
__exportStar(require("./PaginatedSAMLSourceList"), exports);
|
342
|
+
__exportStar(require("./PaginatedSAMLSourcePropertyMappingList"), exports);
|
334
343
|
__exportStar(require("./PaginatedSCIMMappingList"), exports);
|
335
344
|
__exportStar(require("./PaginatedSCIMProviderGroupList"), exports);
|
336
345
|
__exportStar(require("./PaginatedSCIMProviderList"), exports);
|
@@ -419,6 +428,7 @@ __exportStar(require("./PatchedNotificationRuleRequest"), exports);
|
|
419
428
|
__exportStar(require("./PatchedNotificationTransportRequest"), exports);
|
420
429
|
__exportStar(require("./PatchedNotificationWebhookMappingRequest"), exports);
|
421
430
|
__exportStar(require("./PatchedOAuth2ProviderRequest"), exports);
|
431
|
+
__exportStar(require("./PatchedOAuthSourcePropertyMappingRequest"), exports);
|
422
432
|
__exportStar(require("./PatchedOAuthSourceRequest"), exports);
|
423
433
|
__exportStar(require("./PatchedOutpostRequest"), exports);
|
424
434
|
__exportStar(require("./PatchedPasswordExpiryPolicyRequest"), exports);
|
@@ -439,6 +449,7 @@ __exportStar(require("./PatchedReputationPolicyRequest"), exports);
|
|
439
449
|
__exportStar(require("./PatchedRoleRequest"), exports);
|
440
450
|
__exportStar(require("./PatchedSAMLPropertyMappingRequest"), exports);
|
441
451
|
__exportStar(require("./PatchedSAMLProviderRequest"), exports);
|
452
|
+
__exportStar(require("./PatchedSAMLSourcePropertyMappingRequest"), exports);
|
442
453
|
__exportStar(require("./PatchedSAMLSourceRequest"), exports);
|
443
454
|
__exportStar(require("./PatchedSCIMMappingRequest"), exports);
|
444
455
|
__exportStar(require("./PatchedSCIMProviderRequest"), exports);
|
@@ -525,6 +536,8 @@ __exportStar(require("./SAMLPropertyMappingRequest"), exports);
|
|
525
536
|
__exportStar(require("./SAMLProvider"), exports);
|
526
537
|
__exportStar(require("./SAMLProviderRequest"), exports);
|
527
538
|
__exportStar(require("./SAMLSource"), exports);
|
539
|
+
__exportStar(require("./SAMLSourcePropertyMapping"), exports);
|
540
|
+
__exportStar(require("./SAMLSourcePropertyMappingRequest"), exports);
|
528
541
|
__exportStar(require("./SAMLSourceRequest"), exports);
|
529
542
|
__exportStar(require("./SCIMMapping"), exports);
|
530
543
|
__exportStar(require("./SCIMMappingRequest"), exports);
|