@goauthentik/api 2025.12.0-rc1-1761001835 → 2025.12.0-rc1-1762289109
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/dist/apis/CryptoApi.d.ts +13 -0
- package/dist/apis/CryptoApi.d.ts.map +1 -1
- package/dist/apis/CryptoApi.js +15 -1
- package/dist/apis/CryptoApi.js.map +1 -1
- package/dist/esm/apis/CryptoApi.d.ts +13 -0
- package/dist/esm/apis/CryptoApi.d.ts.map +1 -1
- package/dist/esm/apis/CryptoApi.js +15 -1
- package/dist/esm/apis/CryptoApi.js.map +1 -1
- package/dist/esm/models/CertificateKeyPair.d.ts +5 -4
- package/dist/esm/models/CertificateKeyPair.d.ts.map +1 -1
- package/dist/esm/models/CertificateKeyPair.js +3 -2
- package/dist/esm/models/CertificateKeyPair.js.map +1 -1
- package/dist/esm/models/GoogleWorkspaceProvider.d.ts +12 -0
- package/dist/esm/models/GoogleWorkspaceProvider.d.ts.map +1 -1
- package/dist/esm/models/GoogleWorkspaceProvider.js +4 -0
- package/dist/esm/models/GoogleWorkspaceProvider.js.map +1 -1
- package/dist/esm/models/GoogleWorkspaceProviderRequest.d.ts +12 -0
- package/dist/esm/models/GoogleWorkspaceProviderRequest.d.ts.map +1 -1
- package/dist/esm/models/GoogleWorkspaceProviderRequest.js +4 -0
- package/dist/esm/models/GoogleWorkspaceProviderRequest.js.map +1 -1
- package/dist/esm/models/KeyTypeEnum.d.ts +30 -0
- package/dist/esm/models/KeyTypeEnum.d.ts.map +1 -0
- package/dist/esm/models/KeyTypeEnum.js +56 -0
- package/dist/esm/models/KeyTypeEnum.js.map +1 -0
- package/dist/esm/models/MicrosoftEntraProvider.d.ts +12 -0
- package/dist/esm/models/MicrosoftEntraProvider.d.ts.map +1 -1
- package/dist/esm/models/MicrosoftEntraProvider.js +4 -0
- package/dist/esm/models/MicrosoftEntraProvider.js.map +1 -1
- package/dist/esm/models/MicrosoftEntraProviderRequest.d.ts +12 -0
- package/dist/esm/models/MicrosoftEntraProviderRequest.d.ts.map +1 -1
- package/dist/esm/models/MicrosoftEntraProviderRequest.js +4 -0
- package/dist/esm/models/MicrosoftEntraProviderRequest.js.map +1 -1
- package/dist/esm/models/PatchedGoogleWorkspaceProviderRequest.d.ts +12 -0
- package/dist/esm/models/PatchedGoogleWorkspaceProviderRequest.d.ts.map +1 -1
- package/dist/esm/models/PatchedGoogleWorkspaceProviderRequest.js +4 -0
- package/dist/esm/models/PatchedGoogleWorkspaceProviderRequest.js.map +1 -1
- package/dist/esm/models/PatchedMicrosoftEntraProviderRequest.d.ts +12 -0
- package/dist/esm/models/PatchedMicrosoftEntraProviderRequest.d.ts.map +1 -1
- package/dist/esm/models/PatchedMicrosoftEntraProviderRequest.js +4 -0
- package/dist/esm/models/PatchedMicrosoftEntraProviderRequest.js.map +1 -1
- package/dist/esm/models/PatchedSCIMProviderRequest.d.ts +12 -0
- package/dist/esm/models/PatchedSCIMProviderRequest.d.ts.map +1 -1
- package/dist/esm/models/PatchedSCIMProviderRequest.js +4 -0
- package/dist/esm/models/PatchedSCIMProviderRequest.js.map +1 -1
- package/dist/esm/models/SCIMProvider.d.ts +12 -0
- package/dist/esm/models/SCIMProvider.d.ts.map +1 -1
- package/dist/esm/models/SCIMProvider.js +4 -0
- package/dist/esm/models/SCIMProvider.js.map +1 -1
- package/dist/esm/models/SCIMProviderRequest.d.ts +12 -0
- package/dist/esm/models/SCIMProviderRequest.d.ts.map +1 -1
- package/dist/esm/models/SCIMProviderRequest.js +4 -0
- package/dist/esm/models/SCIMProviderRequest.js.map +1 -1
- package/dist/esm/models/index.d.ts +1 -0
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +1 -0
- package/dist/esm/models/index.js.map +1 -1
- package/dist/models/CertificateKeyPair.d.ts +5 -4
- package/dist/models/CertificateKeyPair.d.ts.map +1 -1
- package/dist/models/CertificateKeyPair.js +3 -2
- package/dist/models/CertificateKeyPair.js.map +1 -1
- package/dist/models/GoogleWorkspaceProvider.d.ts +12 -0
- package/dist/models/GoogleWorkspaceProvider.d.ts.map +1 -1
- package/dist/models/GoogleWorkspaceProvider.js +4 -0
- package/dist/models/GoogleWorkspaceProvider.js.map +1 -1
- package/dist/models/GoogleWorkspaceProviderRequest.d.ts +12 -0
- package/dist/models/GoogleWorkspaceProviderRequest.d.ts.map +1 -1
- package/dist/models/GoogleWorkspaceProviderRequest.js +4 -0
- package/dist/models/GoogleWorkspaceProviderRequest.js.map +1 -1
- package/dist/models/KeyTypeEnum.d.ts +30 -0
- package/dist/models/KeyTypeEnum.d.ts.map +1 -0
- package/dist/models/KeyTypeEnum.js +56 -0
- package/dist/models/KeyTypeEnum.js.map +1 -0
- package/dist/models/MicrosoftEntraProvider.d.ts +12 -0
- package/dist/models/MicrosoftEntraProvider.d.ts.map +1 -1
- package/dist/models/MicrosoftEntraProvider.js +4 -0
- package/dist/models/MicrosoftEntraProvider.js.map +1 -1
- package/dist/models/MicrosoftEntraProviderRequest.d.ts +12 -0
- package/dist/models/MicrosoftEntraProviderRequest.d.ts.map +1 -1
- package/dist/models/MicrosoftEntraProviderRequest.js +4 -0
- package/dist/models/MicrosoftEntraProviderRequest.js.map +1 -1
- package/dist/models/PatchedGoogleWorkspaceProviderRequest.d.ts +12 -0
- package/dist/models/PatchedGoogleWorkspaceProviderRequest.d.ts.map +1 -1
- package/dist/models/PatchedGoogleWorkspaceProviderRequest.js +4 -0
- package/dist/models/PatchedGoogleWorkspaceProviderRequest.js.map +1 -1
- package/dist/models/PatchedMicrosoftEntraProviderRequest.d.ts +12 -0
- package/dist/models/PatchedMicrosoftEntraProviderRequest.d.ts.map +1 -1
- package/dist/models/PatchedMicrosoftEntraProviderRequest.js +4 -0
- package/dist/models/PatchedMicrosoftEntraProviderRequest.js.map +1 -1
- package/dist/models/PatchedSCIMProviderRequest.d.ts +12 -0
- package/dist/models/PatchedSCIMProviderRequest.d.ts.map +1 -1
- package/dist/models/PatchedSCIMProviderRequest.js +4 -0
- package/dist/models/PatchedSCIMProviderRequest.js.map +1 -1
- package/dist/models/SCIMProvider.d.ts +12 -0
- package/dist/models/SCIMProvider.d.ts.map +1 -1
- package/dist/models/SCIMProvider.js +4 -0
- package/dist/models/SCIMProvider.js.map +1 -1
- package/dist/models/SCIMProviderRequest.d.ts +12 -0
- package/dist/models/SCIMProviderRequest.d.ts.map +1 -1
- package/dist/models/SCIMProviderRequest.js +4 -0
- package/dist/models/SCIMProviderRequest.js.map +1 -1
- package/dist/models/index.d.ts +1 -0
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +1 -0
- package/dist/models/index.js.map +1 -1
- package/dist/tsconfig.esm.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/apis/CryptoApi.ts +18 -0
- package/src/models/CertificateKeyPair.ts +16 -6
- package/src/models/GoogleWorkspaceProvider.ts +16 -0
- package/src/models/GoogleWorkspaceProviderRequest.ts +16 -0
- package/src/models/KeyTypeEnum.ts +57 -0
- package/src/models/MicrosoftEntraProvider.ts +16 -0
- package/src/models/MicrosoftEntraProviderRequest.ts +16 -0
- package/src/models/PatchedGoogleWorkspaceProviderRequest.ts +16 -0
- package/src/models/PatchedMicrosoftEntraProviderRequest.ts +16 -0
- package/src/models/PatchedSCIMProviderRequest.ts +16 -0
- package/src/models/SCIMProvider.ts +16 -0
- package/src/models/SCIMProviderRequest.ts +16 -0
- package/src/models/index.ts +1 -0
- package/tsconfig.tsbuildinfo +1 -1
package/package.json
CHANGED
package/src/apis/CryptoApi.ts
CHANGED
|
@@ -61,6 +61,7 @@ export interface CryptoCertificatekeypairsGenerateCreateRequest {
|
|
|
61
61
|
export interface CryptoCertificatekeypairsListRequest {
|
|
62
62
|
hasKey?: boolean;
|
|
63
63
|
includeDetails?: boolean;
|
|
64
|
+
keyType?: Array<CryptoCertificatekeypairsListKeyTypeEnum>;
|
|
64
65
|
managed?: string;
|
|
65
66
|
name?: string;
|
|
66
67
|
ordering?: string;
|
|
@@ -254,6 +255,10 @@ export class CryptoApi extends runtime.BaseAPI {
|
|
|
254
255
|
queryParameters['include_details'] = requestParameters['includeDetails'];
|
|
255
256
|
}
|
|
256
257
|
|
|
258
|
+
if (requestParameters['keyType'] != null) {
|
|
259
|
+
queryParameters['key_type'] = requestParameters['keyType'];
|
|
260
|
+
}
|
|
261
|
+
|
|
257
262
|
if (requestParameters['managed'] != null) {
|
|
258
263
|
queryParameters['managed'] = requestParameters['managed'];
|
|
259
264
|
}
|
|
@@ -601,3 +606,16 @@ export class CryptoApi extends runtime.BaseAPI {
|
|
|
601
606
|
}
|
|
602
607
|
|
|
603
608
|
}
|
|
609
|
+
|
|
610
|
+
/**
|
|
611
|
+
* @export
|
|
612
|
+
*/
|
|
613
|
+
export const CryptoCertificatekeypairsListKeyTypeEnum = {
|
|
614
|
+
Dsa: 'dsa',
|
|
615
|
+
Ec: 'ec',
|
|
616
|
+
Ed25519: 'ed25519',
|
|
617
|
+
Ed448: 'ed448',
|
|
618
|
+
Rsa: 'rsa',
|
|
619
|
+
UnknownDefaultOpenApi: '11184809'
|
|
620
|
+
} as const;
|
|
621
|
+
export type CryptoCertificatekeypairsListKeyTypeEnum = typeof CryptoCertificatekeypairsListKeyTypeEnum[keyof typeof CryptoCertificatekeypairsListKeyTypeEnum];
|
|
@@ -13,6 +13,14 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { mapValues } from '../runtime';
|
|
16
|
+
import type { KeyTypeEnum } from './KeyTypeEnum';
|
|
17
|
+
import {
|
|
18
|
+
KeyTypeEnumFromJSON,
|
|
19
|
+
KeyTypeEnumFromJSONTyped,
|
|
20
|
+
KeyTypeEnumToJSON,
|
|
21
|
+
KeyTypeEnumToJSONTyped,
|
|
22
|
+
} from './KeyTypeEnum';
|
|
23
|
+
|
|
16
24
|
/**
|
|
17
25
|
* CertificateKeyPair Serializer
|
|
18
26
|
* @export
|
|
@@ -62,11 +70,11 @@ export interface CertificateKeyPair {
|
|
|
62
70
|
*/
|
|
63
71
|
readonly privateKeyAvailable: boolean;
|
|
64
72
|
/**
|
|
65
|
-
*
|
|
66
|
-
* @type {
|
|
73
|
+
*
|
|
74
|
+
* @type {KeyTypeEnum}
|
|
67
75
|
* @memberof CertificateKeyPair
|
|
68
76
|
*/
|
|
69
|
-
readonly
|
|
77
|
+
readonly keyType: KeyTypeEnum | null;
|
|
70
78
|
/**
|
|
71
79
|
* Get URL to download certificate
|
|
72
80
|
* @type {string}
|
|
@@ -87,6 +95,8 @@ export interface CertificateKeyPair {
|
|
|
87
95
|
readonly managed: string | null;
|
|
88
96
|
}
|
|
89
97
|
|
|
98
|
+
|
|
99
|
+
|
|
90
100
|
/**
|
|
91
101
|
* Check if a given object implements the CertificateKeyPair interface.
|
|
92
102
|
*/
|
|
@@ -98,7 +108,7 @@ export function instanceOfCertificateKeyPair(value: object): value is Certificat
|
|
|
98
108
|
if (!('certExpiry' in value) || value['certExpiry'] === undefined) return false;
|
|
99
109
|
if (!('certSubject' in value) || value['certSubject'] === undefined) return false;
|
|
100
110
|
if (!('privateKeyAvailable' in value) || value['privateKeyAvailable'] === undefined) return false;
|
|
101
|
-
if (!('
|
|
111
|
+
if (!('keyType' in value) || value['keyType'] === undefined) return false;
|
|
102
112
|
if (!('certificateDownloadUrl' in value) || value['certificateDownloadUrl'] === undefined) return false;
|
|
103
113
|
if (!('privateKeyDownloadUrl' in value) || value['privateKeyDownloadUrl'] === undefined) return false;
|
|
104
114
|
if (!('managed' in value) || value['managed'] === undefined) return false;
|
|
@@ -122,7 +132,7 @@ export function CertificateKeyPairFromJSONTyped(json: any, ignoreDiscriminator:
|
|
|
122
132
|
'certExpiry': (json['cert_expiry'] == null ? null : new Date(json['cert_expiry'])),
|
|
123
133
|
'certSubject': json['cert_subject'],
|
|
124
134
|
'privateKeyAvailable': json['private_key_available'],
|
|
125
|
-
'
|
|
135
|
+
'keyType': KeyTypeEnumFromJSON(json['key_type']),
|
|
126
136
|
'certificateDownloadUrl': json['certificate_download_url'],
|
|
127
137
|
'privateKeyDownloadUrl': json['private_key_download_url'],
|
|
128
138
|
'managed': json['managed'],
|
|
@@ -133,7 +143,7 @@ export function CertificateKeyPairToJSON(json: any): CertificateKeyPair {
|
|
|
133
143
|
return CertificateKeyPairToJSONTyped(json, false);
|
|
134
144
|
}
|
|
135
145
|
|
|
136
|
-
export function CertificateKeyPairToJSONTyped(value?: Omit<CertificateKeyPair, 'pk'|'fingerprint_sha256'|'fingerprint_sha1'|'cert_expiry'|'cert_subject'|'private_key_available'|'
|
|
146
|
+
export function CertificateKeyPairToJSONTyped(value?: Omit<CertificateKeyPair, 'pk'|'fingerprint_sha256'|'fingerprint_sha1'|'cert_expiry'|'cert_subject'|'private_key_available'|'key_type'|'certificate_download_url'|'private_key_download_url'|'managed'> | null, ignoreDiscriminator: boolean = false): any {
|
|
137
147
|
if (value == null) {
|
|
138
148
|
return value;
|
|
139
149
|
}
|
|
@@ -135,6 +135,18 @@ export interface GoogleWorkspaceProvider {
|
|
|
135
135
|
* @memberof GoogleWorkspaceProvider
|
|
136
136
|
*/
|
|
137
137
|
defaultGroupEmailDomain: string;
|
|
138
|
+
/**
|
|
139
|
+
* Controls the number of objects synced in a single task
|
|
140
|
+
* @type {number}
|
|
141
|
+
* @memberof GoogleWorkspaceProvider
|
|
142
|
+
*/
|
|
143
|
+
syncPageSize?: number;
|
|
144
|
+
/**
|
|
145
|
+
* Timeout for synchronization of a single page
|
|
146
|
+
* @type {string}
|
|
147
|
+
* @memberof GoogleWorkspaceProvider
|
|
148
|
+
*/
|
|
149
|
+
syncPageTimeout?: string;
|
|
138
150
|
/**
|
|
139
151
|
* When enabled, provider will not modify or create objects in the remote system.
|
|
140
152
|
* @type {boolean}
|
|
@@ -191,6 +203,8 @@ export function GoogleWorkspaceProviderFromJSONTyped(json: any, ignoreDiscrimina
|
|
|
191
203
|
'userDeleteAction': json['user_delete_action'] == null ? undefined : OutgoingSyncDeleteActionFromJSON(json['user_delete_action']),
|
|
192
204
|
'groupDeleteAction': json['group_delete_action'] == null ? undefined : OutgoingSyncDeleteActionFromJSON(json['group_delete_action']),
|
|
193
205
|
'defaultGroupEmailDomain': json['default_group_email_domain'],
|
|
206
|
+
'syncPageSize': json['sync_page_size'] == null ? undefined : json['sync_page_size'],
|
|
207
|
+
'syncPageTimeout': json['sync_page_timeout'] == null ? undefined : json['sync_page_timeout'],
|
|
194
208
|
'dryRun': json['dry_run'] == null ? undefined : json['dry_run'],
|
|
195
209
|
};
|
|
196
210
|
}
|
|
@@ -217,6 +231,8 @@ export function GoogleWorkspaceProviderToJSONTyped(value?: Omit<GoogleWorkspaceP
|
|
|
217
231
|
'user_delete_action': OutgoingSyncDeleteActionToJSON(value['userDeleteAction']),
|
|
218
232
|
'group_delete_action': OutgoingSyncDeleteActionToJSON(value['groupDeleteAction']),
|
|
219
233
|
'default_group_email_domain': value['defaultGroupEmailDomain'],
|
|
234
|
+
'sync_page_size': value['syncPageSize'],
|
|
235
|
+
'sync_page_timeout': value['syncPageTimeout'],
|
|
220
236
|
'dry_run': value['dryRun'],
|
|
221
237
|
};
|
|
222
238
|
}
|
|
@@ -93,6 +93,18 @@ export interface GoogleWorkspaceProviderRequest {
|
|
|
93
93
|
* @memberof GoogleWorkspaceProviderRequest
|
|
94
94
|
*/
|
|
95
95
|
defaultGroupEmailDomain: string;
|
|
96
|
+
/**
|
|
97
|
+
* Controls the number of objects synced in a single task
|
|
98
|
+
* @type {number}
|
|
99
|
+
* @memberof GoogleWorkspaceProviderRequest
|
|
100
|
+
*/
|
|
101
|
+
syncPageSize?: number;
|
|
102
|
+
/**
|
|
103
|
+
* Timeout for synchronization of a single page
|
|
104
|
+
* @type {string}
|
|
105
|
+
* @memberof GoogleWorkspaceProviderRequest
|
|
106
|
+
*/
|
|
107
|
+
syncPageTimeout?: string;
|
|
96
108
|
/**
|
|
97
109
|
* When enabled, provider will not modify or create objects in the remote system.
|
|
98
110
|
* @type {boolean}
|
|
@@ -135,6 +147,8 @@ export function GoogleWorkspaceProviderRequestFromJSONTyped(json: any, ignoreDis
|
|
|
135
147
|
'userDeleteAction': json['user_delete_action'] == null ? undefined : OutgoingSyncDeleteActionFromJSON(json['user_delete_action']),
|
|
136
148
|
'groupDeleteAction': json['group_delete_action'] == null ? undefined : OutgoingSyncDeleteActionFromJSON(json['group_delete_action']),
|
|
137
149
|
'defaultGroupEmailDomain': json['default_group_email_domain'],
|
|
150
|
+
'syncPageSize': json['sync_page_size'] == null ? undefined : json['sync_page_size'],
|
|
151
|
+
'syncPageTimeout': json['sync_page_timeout'] == null ? undefined : json['sync_page_timeout'],
|
|
138
152
|
'dryRun': json['dry_run'] == null ? undefined : json['dry_run'],
|
|
139
153
|
};
|
|
140
154
|
}
|
|
@@ -161,6 +175,8 @@ export function GoogleWorkspaceProviderRequestToJSONTyped(value?: GoogleWorkspac
|
|
|
161
175
|
'user_delete_action': OutgoingSyncDeleteActionToJSON(value['userDeleteAction']),
|
|
162
176
|
'group_delete_action': OutgoingSyncDeleteActionToJSON(value['groupDeleteAction']),
|
|
163
177
|
'default_group_email_domain': value['defaultGroupEmailDomain'],
|
|
178
|
+
'sync_page_size': value['syncPageSize'],
|
|
179
|
+
'sync_page_timeout': value['syncPageTimeout'],
|
|
164
180
|
'dry_run': value['dryRun'],
|
|
165
181
|
};
|
|
166
182
|
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* authentik
|
|
5
|
+
* Making authentication simple.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2025.12.0-rc1
|
|
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
|
+
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
*/
|
|
20
|
+
export const KeyTypeEnum = {
|
|
21
|
+
Rsa: 'rsa',
|
|
22
|
+
Ec: 'ec',
|
|
23
|
+
Dsa: 'dsa',
|
|
24
|
+
Ed25519: 'ed25519',
|
|
25
|
+
Ed448: 'ed448',
|
|
26
|
+
UnknownDefaultOpenApi: '11184809'
|
|
27
|
+
} as const;
|
|
28
|
+
export type KeyTypeEnum = typeof KeyTypeEnum[keyof typeof KeyTypeEnum];
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
export function instanceOfKeyTypeEnum(value: any): boolean {
|
|
32
|
+
for (const key in KeyTypeEnum) {
|
|
33
|
+
if (Object.prototype.hasOwnProperty.call(KeyTypeEnum, key)) {
|
|
34
|
+
if (KeyTypeEnum[key as keyof typeof KeyTypeEnum] === value) {
|
|
35
|
+
return true;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
return false;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export function KeyTypeEnumFromJSON(json: any): KeyTypeEnum {
|
|
43
|
+
return KeyTypeEnumFromJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export function KeyTypeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): KeyTypeEnum {
|
|
47
|
+
return json as KeyTypeEnum;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export function KeyTypeEnumToJSON(value?: KeyTypeEnum | null): any {
|
|
51
|
+
return value as any;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
export function KeyTypeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): KeyTypeEnum {
|
|
55
|
+
return value as KeyTypeEnum;
|
|
56
|
+
}
|
|
57
|
+
|
|
@@ -129,6 +129,18 @@ export interface MicrosoftEntraProvider {
|
|
|
129
129
|
* @memberof MicrosoftEntraProvider
|
|
130
130
|
*/
|
|
131
131
|
groupDeleteAction?: OutgoingSyncDeleteAction;
|
|
132
|
+
/**
|
|
133
|
+
* Controls the number of objects synced in a single task
|
|
134
|
+
* @type {number}
|
|
135
|
+
* @memberof MicrosoftEntraProvider
|
|
136
|
+
*/
|
|
137
|
+
syncPageSize?: number;
|
|
138
|
+
/**
|
|
139
|
+
* Timeout for synchronization of a single page
|
|
140
|
+
* @type {string}
|
|
141
|
+
* @memberof MicrosoftEntraProvider
|
|
142
|
+
*/
|
|
143
|
+
syncPageTimeout?: string;
|
|
132
144
|
/**
|
|
133
145
|
* When enabled, provider will not modify or create objects in the remote system.
|
|
134
146
|
* @type {boolean}
|
|
@@ -184,6 +196,8 @@ export function MicrosoftEntraProviderFromJSONTyped(json: any, ignoreDiscriminat
|
|
|
184
196
|
'filterGroup': json['filter_group'] == null ? undefined : json['filter_group'],
|
|
185
197
|
'userDeleteAction': json['user_delete_action'] == null ? undefined : OutgoingSyncDeleteActionFromJSON(json['user_delete_action']),
|
|
186
198
|
'groupDeleteAction': json['group_delete_action'] == null ? undefined : OutgoingSyncDeleteActionFromJSON(json['group_delete_action']),
|
|
199
|
+
'syncPageSize': json['sync_page_size'] == null ? undefined : json['sync_page_size'],
|
|
200
|
+
'syncPageTimeout': json['sync_page_timeout'] == null ? undefined : json['sync_page_timeout'],
|
|
187
201
|
'dryRun': json['dry_run'] == null ? undefined : json['dry_run'],
|
|
188
202
|
};
|
|
189
203
|
}
|
|
@@ -209,6 +223,8 @@ export function MicrosoftEntraProviderToJSONTyped(value?: Omit<MicrosoftEntraPro
|
|
|
209
223
|
'filter_group': value['filterGroup'],
|
|
210
224
|
'user_delete_action': OutgoingSyncDeleteActionToJSON(value['userDeleteAction']),
|
|
211
225
|
'group_delete_action': OutgoingSyncDeleteActionToJSON(value['groupDeleteAction']),
|
|
226
|
+
'sync_page_size': value['syncPageSize'],
|
|
227
|
+
'sync_page_timeout': value['syncPageTimeout'],
|
|
212
228
|
'dry_run': value['dryRun'],
|
|
213
229
|
};
|
|
214
230
|
}
|
|
@@ -87,6 +87,18 @@ export interface MicrosoftEntraProviderRequest {
|
|
|
87
87
|
* @memberof MicrosoftEntraProviderRequest
|
|
88
88
|
*/
|
|
89
89
|
groupDeleteAction?: OutgoingSyncDeleteAction;
|
|
90
|
+
/**
|
|
91
|
+
* Controls the number of objects synced in a single task
|
|
92
|
+
* @type {number}
|
|
93
|
+
* @memberof MicrosoftEntraProviderRequest
|
|
94
|
+
*/
|
|
95
|
+
syncPageSize?: number;
|
|
96
|
+
/**
|
|
97
|
+
* Timeout for synchronization of a single page
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof MicrosoftEntraProviderRequest
|
|
100
|
+
*/
|
|
101
|
+
syncPageTimeout?: string;
|
|
90
102
|
/**
|
|
91
103
|
* When enabled, provider will not modify or create objects in the remote system.
|
|
92
104
|
* @type {boolean}
|
|
@@ -128,6 +140,8 @@ export function MicrosoftEntraProviderRequestFromJSONTyped(json: any, ignoreDisc
|
|
|
128
140
|
'filterGroup': json['filter_group'] == null ? undefined : json['filter_group'],
|
|
129
141
|
'userDeleteAction': json['user_delete_action'] == null ? undefined : OutgoingSyncDeleteActionFromJSON(json['user_delete_action']),
|
|
130
142
|
'groupDeleteAction': json['group_delete_action'] == null ? undefined : OutgoingSyncDeleteActionFromJSON(json['group_delete_action']),
|
|
143
|
+
'syncPageSize': json['sync_page_size'] == null ? undefined : json['sync_page_size'],
|
|
144
|
+
'syncPageTimeout': json['sync_page_timeout'] == null ? undefined : json['sync_page_timeout'],
|
|
131
145
|
'dryRun': json['dry_run'] == null ? undefined : json['dry_run'],
|
|
132
146
|
};
|
|
133
147
|
}
|
|
@@ -153,6 +167,8 @@ export function MicrosoftEntraProviderRequestToJSONTyped(value?: MicrosoftEntraP
|
|
|
153
167
|
'filter_group': value['filterGroup'],
|
|
154
168
|
'user_delete_action': OutgoingSyncDeleteActionToJSON(value['userDeleteAction']),
|
|
155
169
|
'group_delete_action': OutgoingSyncDeleteActionToJSON(value['groupDeleteAction']),
|
|
170
|
+
'sync_page_size': value['syncPageSize'],
|
|
171
|
+
'sync_page_timeout': value['syncPageTimeout'],
|
|
156
172
|
'dry_run': value['dryRun'],
|
|
157
173
|
};
|
|
158
174
|
}
|
|
@@ -93,6 +93,18 @@ export interface PatchedGoogleWorkspaceProviderRequest {
|
|
|
93
93
|
* @memberof PatchedGoogleWorkspaceProviderRequest
|
|
94
94
|
*/
|
|
95
95
|
defaultGroupEmailDomain?: string;
|
|
96
|
+
/**
|
|
97
|
+
* Controls the number of objects synced in a single task
|
|
98
|
+
* @type {number}
|
|
99
|
+
* @memberof PatchedGoogleWorkspaceProviderRequest
|
|
100
|
+
*/
|
|
101
|
+
syncPageSize?: number;
|
|
102
|
+
/**
|
|
103
|
+
* Timeout for synchronization of a single page
|
|
104
|
+
* @type {string}
|
|
105
|
+
* @memberof PatchedGoogleWorkspaceProviderRequest
|
|
106
|
+
*/
|
|
107
|
+
syncPageTimeout?: string;
|
|
96
108
|
/**
|
|
97
109
|
* When enabled, provider will not modify or create objects in the remote system.
|
|
98
110
|
* @type {boolean}
|
|
@@ -131,6 +143,8 @@ export function PatchedGoogleWorkspaceProviderRequestFromJSONTyped(json: any, ig
|
|
|
131
143
|
'userDeleteAction': json['user_delete_action'] == null ? undefined : OutgoingSyncDeleteActionFromJSON(json['user_delete_action']),
|
|
132
144
|
'groupDeleteAction': json['group_delete_action'] == null ? undefined : OutgoingSyncDeleteActionFromJSON(json['group_delete_action']),
|
|
133
145
|
'defaultGroupEmailDomain': json['default_group_email_domain'] == null ? undefined : json['default_group_email_domain'],
|
|
146
|
+
'syncPageSize': json['sync_page_size'] == null ? undefined : json['sync_page_size'],
|
|
147
|
+
'syncPageTimeout': json['sync_page_timeout'] == null ? undefined : json['sync_page_timeout'],
|
|
134
148
|
'dryRun': json['dry_run'] == null ? undefined : json['dry_run'],
|
|
135
149
|
};
|
|
136
150
|
}
|
|
@@ -157,6 +171,8 @@ export function PatchedGoogleWorkspaceProviderRequestToJSONTyped(value?: Patched
|
|
|
157
171
|
'user_delete_action': OutgoingSyncDeleteActionToJSON(value['userDeleteAction']),
|
|
158
172
|
'group_delete_action': OutgoingSyncDeleteActionToJSON(value['groupDeleteAction']),
|
|
159
173
|
'default_group_email_domain': value['defaultGroupEmailDomain'],
|
|
174
|
+
'sync_page_size': value['syncPageSize'],
|
|
175
|
+
'sync_page_timeout': value['syncPageTimeout'],
|
|
160
176
|
'dry_run': value['dryRun'],
|
|
161
177
|
};
|
|
162
178
|
}
|
|
@@ -87,6 +87,18 @@ export interface PatchedMicrosoftEntraProviderRequest {
|
|
|
87
87
|
* @memberof PatchedMicrosoftEntraProviderRequest
|
|
88
88
|
*/
|
|
89
89
|
groupDeleteAction?: OutgoingSyncDeleteAction;
|
|
90
|
+
/**
|
|
91
|
+
* Controls the number of objects synced in a single task
|
|
92
|
+
* @type {number}
|
|
93
|
+
* @memberof PatchedMicrosoftEntraProviderRequest
|
|
94
|
+
*/
|
|
95
|
+
syncPageSize?: number;
|
|
96
|
+
/**
|
|
97
|
+
* Timeout for synchronization of a single page
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof PatchedMicrosoftEntraProviderRequest
|
|
100
|
+
*/
|
|
101
|
+
syncPageTimeout?: string;
|
|
90
102
|
/**
|
|
91
103
|
* When enabled, provider will not modify or create objects in the remote system.
|
|
92
104
|
* @type {boolean}
|
|
@@ -124,6 +136,8 @@ export function PatchedMicrosoftEntraProviderRequestFromJSONTyped(json: any, ign
|
|
|
124
136
|
'filterGroup': json['filter_group'] == null ? undefined : json['filter_group'],
|
|
125
137
|
'userDeleteAction': json['user_delete_action'] == null ? undefined : OutgoingSyncDeleteActionFromJSON(json['user_delete_action']),
|
|
126
138
|
'groupDeleteAction': json['group_delete_action'] == null ? undefined : OutgoingSyncDeleteActionFromJSON(json['group_delete_action']),
|
|
139
|
+
'syncPageSize': json['sync_page_size'] == null ? undefined : json['sync_page_size'],
|
|
140
|
+
'syncPageTimeout': json['sync_page_timeout'] == null ? undefined : json['sync_page_timeout'],
|
|
127
141
|
'dryRun': json['dry_run'] == null ? undefined : json['dry_run'],
|
|
128
142
|
};
|
|
129
143
|
}
|
|
@@ -149,6 +163,8 @@ export function PatchedMicrosoftEntraProviderRequestToJSONTyped(value?: PatchedM
|
|
|
149
163
|
'filter_group': value['filterGroup'],
|
|
150
164
|
'user_delete_action': OutgoingSyncDeleteActionToJSON(value['userDeleteAction']),
|
|
151
165
|
'group_delete_action': OutgoingSyncDeleteActionToJSON(value['groupDeleteAction']),
|
|
166
|
+
'sync_page_size': value['syncPageSize'],
|
|
167
|
+
'sync_page_timeout': value['syncPageTimeout'],
|
|
152
168
|
'dry_run': value['dryRun'],
|
|
153
169
|
};
|
|
154
170
|
}
|
|
@@ -106,6 +106,18 @@ export interface PatchedSCIMProviderRequest {
|
|
|
106
106
|
* @memberof PatchedSCIMProviderRequest
|
|
107
107
|
*/
|
|
108
108
|
filterGroup?: string | null;
|
|
109
|
+
/**
|
|
110
|
+
* Controls the number of objects synced in a single task
|
|
111
|
+
* @type {number}
|
|
112
|
+
* @memberof PatchedSCIMProviderRequest
|
|
113
|
+
*/
|
|
114
|
+
syncPageSize?: number;
|
|
115
|
+
/**
|
|
116
|
+
* Timeout for synchronization of a single page
|
|
117
|
+
* @type {string}
|
|
118
|
+
* @memberof PatchedSCIMProviderRequest
|
|
119
|
+
*/
|
|
120
|
+
syncPageTimeout?: string;
|
|
109
121
|
/**
|
|
110
122
|
* When enabled, provider will not modify or create objects in the remote system.
|
|
111
123
|
* @type {boolean}
|
|
@@ -145,6 +157,8 @@ export function PatchedSCIMProviderRequestFromJSONTyped(json: any, ignoreDiscrim
|
|
|
145
157
|
'compatibilityMode': json['compatibility_mode'] == null ? undefined : CompatibilityModeEnumFromJSON(json['compatibility_mode']),
|
|
146
158
|
'excludeUsersServiceAccount': json['exclude_users_service_account'] == null ? undefined : json['exclude_users_service_account'],
|
|
147
159
|
'filterGroup': json['filter_group'] == null ? undefined : json['filter_group'],
|
|
160
|
+
'syncPageSize': json['sync_page_size'] == null ? undefined : json['sync_page_size'],
|
|
161
|
+
'syncPageTimeout': json['sync_page_timeout'] == null ? undefined : json['sync_page_timeout'],
|
|
148
162
|
'dryRun': json['dry_run'] == null ? undefined : json['dry_run'],
|
|
149
163
|
};
|
|
150
164
|
}
|
|
@@ -172,6 +186,8 @@ export function PatchedSCIMProviderRequestToJSONTyped(value?: PatchedSCIMProvide
|
|
|
172
186
|
'compatibility_mode': CompatibilityModeEnumToJSON(value['compatibilityMode']),
|
|
173
187
|
'exclude_users_service_account': value['excludeUsersServiceAccount'],
|
|
174
188
|
'filter_group': value['filterGroup'],
|
|
189
|
+
'sync_page_size': value['syncPageSize'],
|
|
190
|
+
'sync_page_timeout': value['syncPageTimeout'],
|
|
175
191
|
'dry_run': value['dryRun'],
|
|
176
192
|
};
|
|
177
193
|
}
|
|
@@ -148,6 +148,18 @@ export interface SCIMProvider {
|
|
|
148
148
|
* @memberof SCIMProvider
|
|
149
149
|
*/
|
|
150
150
|
filterGroup?: string | null;
|
|
151
|
+
/**
|
|
152
|
+
* Controls the number of objects synced in a single task
|
|
153
|
+
* @type {number}
|
|
154
|
+
* @memberof SCIMProvider
|
|
155
|
+
*/
|
|
156
|
+
syncPageSize?: number;
|
|
157
|
+
/**
|
|
158
|
+
* Timeout for synchronization of a single page
|
|
159
|
+
* @type {string}
|
|
160
|
+
* @memberof SCIMProvider
|
|
161
|
+
*/
|
|
162
|
+
syncPageTimeout?: string;
|
|
151
163
|
/**
|
|
152
164
|
* When enabled, provider will not modify or create objects in the remote system.
|
|
153
165
|
* @type {boolean}
|
|
@@ -203,6 +215,8 @@ export function SCIMProviderFromJSONTyped(json: any, ignoreDiscriminator: boolea
|
|
|
203
215
|
'compatibilityMode': json['compatibility_mode'] == null ? undefined : CompatibilityModeEnumFromJSON(json['compatibility_mode']),
|
|
204
216
|
'excludeUsersServiceAccount': json['exclude_users_service_account'] == null ? undefined : json['exclude_users_service_account'],
|
|
205
217
|
'filterGroup': json['filter_group'] == null ? undefined : json['filter_group'],
|
|
218
|
+
'syncPageSize': json['sync_page_size'] == null ? undefined : json['sync_page_size'],
|
|
219
|
+
'syncPageTimeout': json['sync_page_timeout'] == null ? undefined : json['sync_page_timeout'],
|
|
206
220
|
'dryRun': json['dry_run'] == null ? undefined : json['dry_run'],
|
|
207
221
|
};
|
|
208
222
|
}
|
|
@@ -230,6 +244,8 @@ export function SCIMProviderToJSONTyped(value?: Omit<SCIMProvider, 'pk'|'compone
|
|
|
230
244
|
'compatibility_mode': CompatibilityModeEnumToJSON(value['compatibilityMode']),
|
|
231
245
|
'exclude_users_service_account': value['excludeUsersServiceAccount'],
|
|
232
246
|
'filter_group': value['filterGroup'],
|
|
247
|
+
'sync_page_size': value['syncPageSize'],
|
|
248
|
+
'sync_page_timeout': value['syncPageTimeout'],
|
|
233
249
|
'dry_run': value['dryRun'],
|
|
234
250
|
};
|
|
235
251
|
}
|
|
@@ -106,6 +106,18 @@ export interface SCIMProviderRequest {
|
|
|
106
106
|
* @memberof SCIMProviderRequest
|
|
107
107
|
*/
|
|
108
108
|
filterGroup?: string | null;
|
|
109
|
+
/**
|
|
110
|
+
* Controls the number of objects synced in a single task
|
|
111
|
+
* @type {number}
|
|
112
|
+
* @memberof SCIMProviderRequest
|
|
113
|
+
*/
|
|
114
|
+
syncPageSize?: number;
|
|
115
|
+
/**
|
|
116
|
+
* Timeout for synchronization of a single page
|
|
117
|
+
* @type {string}
|
|
118
|
+
* @memberof SCIMProviderRequest
|
|
119
|
+
*/
|
|
120
|
+
syncPageTimeout?: string;
|
|
109
121
|
/**
|
|
110
122
|
* When enabled, provider will not modify or create objects in the remote system.
|
|
111
123
|
* @type {boolean}
|
|
@@ -147,6 +159,8 @@ export function SCIMProviderRequestFromJSONTyped(json: any, ignoreDiscriminator:
|
|
|
147
159
|
'compatibilityMode': json['compatibility_mode'] == null ? undefined : CompatibilityModeEnumFromJSON(json['compatibility_mode']),
|
|
148
160
|
'excludeUsersServiceAccount': json['exclude_users_service_account'] == null ? undefined : json['exclude_users_service_account'],
|
|
149
161
|
'filterGroup': json['filter_group'] == null ? undefined : json['filter_group'],
|
|
162
|
+
'syncPageSize': json['sync_page_size'] == null ? undefined : json['sync_page_size'],
|
|
163
|
+
'syncPageTimeout': json['sync_page_timeout'] == null ? undefined : json['sync_page_timeout'],
|
|
150
164
|
'dryRun': json['dry_run'] == null ? undefined : json['dry_run'],
|
|
151
165
|
};
|
|
152
166
|
}
|
|
@@ -174,6 +188,8 @@ export function SCIMProviderRequestToJSONTyped(value?: SCIMProviderRequest | nul
|
|
|
174
188
|
'compatibility_mode': CompatibilityModeEnumToJSON(value['compatibilityMode']),
|
|
175
189
|
'exclude_users_service_account': value['excludeUsersServiceAccount'],
|
|
176
190
|
'filter_group': value['filterGroup'],
|
|
191
|
+
'sync_page_size': value['syncPageSize'],
|
|
192
|
+
'sync_page_timeout': value['syncPageTimeout'],
|
|
177
193
|
'dry_run': value['dryRun'],
|
|
178
194
|
};
|
|
179
195
|
}
|
package/src/models/index.ts
CHANGED
|
@@ -217,6 +217,7 @@ export * from './KerberosSource';
|
|
|
217
217
|
export * from './KerberosSourcePropertyMapping';
|
|
218
218
|
export * from './KerberosSourcePropertyMappingRequest';
|
|
219
219
|
export * from './KerberosSourceRequest';
|
|
220
|
+
export * from './KeyTypeEnum';
|
|
220
221
|
export * from './KubernetesServiceConnection';
|
|
221
222
|
export * from './KubernetesServiceConnectionRequest';
|
|
222
223
|
export * from './LDAPAPIAccessMode';
|