@microsoft/msgraph-sdk 1.0.0-preview.25 → 1.0.0-preview.27
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/models/callRecords/index.d.ts +233 -233
- package/models/callRecords/index.d.ts.map +1 -1
- package/models/callRecords/index.js +358 -223
- package/models/callRecords/index.js.map +1 -1
- package/models/externalConnectors/index.d.ts +114 -114
- package/models/externalConnectors/index.d.ts.map +1 -1
- package/models/externalConnectors/index.js +237 -102
- package/models/externalConnectors/index.js.map +1 -1
- package/models/identityGovernance/index.d.ts +582 -190
- package/models/identityGovernance/index.d.ts.map +1 -1
- package/models/identityGovernance/index.js +712 -182
- package/models/identityGovernance/index.js.map +1 -1
- package/models/index.d.ts +15650 -12803
- package/models/index.d.ts.map +1 -1
- package/models/index.js +25928 -11904
- package/models/index.js.map +1 -1
- package/models/oDataErrors/index.d.ts +21 -21
- package/models/oDataErrors/index.d.ts.map +1 -1
- package/models/oDataErrors/index.js +37 -17
- package/models/oDataErrors/index.js.map +1 -1
- package/models/partners/billing/index.d.ts +42 -42
- package/models/partners/billing/index.d.ts.map +1 -1
- package/models/partners/billing/index.js +111 -41
- package/models/partners/billing/index.js.map +1 -1
- package/models/search/index.d.ts +62 -62
- package/models/search/index.d.ts.map +1 -1
- package/models/search/index.js +115 -60
- package/models/search/index.js.map +1 -1
- package/models/security/index.d.ts +1145 -1065
- package/models/security/index.d.ts.map +1 -1
- package/models/security/index.js +2104 -1030
- package/models/security/index.js.map +1 -1
- package/models/termStore/index.d.ts +61 -61
- package/models/termStore/index.d.ts.map +1 -1
- package/models/termStore/index.js +123 -58
- package/models/termStore/index.js.map +1 -1
- package/package.json +3 -5
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -1,5 +1,17 @@
|
|
|
1
|
-
import { type Application, type BaseCollectionPaginationCountResponse, type CustomCalloutExtension, type CustomExtensionCallbackConfiguration, type CustomExtensionData, type DeletedItemContainer, type EmailSettings, type Entity, type KeyValuePair, type SubjectSet, type User } from '../index.js';
|
|
1
|
+
import { type Application, type BaseCollectionPaginationCountResponse, type CustomCalloutExtension, type CustomExtensionCallbackConfiguration, type CustomExtensionData, type DeletedItemContainer, type EmailSettings, type Entity, type Group, type KeyValuePair, type SubjectSet, type User } from '../index.js';
|
|
2
2
|
import { type AdditionalDataHolder, type BackedModel, type Parsable, type ParseNode, type SerializationWriter } from '@microsoft/kiota-abstractions';
|
|
3
|
+
export interface AttributeChangeTrigger extends Parsable, WorkflowExecutionTrigger {
|
|
4
|
+
/**
|
|
5
|
+
* The trigger attribute being changed that triggers the workflowexecutiontrigger of a workflow.)
|
|
6
|
+
*/
|
|
7
|
+
triggerAttributes?: TriggerAttribute[] | null;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
11
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
12
|
+
* @returns {AttributeChangeTrigger}
|
|
13
|
+
*/
|
|
14
|
+
export declare function createAttributeChangeTriggerFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
3
15
|
/**
|
|
4
16
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
5
17
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -30,6 +42,18 @@ export declare function createCustomTaskExtensionCollectionResponseFromDiscrimin
|
|
|
30
42
|
* @returns {CustomTaskExtension}
|
|
31
43
|
*/
|
|
32
44
|
export declare function createCustomTaskExtensionFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
45
|
+
/**
|
|
46
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
47
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
48
|
+
* @returns {GroupBasedSubjectSet}
|
|
49
|
+
*/
|
|
50
|
+
export declare function createGroupBasedSubjectSetFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
51
|
+
/**
|
|
52
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
53
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
54
|
+
* @returns {Insights}
|
|
55
|
+
*/
|
|
56
|
+
export declare function createInsightsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
33
57
|
/**
|
|
34
58
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
35
59
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -42,6 +66,12 @@ export declare function createLifecycleManagementSettingsFromDiscriminatorValue(
|
|
|
42
66
|
* @returns {LifecycleWorkflowsContainer}
|
|
43
67
|
*/
|
|
44
68
|
export declare function createLifecycleWorkflowsContainerFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
69
|
+
/**
|
|
70
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
71
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
72
|
+
* @returns {MembershipChangeTrigger}
|
|
73
|
+
*/
|
|
74
|
+
export declare function createMembershipChangeTriggerFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
45
75
|
/**
|
|
46
76
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
47
77
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -138,12 +168,30 @@ export declare function createTaskReportSummaryFromDiscriminatorValue(parseNode:
|
|
|
138
168
|
* @returns {TimeBasedAttributeTrigger}
|
|
139
169
|
*/
|
|
140
170
|
export declare function createTimeBasedAttributeTriggerFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
171
|
+
/**
|
|
172
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
173
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
174
|
+
* @returns {TopTasksInsightsSummary}
|
|
175
|
+
*/
|
|
176
|
+
export declare function createTopTasksInsightsSummaryFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
177
|
+
/**
|
|
178
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
179
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
180
|
+
* @returns {TopWorkflowsInsightsSummary}
|
|
181
|
+
*/
|
|
182
|
+
export declare function createTopWorkflowsInsightsSummaryFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
141
183
|
/**
|
|
142
184
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
143
185
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
144
186
|
* @returns {TriggerAndScopeBasedConditions}
|
|
145
187
|
*/
|
|
146
188
|
export declare function createTriggerAndScopeBasedConditionsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
189
|
+
/**
|
|
190
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
191
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
192
|
+
* @returns {TriggerAttribute}
|
|
193
|
+
*/
|
|
194
|
+
export declare function createTriggerAttributeFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
147
195
|
/**
|
|
148
196
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
149
197
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -192,6 +240,18 @@ export declare function createWorkflowExecutionTriggerFromDiscriminatorValue(par
|
|
|
192
240
|
* @returns {Workflow}
|
|
193
241
|
*/
|
|
194
242
|
export declare function createWorkflowFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
243
|
+
/**
|
|
244
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
245
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
246
|
+
* @returns {WorkflowsInsightsByCategory}
|
|
247
|
+
*/
|
|
248
|
+
export declare function createWorkflowsInsightsByCategoryFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
249
|
+
/**
|
|
250
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
251
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
252
|
+
* @returns {WorkflowsInsightsSummary}
|
|
253
|
+
*/
|
|
254
|
+
export declare function createWorkflowsInsightsSummaryFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
195
255
|
/**
|
|
196
256
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
197
257
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -220,61 +280,66 @@ export interface CustomTaskExtension extends CustomCalloutExtension, Parsable {
|
|
|
220
280
|
/**
|
|
221
281
|
* The callback configuration for a custom task extension.
|
|
222
282
|
*/
|
|
223
|
-
callbackConfiguration?: CustomExtensionCallbackConfiguration;
|
|
283
|
+
callbackConfiguration?: CustomExtensionCallbackConfiguration | null;
|
|
224
284
|
/**
|
|
225
285
|
* The unique identifier of the Microsoft Entra user that created the custom task extension.Supports $filter(eq, ne) and $expand.
|
|
226
286
|
*/
|
|
227
|
-
createdBy?: User;
|
|
287
|
+
createdBy?: User | null;
|
|
228
288
|
/**
|
|
229
289
|
* When the custom task extension was created.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
|
|
230
290
|
*/
|
|
231
|
-
createdDateTime?: Date;
|
|
291
|
+
createdDateTime?: Date | null;
|
|
232
292
|
/**
|
|
233
293
|
* The unique identifier of the Microsoft Entra user that modified the custom task extension last.Supports $filter(eq, ne) and $expand.
|
|
234
294
|
*/
|
|
235
|
-
lastModifiedBy?: User;
|
|
295
|
+
lastModifiedBy?: User | null;
|
|
236
296
|
/**
|
|
237
297
|
* When the custom extension was last modified.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
|
|
238
298
|
*/
|
|
239
|
-
lastModifiedDateTime?: Date;
|
|
299
|
+
lastModifiedDateTime?: Date | null;
|
|
240
300
|
}
|
|
241
301
|
export interface CustomTaskExtensionCallbackConfiguration extends CustomExtensionCallbackConfiguration, Parsable {
|
|
242
302
|
/**
|
|
243
303
|
* The authorizedApps property
|
|
244
304
|
*/
|
|
245
|
-
authorizedApps?: Application[];
|
|
305
|
+
authorizedApps?: Application[] | null;
|
|
246
306
|
}
|
|
247
307
|
export interface CustomTaskExtensionCallbackData extends CustomExtensionData, Parsable {
|
|
248
308
|
/**
|
|
249
309
|
* Operation status that's provided by the Azure Logic App indicating whenever the Azure Logic App has run successfully or not. Supported values: completed, failed, unknownFutureValue.
|
|
250
310
|
*/
|
|
251
|
-
operationStatus?: CustomTaskExtensionOperationStatus;
|
|
311
|
+
operationStatus?: CustomTaskExtensionOperationStatus | null;
|
|
252
312
|
}
|
|
253
313
|
export interface CustomTaskExtensionCalloutData extends CustomExtensionData, Parsable {
|
|
254
314
|
/**
|
|
255
315
|
* The subject property
|
|
256
316
|
*/
|
|
257
|
-
subject?: User;
|
|
317
|
+
subject?: User | null;
|
|
258
318
|
/**
|
|
259
319
|
* The task property
|
|
260
320
|
*/
|
|
261
|
-
task?: Task;
|
|
321
|
+
task?: Task | null;
|
|
262
322
|
/**
|
|
263
323
|
* The taskProcessingresult property
|
|
264
324
|
*/
|
|
265
|
-
taskProcessingresult?: TaskProcessingResult;
|
|
325
|
+
taskProcessingresult?: TaskProcessingResult | null;
|
|
266
326
|
/**
|
|
267
327
|
* The workflow property
|
|
268
328
|
*/
|
|
269
|
-
workflow?: Workflow;
|
|
329
|
+
workflow?: Workflow | null;
|
|
270
330
|
}
|
|
271
331
|
export interface CustomTaskExtensionCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
272
332
|
/**
|
|
273
333
|
* The value property
|
|
274
334
|
*/
|
|
275
|
-
value?: CustomTaskExtension[];
|
|
335
|
+
value?: CustomTaskExtension[] | null;
|
|
276
336
|
}
|
|
277
337
|
export type CustomTaskExtensionOperationStatus = (typeof CustomTaskExtensionOperationStatusObject)[keyof typeof CustomTaskExtensionOperationStatusObject];
|
|
338
|
+
/**
|
|
339
|
+
* The deserialization information for the current model
|
|
340
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
341
|
+
*/
|
|
342
|
+
export declare function deserializeIntoAttributeChangeTrigger(attributeChangeTrigger?: Partial<AttributeChangeTrigger> | undefined): Record<string, (node: ParseNode) => void>;
|
|
278
343
|
/**
|
|
279
344
|
* The deserialization information for the current model
|
|
280
345
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -300,6 +365,16 @@ export declare function deserializeIntoCustomTaskExtensionCalloutData(customTask
|
|
|
300
365
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
301
366
|
*/
|
|
302
367
|
export declare function deserializeIntoCustomTaskExtensionCollectionResponse(customTaskExtensionCollectionResponse?: Partial<CustomTaskExtensionCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
368
|
+
/**
|
|
369
|
+
* The deserialization information for the current model
|
|
370
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
371
|
+
*/
|
|
372
|
+
export declare function deserializeIntoGroupBasedSubjectSet(groupBasedSubjectSet?: Partial<GroupBasedSubjectSet> | undefined): Record<string, (node: ParseNode) => void>;
|
|
373
|
+
/**
|
|
374
|
+
* The deserialization information for the current model
|
|
375
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
376
|
+
*/
|
|
377
|
+
export declare function deserializeIntoInsights(insights?: Partial<Insights> | undefined): Record<string, (node: ParseNode) => void>;
|
|
303
378
|
/**
|
|
304
379
|
* The deserialization information for the current model
|
|
305
380
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -310,6 +385,11 @@ export declare function deserializeIntoLifecycleManagementSettings(lifecycleMana
|
|
|
310
385
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
311
386
|
*/
|
|
312
387
|
export declare function deserializeIntoLifecycleWorkflowsContainer(lifecycleWorkflowsContainer?: Partial<LifecycleWorkflowsContainer> | undefined): Record<string, (node: ParseNode) => void>;
|
|
388
|
+
/**
|
|
389
|
+
* The deserialization information for the current model
|
|
390
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
391
|
+
*/
|
|
392
|
+
export declare function deserializeIntoMembershipChangeTrigger(membershipChangeTrigger?: Partial<MembershipChangeTrigger> | undefined): Record<string, (node: ParseNode) => void>;
|
|
313
393
|
/**
|
|
314
394
|
* The deserialization information for the current model
|
|
315
395
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -390,11 +470,26 @@ export declare function deserializeIntoTaskReportSummary(taskReportSummary?: Par
|
|
|
390
470
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
391
471
|
*/
|
|
392
472
|
export declare function deserializeIntoTimeBasedAttributeTrigger(timeBasedAttributeTrigger?: Partial<TimeBasedAttributeTrigger> | undefined): Record<string, (node: ParseNode) => void>;
|
|
473
|
+
/**
|
|
474
|
+
* The deserialization information for the current model
|
|
475
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
476
|
+
*/
|
|
477
|
+
export declare function deserializeIntoTopTasksInsightsSummary(topTasksInsightsSummary?: Partial<TopTasksInsightsSummary> | undefined): Record<string, (node: ParseNode) => void>;
|
|
478
|
+
/**
|
|
479
|
+
* The deserialization information for the current model
|
|
480
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
481
|
+
*/
|
|
482
|
+
export declare function deserializeIntoTopWorkflowsInsightsSummary(topWorkflowsInsightsSummary?: Partial<TopWorkflowsInsightsSummary> | undefined): Record<string, (node: ParseNode) => void>;
|
|
393
483
|
/**
|
|
394
484
|
* The deserialization information for the current model
|
|
395
485
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
396
486
|
*/
|
|
397
487
|
export declare function deserializeIntoTriggerAndScopeBasedConditions(triggerAndScopeBasedConditions?: Partial<TriggerAndScopeBasedConditions> | undefined): Record<string, (node: ParseNode) => void>;
|
|
488
|
+
/**
|
|
489
|
+
* The deserialization information for the current model
|
|
490
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
491
|
+
*/
|
|
492
|
+
export declare function deserializeIntoTriggerAttribute(triggerAttribute?: Partial<TriggerAttribute> | undefined): Record<string, (node: ParseNode) => void>;
|
|
398
493
|
/**
|
|
399
494
|
* The deserialization information for the current model
|
|
400
495
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -435,6 +530,16 @@ export declare function deserializeIntoWorkflowExecutionConditions(workflowExecu
|
|
|
435
530
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
436
531
|
*/
|
|
437
532
|
export declare function deserializeIntoWorkflowExecutionTrigger(workflowExecutionTrigger?: Partial<WorkflowExecutionTrigger> | undefined): Record<string, (node: ParseNode) => void>;
|
|
533
|
+
/**
|
|
534
|
+
* The deserialization information for the current model
|
|
535
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
536
|
+
*/
|
|
537
|
+
export declare function deserializeIntoWorkflowsInsightsByCategory(workflowsInsightsByCategory?: Partial<WorkflowsInsightsByCategory> | undefined): Record<string, (node: ParseNode) => void>;
|
|
538
|
+
/**
|
|
539
|
+
* The deserialization information for the current model
|
|
540
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
541
|
+
*/
|
|
542
|
+
export declare function deserializeIntoWorkflowsInsightsSummary(workflowsInsightsSummary?: Partial<WorkflowsInsightsSummary> | undefined): Record<string, (node: ParseNode) => void>;
|
|
438
543
|
/**
|
|
439
544
|
* The deserialization information for the current model
|
|
440
545
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -455,15 +560,23 @@ export declare function deserializeIntoWorkflowVersion(workflowVersion?: Partial
|
|
|
455
560
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
456
561
|
*/
|
|
457
562
|
export declare function deserializeIntoWorkflowVersionCollectionResponse(workflowVersionCollectionResponse?: Partial<WorkflowVersionCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
563
|
+
export interface GroupBasedSubjectSet extends Parsable, SubjectSet {
|
|
564
|
+
/**
|
|
565
|
+
* The groups property
|
|
566
|
+
*/
|
|
567
|
+
groups?: Group[] | null;
|
|
568
|
+
}
|
|
569
|
+
export interface Insights extends Entity, Parsable {
|
|
570
|
+
}
|
|
458
571
|
export interface LifecycleManagementSettings extends Entity, Parsable {
|
|
459
572
|
/**
|
|
460
573
|
* The emailSettings property
|
|
461
574
|
*/
|
|
462
|
-
emailSettings?: EmailSettings;
|
|
575
|
+
emailSettings?: EmailSettings | null;
|
|
463
576
|
/**
|
|
464
577
|
* The interval in hours at which all workflows running in the tenant should be scheduled for execution. This interval has a minimum value of 1 and a maximum value of 24. The default value is 3 hours.
|
|
465
578
|
*/
|
|
466
|
-
workflowScheduleIntervalInHours?: number;
|
|
579
|
+
workflowScheduleIntervalInHours?: number | null;
|
|
467
580
|
}
|
|
468
581
|
export type LifecycleTaskCategory = (typeof LifecycleTaskCategoryObject)[keyof typeof LifecycleTaskCategoryObject];
|
|
469
582
|
export type LifecycleWorkflowCategory = (typeof LifecycleWorkflowCategoryObject)[keyof typeof LifecycleWorkflowCategoryObject];
|
|
@@ -472,28 +585,39 @@ export interface LifecycleWorkflowsContainer extends Entity, Parsable {
|
|
|
472
585
|
/**
|
|
473
586
|
* The customTaskExtension instance.
|
|
474
587
|
*/
|
|
475
|
-
customTaskExtensions?: CustomTaskExtension[];
|
|
588
|
+
customTaskExtensions?: CustomTaskExtension[] | null;
|
|
476
589
|
/**
|
|
477
590
|
* Deleted workflows in your lifecycle workflows instance.
|
|
478
591
|
*/
|
|
479
|
-
deletedItems?: DeletedItemContainer;
|
|
592
|
+
deletedItems?: DeletedItemContainer | null;
|
|
593
|
+
/**
|
|
594
|
+
* The insight container holding workflow insight summaries for a tenant.
|
|
595
|
+
*/
|
|
596
|
+
insights?: Insights | null;
|
|
480
597
|
/**
|
|
481
598
|
* The settings property
|
|
482
599
|
*/
|
|
483
|
-
settings?: LifecycleManagementSettings;
|
|
600
|
+
settings?: LifecycleManagementSettings | null;
|
|
484
601
|
/**
|
|
485
602
|
* The definition of tasks within the lifecycle workflows instance.
|
|
486
603
|
*/
|
|
487
|
-
taskDefinitions?: TaskDefinition[];
|
|
604
|
+
taskDefinitions?: TaskDefinition[] | null;
|
|
488
605
|
/**
|
|
489
606
|
* The workflows in the lifecycle workflows instance.
|
|
490
607
|
*/
|
|
491
|
-
workflows?: Workflow[];
|
|
608
|
+
workflows?: Workflow[] | null;
|
|
492
609
|
/**
|
|
493
610
|
* The workflow templates in the lifecycle workflow instance.
|
|
494
611
|
*/
|
|
495
|
-
workflowTemplates?: WorkflowTemplate[];
|
|
612
|
+
workflowTemplates?: WorkflowTemplate[] | null;
|
|
613
|
+
}
|
|
614
|
+
export interface MembershipChangeTrigger extends Parsable, WorkflowExecutionTrigger {
|
|
615
|
+
/**
|
|
616
|
+
* The changeType property
|
|
617
|
+
*/
|
|
618
|
+
changeType?: MembershipChangeType | null;
|
|
496
619
|
}
|
|
620
|
+
export type MembershipChangeType = (typeof MembershipChangeTypeObject)[keyof typeof MembershipChangeTypeObject];
|
|
497
621
|
export interface OnDemandExecutionOnly extends Parsable, WorkflowExecutionConditions {
|
|
498
622
|
}
|
|
499
623
|
export interface Parameter extends AdditionalDataHolder, BackedModel, Parsable {
|
|
@@ -504,93 +628,93 @@ export interface Parameter extends AdditionalDataHolder, BackedModel, Parsable {
|
|
|
504
628
|
/**
|
|
505
629
|
* Stores model information.
|
|
506
630
|
*/
|
|
507
|
-
backingStoreEnabled?: boolean;
|
|
631
|
+
backingStoreEnabled?: boolean | null;
|
|
508
632
|
/**
|
|
509
633
|
* The name of the parameter.
|
|
510
634
|
*/
|
|
511
|
-
name?: string;
|
|
635
|
+
name?: string | null;
|
|
512
636
|
/**
|
|
513
637
|
* The OdataType property
|
|
514
638
|
*/
|
|
515
|
-
odataType?: string;
|
|
639
|
+
odataType?: string | null;
|
|
516
640
|
/**
|
|
517
641
|
* The values of the parameter.
|
|
518
642
|
*/
|
|
519
|
-
values?: string[];
|
|
643
|
+
values?: string[] | null;
|
|
520
644
|
/**
|
|
521
645
|
* The valueType property
|
|
522
646
|
*/
|
|
523
|
-
valueType?: ValueType;
|
|
647
|
+
valueType?: ValueType | null;
|
|
524
648
|
}
|
|
525
649
|
export interface RuleBasedSubjectSet extends Parsable, SubjectSet {
|
|
526
650
|
/**
|
|
527
651
|
* The rule for the subject set. Lifecycle Workflows supports a rich set of user properties for configuring the rules using $filter query expressions. For more information, see supported user and query parameters.
|
|
528
652
|
*/
|
|
529
|
-
rule?: string;
|
|
653
|
+
rule?: string | null;
|
|
530
654
|
}
|
|
531
655
|
export interface Run extends Entity, Parsable {
|
|
532
656
|
/**
|
|
533
657
|
* The date time that the run completed. Value is null if the workflow hasn't completed.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
|
|
534
658
|
*/
|
|
535
|
-
completedDateTime?: Date;
|
|
659
|
+
completedDateTime?: Date | null;
|
|
536
660
|
/**
|
|
537
661
|
* The number of tasks that failed in the run execution.
|
|
538
662
|
*/
|
|
539
|
-
failedTasksCount?: number;
|
|
663
|
+
failedTasksCount?: number | null;
|
|
540
664
|
/**
|
|
541
665
|
* The number of users that failed in the run execution.
|
|
542
666
|
*/
|
|
543
|
-
failedUsersCount?: number;
|
|
667
|
+
failedUsersCount?: number | null;
|
|
544
668
|
/**
|
|
545
669
|
* The datetime that the run was last updated.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
|
|
546
670
|
*/
|
|
547
|
-
lastUpdatedDateTime?: Date;
|
|
671
|
+
lastUpdatedDateTime?: Date | null;
|
|
548
672
|
/**
|
|
549
673
|
* The processingStatus property
|
|
550
674
|
*/
|
|
551
|
-
processingStatus?: LifecycleWorkflowProcessingStatus;
|
|
675
|
+
processingStatus?: LifecycleWorkflowProcessingStatus | null;
|
|
552
676
|
/**
|
|
553
677
|
* The date time that the run is scheduled to be executed for a workflow.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
|
|
554
678
|
*/
|
|
555
|
-
scheduledDateTime?: Date;
|
|
679
|
+
scheduledDateTime?: Date | null;
|
|
556
680
|
/**
|
|
557
681
|
* The date time that the run execution started.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
|
|
558
682
|
*/
|
|
559
|
-
startedDateTime?: Date;
|
|
683
|
+
startedDateTime?: Date | null;
|
|
560
684
|
/**
|
|
561
685
|
* The number of successfully completed users in the run.
|
|
562
686
|
*/
|
|
563
|
-
successfulUsersCount?: number;
|
|
687
|
+
successfulUsersCount?: number | null;
|
|
564
688
|
/**
|
|
565
689
|
* The related taskProcessingResults.
|
|
566
690
|
*/
|
|
567
|
-
taskProcessingResults?: TaskProcessingResult[];
|
|
691
|
+
taskProcessingResults?: TaskProcessingResult[] | null;
|
|
568
692
|
/**
|
|
569
693
|
* The totalTasksCount property
|
|
570
694
|
*/
|
|
571
|
-
totalTasksCount?: number;
|
|
695
|
+
totalTasksCount?: number | null;
|
|
572
696
|
/**
|
|
573
697
|
* The total number of unprocessed tasks in the run execution.
|
|
574
698
|
*/
|
|
575
|
-
totalUnprocessedTasksCount?: number;
|
|
699
|
+
totalUnprocessedTasksCount?: number | null;
|
|
576
700
|
/**
|
|
577
701
|
* The total number of users in the workflow execution.
|
|
578
702
|
*/
|
|
579
|
-
totalUsersCount?: number;
|
|
703
|
+
totalUsersCount?: number | null;
|
|
580
704
|
/**
|
|
581
705
|
* The associated individual user execution.
|
|
582
706
|
*/
|
|
583
|
-
userProcessingResults?: UserProcessingResult[];
|
|
707
|
+
userProcessingResults?: UserProcessingResult[] | null;
|
|
584
708
|
/**
|
|
585
709
|
* The workflowExecutionType property
|
|
586
710
|
*/
|
|
587
|
-
workflowExecutionType?: WorkflowExecutionType;
|
|
711
|
+
workflowExecutionType?: WorkflowExecutionType | null;
|
|
588
712
|
}
|
|
589
713
|
export interface RunCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
590
714
|
/**
|
|
591
715
|
* The value property
|
|
592
716
|
*/
|
|
593
|
-
value?: Run[];
|
|
717
|
+
value?: Run[] | null;
|
|
594
718
|
}
|
|
595
719
|
export interface RunSummary extends AdditionalDataHolder, BackedModel, Parsable {
|
|
596
720
|
/**
|
|
@@ -600,383 +724,428 @@ export interface RunSummary extends AdditionalDataHolder, BackedModel, Parsable
|
|
|
600
724
|
/**
|
|
601
725
|
* Stores model information.
|
|
602
726
|
*/
|
|
603
|
-
backingStoreEnabled?: boolean;
|
|
727
|
+
backingStoreEnabled?: boolean | null;
|
|
604
728
|
/**
|
|
605
729
|
* The number of failed workflow runs.
|
|
606
730
|
*/
|
|
607
|
-
failedRuns?: number;
|
|
731
|
+
failedRuns?: number | null;
|
|
608
732
|
/**
|
|
609
733
|
* The number of failed tasks of a workflow.
|
|
610
734
|
*/
|
|
611
|
-
failedTasks?: number;
|
|
735
|
+
failedTasks?: number | null;
|
|
612
736
|
/**
|
|
613
737
|
* The OdataType property
|
|
614
738
|
*/
|
|
615
|
-
odataType?: string;
|
|
739
|
+
odataType?: string | null;
|
|
616
740
|
/**
|
|
617
741
|
* The number of successful workflow runs.
|
|
618
742
|
*/
|
|
619
|
-
successfulRuns?: number;
|
|
743
|
+
successfulRuns?: number | null;
|
|
620
744
|
/**
|
|
621
745
|
* The total number of runs for a workflow.
|
|
622
746
|
*/
|
|
623
|
-
totalRuns?: number;
|
|
747
|
+
totalRuns?: number | null;
|
|
624
748
|
/**
|
|
625
749
|
* The total number of tasks processed by a workflow.
|
|
626
750
|
*/
|
|
627
|
-
totalTasks?: number;
|
|
751
|
+
totalTasks?: number | null;
|
|
628
752
|
/**
|
|
629
753
|
* The total number of users processed by a workflow.
|
|
630
754
|
*/
|
|
631
|
-
totalUsers?: number;
|
|
755
|
+
totalUsers?: number | null;
|
|
632
756
|
}
|
|
633
757
|
/**
|
|
634
758
|
* Serializes information the current object
|
|
635
759
|
* @param writer Serialization writer to use to serialize this model
|
|
636
760
|
*/
|
|
637
|
-
export declare function
|
|
761
|
+
export declare function serializeAttributeChangeTrigger(writer: SerializationWriter, attributeChangeTrigger?: Partial<AttributeChangeTrigger> | undefined | null): void;
|
|
762
|
+
/**
|
|
763
|
+
* Serializes information the current object
|
|
764
|
+
* @param writer Serialization writer to use to serialize this model
|
|
765
|
+
*/
|
|
766
|
+
export declare function serializeCustomTaskExtension(writer: SerializationWriter, customTaskExtension?: Partial<CustomTaskExtension> | undefined | null): void;
|
|
767
|
+
/**
|
|
768
|
+
* Serializes information the current object
|
|
769
|
+
* @param writer Serialization writer to use to serialize this model
|
|
770
|
+
*/
|
|
771
|
+
export declare function serializeCustomTaskExtensionCallbackConfiguration(writer: SerializationWriter, customTaskExtensionCallbackConfiguration?: Partial<CustomTaskExtensionCallbackConfiguration> | undefined | null): void;
|
|
638
772
|
/**
|
|
639
773
|
* Serializes information the current object
|
|
640
774
|
* @param writer Serialization writer to use to serialize this model
|
|
641
775
|
*/
|
|
642
|
-
export declare function
|
|
776
|
+
export declare function serializeCustomTaskExtensionCallbackData(writer: SerializationWriter, customTaskExtensionCallbackData?: Partial<CustomTaskExtensionCallbackData> | undefined | null): void;
|
|
643
777
|
/**
|
|
644
778
|
* Serializes information the current object
|
|
645
779
|
* @param writer Serialization writer to use to serialize this model
|
|
646
780
|
*/
|
|
647
|
-
export declare function
|
|
781
|
+
export declare function serializeCustomTaskExtensionCalloutData(writer: SerializationWriter, customTaskExtensionCalloutData?: Partial<CustomTaskExtensionCalloutData> | undefined | null): void;
|
|
648
782
|
/**
|
|
649
783
|
* Serializes information the current object
|
|
650
784
|
* @param writer Serialization writer to use to serialize this model
|
|
651
785
|
*/
|
|
652
|
-
export declare function
|
|
786
|
+
export declare function serializeCustomTaskExtensionCollectionResponse(writer: SerializationWriter, customTaskExtensionCollectionResponse?: Partial<CustomTaskExtensionCollectionResponse> | undefined | null): void;
|
|
653
787
|
/**
|
|
654
788
|
* Serializes information the current object
|
|
655
789
|
* @param writer Serialization writer to use to serialize this model
|
|
656
790
|
*/
|
|
657
|
-
export declare function
|
|
791
|
+
export declare function serializeGroupBasedSubjectSet(writer: SerializationWriter, groupBasedSubjectSet?: Partial<GroupBasedSubjectSet> | undefined | null): void;
|
|
658
792
|
/**
|
|
659
793
|
* Serializes information the current object
|
|
660
794
|
* @param writer Serialization writer to use to serialize this model
|
|
661
795
|
*/
|
|
662
|
-
export declare function
|
|
796
|
+
export declare function serializeInsights(writer: SerializationWriter, insights?: Partial<Insights> | undefined | null): void;
|
|
663
797
|
/**
|
|
664
798
|
* Serializes information the current object
|
|
665
799
|
* @param writer Serialization writer to use to serialize this model
|
|
666
800
|
*/
|
|
667
|
-
export declare function
|
|
801
|
+
export declare function serializeLifecycleManagementSettings(writer: SerializationWriter, lifecycleManagementSettings?: Partial<LifecycleManagementSettings> | undefined | null): void;
|
|
668
802
|
/**
|
|
669
803
|
* Serializes information the current object
|
|
670
804
|
* @param writer Serialization writer to use to serialize this model
|
|
671
805
|
*/
|
|
672
|
-
export declare function
|
|
806
|
+
export declare function serializeLifecycleWorkflowsContainer(writer: SerializationWriter, lifecycleWorkflowsContainer?: Partial<LifecycleWorkflowsContainer> | undefined | null): void;
|
|
673
807
|
/**
|
|
674
808
|
* Serializes information the current object
|
|
675
809
|
* @param writer Serialization writer to use to serialize this model
|
|
676
810
|
*/
|
|
677
|
-
export declare function
|
|
811
|
+
export declare function serializeMembershipChangeTrigger(writer: SerializationWriter, membershipChangeTrigger?: Partial<MembershipChangeTrigger> | undefined | null): void;
|
|
678
812
|
/**
|
|
679
813
|
* Serializes information the current object
|
|
680
814
|
* @param writer Serialization writer to use to serialize this model
|
|
681
815
|
*/
|
|
682
|
-
export declare function
|
|
816
|
+
export declare function serializeOnDemandExecutionOnly(writer: SerializationWriter, onDemandExecutionOnly?: Partial<OnDemandExecutionOnly> | undefined | null): void;
|
|
683
817
|
/**
|
|
684
818
|
* Serializes information the current object
|
|
685
819
|
* @param writer Serialization writer to use to serialize this model
|
|
686
820
|
*/
|
|
687
|
-
export declare function
|
|
821
|
+
export declare function serializeParameter(writer: SerializationWriter, parameter?: Partial<Parameter> | undefined | null): void;
|
|
688
822
|
/**
|
|
689
823
|
* Serializes information the current object
|
|
690
824
|
* @param writer Serialization writer to use to serialize this model
|
|
691
825
|
*/
|
|
692
|
-
export declare function
|
|
826
|
+
export declare function serializeRuleBasedSubjectSet(writer: SerializationWriter, ruleBasedSubjectSet?: Partial<RuleBasedSubjectSet> | undefined | null): void;
|
|
693
827
|
/**
|
|
694
828
|
* Serializes information the current object
|
|
695
829
|
* @param writer Serialization writer to use to serialize this model
|
|
696
830
|
*/
|
|
697
|
-
export declare function
|
|
831
|
+
export declare function serializeRun(writer: SerializationWriter, run?: Partial<Run> | undefined | null): void;
|
|
698
832
|
/**
|
|
699
833
|
* Serializes information the current object
|
|
700
834
|
* @param writer Serialization writer to use to serialize this model
|
|
701
835
|
*/
|
|
702
|
-
export declare function
|
|
836
|
+
export declare function serializeRunCollectionResponse(writer: SerializationWriter, runCollectionResponse?: Partial<RunCollectionResponse> | undefined | null): void;
|
|
703
837
|
/**
|
|
704
838
|
* Serializes information the current object
|
|
705
839
|
* @param writer Serialization writer to use to serialize this model
|
|
706
840
|
*/
|
|
707
|
-
export declare function
|
|
841
|
+
export declare function serializeRunSummary(writer: SerializationWriter, runSummary?: Partial<RunSummary> | undefined | null): void;
|
|
708
842
|
/**
|
|
709
843
|
* Serializes information the current object
|
|
710
844
|
* @param writer Serialization writer to use to serialize this model
|
|
711
845
|
*/
|
|
712
|
-
export declare function
|
|
846
|
+
export declare function serializeTask(writer: SerializationWriter, task?: Partial<Task> | undefined | null): void;
|
|
713
847
|
/**
|
|
714
848
|
* Serializes information the current object
|
|
715
849
|
* @param writer Serialization writer to use to serialize this model
|
|
716
850
|
*/
|
|
717
|
-
export declare function
|
|
851
|
+
export declare function serializeTaskCollectionResponse(writer: SerializationWriter, taskCollectionResponse?: Partial<TaskCollectionResponse> | undefined | null): void;
|
|
718
852
|
/**
|
|
719
853
|
* Serializes information the current object
|
|
720
854
|
* @param writer Serialization writer to use to serialize this model
|
|
721
855
|
*/
|
|
722
|
-
export declare function
|
|
856
|
+
export declare function serializeTaskDefinition(writer: SerializationWriter, taskDefinition?: Partial<TaskDefinition> | undefined | null): void;
|
|
723
857
|
/**
|
|
724
858
|
* Serializes information the current object
|
|
725
859
|
* @param writer Serialization writer to use to serialize this model
|
|
726
860
|
*/
|
|
727
|
-
export declare function
|
|
861
|
+
export declare function serializeTaskDefinitionCollectionResponse(writer: SerializationWriter, taskDefinitionCollectionResponse?: Partial<TaskDefinitionCollectionResponse> | undefined | null): void;
|
|
728
862
|
/**
|
|
729
863
|
* Serializes information the current object
|
|
730
864
|
* @param writer Serialization writer to use to serialize this model
|
|
731
865
|
*/
|
|
732
|
-
export declare function
|
|
866
|
+
export declare function serializeTaskProcessingResult(writer: SerializationWriter, taskProcessingResult?: Partial<TaskProcessingResult> | undefined | null): void;
|
|
733
867
|
/**
|
|
734
868
|
* Serializes information the current object
|
|
735
869
|
* @param writer Serialization writer to use to serialize this model
|
|
736
870
|
*/
|
|
737
|
-
export declare function
|
|
871
|
+
export declare function serializeTaskProcessingResultCollectionResponse(writer: SerializationWriter, taskProcessingResultCollectionResponse?: Partial<TaskProcessingResultCollectionResponse> | undefined | null): void;
|
|
738
872
|
/**
|
|
739
873
|
* Serializes information the current object
|
|
740
874
|
* @param writer Serialization writer to use to serialize this model
|
|
741
875
|
*/
|
|
742
|
-
export declare function
|
|
876
|
+
export declare function serializeTaskReport(writer: SerializationWriter, taskReport?: Partial<TaskReport> | undefined | null): void;
|
|
743
877
|
/**
|
|
744
878
|
* Serializes information the current object
|
|
745
879
|
* @param writer Serialization writer to use to serialize this model
|
|
746
880
|
*/
|
|
747
|
-
export declare function
|
|
881
|
+
export declare function serializeTaskReportCollectionResponse(writer: SerializationWriter, taskReportCollectionResponse?: Partial<TaskReportCollectionResponse> | undefined | null): void;
|
|
748
882
|
/**
|
|
749
883
|
* Serializes information the current object
|
|
750
884
|
* @param writer Serialization writer to use to serialize this model
|
|
751
885
|
*/
|
|
752
|
-
export declare function
|
|
886
|
+
export declare function serializeTaskReportSummary(writer: SerializationWriter, taskReportSummary?: Partial<TaskReportSummary> | undefined | null): void;
|
|
753
887
|
/**
|
|
754
888
|
* Serializes information the current object
|
|
755
889
|
* @param writer Serialization writer to use to serialize this model
|
|
756
890
|
*/
|
|
757
|
-
export declare function
|
|
891
|
+
export declare function serializeTimeBasedAttributeTrigger(writer: SerializationWriter, timeBasedAttributeTrigger?: Partial<TimeBasedAttributeTrigger> | undefined | null): void;
|
|
758
892
|
/**
|
|
759
893
|
* Serializes information the current object
|
|
760
894
|
* @param writer Serialization writer to use to serialize this model
|
|
761
895
|
*/
|
|
762
|
-
export declare function
|
|
896
|
+
export declare function serializeTopTasksInsightsSummary(writer: SerializationWriter, topTasksInsightsSummary?: Partial<TopTasksInsightsSummary> | undefined | null): void;
|
|
763
897
|
/**
|
|
764
898
|
* Serializes information the current object
|
|
765
899
|
* @param writer Serialization writer to use to serialize this model
|
|
766
900
|
*/
|
|
767
|
-
export declare function
|
|
901
|
+
export declare function serializeTopWorkflowsInsightsSummary(writer: SerializationWriter, topWorkflowsInsightsSummary?: Partial<TopWorkflowsInsightsSummary> | undefined | null): void;
|
|
768
902
|
/**
|
|
769
903
|
* Serializes information the current object
|
|
770
904
|
* @param writer Serialization writer to use to serialize this model
|
|
771
905
|
*/
|
|
772
|
-
export declare function
|
|
906
|
+
export declare function serializeTriggerAndScopeBasedConditions(writer: SerializationWriter, triggerAndScopeBasedConditions?: Partial<TriggerAndScopeBasedConditions> | undefined | null): void;
|
|
773
907
|
/**
|
|
774
908
|
* Serializes information the current object
|
|
775
909
|
* @param writer Serialization writer to use to serialize this model
|
|
776
910
|
*/
|
|
777
|
-
export declare function
|
|
911
|
+
export declare function serializeTriggerAttribute(writer: SerializationWriter, triggerAttribute?: Partial<TriggerAttribute> | undefined | null): void;
|
|
778
912
|
/**
|
|
779
913
|
* Serializes information the current object
|
|
780
914
|
* @param writer Serialization writer to use to serialize this model
|
|
781
915
|
*/
|
|
782
|
-
export declare function
|
|
916
|
+
export declare function serializeUserProcessingResult(writer: SerializationWriter, userProcessingResult?: Partial<UserProcessingResult> | undefined | null): void;
|
|
783
917
|
/**
|
|
784
918
|
* Serializes information the current object
|
|
785
919
|
* @param writer Serialization writer to use to serialize this model
|
|
786
920
|
*/
|
|
787
|
-
export declare function
|
|
921
|
+
export declare function serializeUserProcessingResultCollectionResponse(writer: SerializationWriter, userProcessingResultCollectionResponse?: Partial<UserProcessingResultCollectionResponse> | undefined | null): void;
|
|
788
922
|
/**
|
|
789
923
|
* Serializes information the current object
|
|
790
924
|
* @param writer Serialization writer to use to serialize this model
|
|
791
925
|
*/
|
|
792
|
-
export declare function
|
|
926
|
+
export declare function serializeUserSummary(writer: SerializationWriter, userSummary?: Partial<UserSummary> | undefined | null): void;
|
|
793
927
|
/**
|
|
794
928
|
* Serializes information the current object
|
|
795
929
|
* @param writer Serialization writer to use to serialize this model
|
|
796
930
|
*/
|
|
797
|
-
export declare function
|
|
931
|
+
export declare function serializeWorkflow(writer: SerializationWriter, workflow?: Partial<Workflow> | undefined | null): void;
|
|
798
932
|
/**
|
|
799
933
|
* Serializes information the current object
|
|
800
934
|
* @param writer Serialization writer to use to serialize this model
|
|
801
935
|
*/
|
|
802
|
-
export declare function
|
|
936
|
+
export declare function serializeWorkflowBase(writer: SerializationWriter, workflowBase?: Partial<WorkflowBase> | undefined | null): void;
|
|
803
937
|
/**
|
|
804
938
|
* Serializes information the current object
|
|
805
939
|
* @param writer Serialization writer to use to serialize this model
|
|
806
940
|
*/
|
|
807
|
-
export declare function
|
|
941
|
+
export declare function serializeWorkflowCollectionResponse(writer: SerializationWriter, workflowCollectionResponse?: Partial<WorkflowCollectionResponse> | undefined | null): void;
|
|
808
942
|
/**
|
|
809
943
|
* Serializes information the current object
|
|
810
944
|
* @param writer Serialization writer to use to serialize this model
|
|
811
945
|
*/
|
|
812
|
-
export declare function
|
|
946
|
+
export declare function serializeWorkflowExecutionConditions(writer: SerializationWriter, workflowExecutionConditions?: Partial<WorkflowExecutionConditions> | undefined | null): void;
|
|
947
|
+
/**
|
|
948
|
+
* Serializes information the current object
|
|
949
|
+
* @param writer Serialization writer to use to serialize this model
|
|
950
|
+
*/
|
|
951
|
+
export declare function serializeWorkflowExecutionTrigger(writer: SerializationWriter, workflowExecutionTrigger?: Partial<WorkflowExecutionTrigger> | undefined | null): void;
|
|
952
|
+
/**
|
|
953
|
+
* Serializes information the current object
|
|
954
|
+
* @param writer Serialization writer to use to serialize this model
|
|
955
|
+
*/
|
|
956
|
+
export declare function serializeWorkflowsInsightsByCategory(writer: SerializationWriter, workflowsInsightsByCategory?: Partial<WorkflowsInsightsByCategory> | undefined | null): void;
|
|
957
|
+
/**
|
|
958
|
+
* Serializes information the current object
|
|
959
|
+
* @param writer Serialization writer to use to serialize this model
|
|
960
|
+
*/
|
|
961
|
+
export declare function serializeWorkflowsInsightsSummary(writer: SerializationWriter, workflowsInsightsSummary?: Partial<WorkflowsInsightsSummary> | undefined | null): void;
|
|
962
|
+
/**
|
|
963
|
+
* Serializes information the current object
|
|
964
|
+
* @param writer Serialization writer to use to serialize this model
|
|
965
|
+
*/
|
|
966
|
+
export declare function serializeWorkflowTemplate(writer: SerializationWriter, workflowTemplate?: Partial<WorkflowTemplate> | undefined | null): void;
|
|
967
|
+
/**
|
|
968
|
+
* Serializes information the current object
|
|
969
|
+
* @param writer Serialization writer to use to serialize this model
|
|
970
|
+
*/
|
|
971
|
+
export declare function serializeWorkflowTemplateCollectionResponse(writer: SerializationWriter, workflowTemplateCollectionResponse?: Partial<WorkflowTemplateCollectionResponse> | undefined | null): void;
|
|
972
|
+
/**
|
|
973
|
+
* Serializes information the current object
|
|
974
|
+
* @param writer Serialization writer to use to serialize this model
|
|
975
|
+
*/
|
|
976
|
+
export declare function serializeWorkflowVersion(writer: SerializationWriter, workflowVersion?: Partial<WorkflowVersion> | undefined | null): void;
|
|
977
|
+
/**
|
|
978
|
+
* Serializes information the current object
|
|
979
|
+
* @param writer Serialization writer to use to serialize this model
|
|
980
|
+
*/
|
|
981
|
+
export declare function serializeWorkflowVersionCollectionResponse(writer: SerializationWriter, workflowVersionCollectionResponse?: Partial<WorkflowVersionCollectionResponse> | undefined | null): void;
|
|
813
982
|
export interface Task extends Entity, Parsable {
|
|
814
983
|
/**
|
|
815
984
|
* Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required.
|
|
816
985
|
*/
|
|
817
|
-
arguments?: KeyValuePair[];
|
|
986
|
+
arguments?: KeyValuePair[] | null;
|
|
818
987
|
/**
|
|
819
988
|
* The category property
|
|
820
989
|
*/
|
|
821
|
-
category?: LifecycleTaskCategory[];
|
|
990
|
+
category?: LifecycleTaskCategory[] | null;
|
|
822
991
|
/**
|
|
823
|
-
* A
|
|
992
|
+
* A Boolean value that specifies whether, if this task fails, the workflow stops, and subsequent tasks aren't run. Optional.
|
|
824
993
|
*/
|
|
825
|
-
continueOnError?: boolean;
|
|
994
|
+
continueOnError?: boolean | null;
|
|
826
995
|
/**
|
|
827
996
|
* A string that describes the purpose of the task for administrative use. Optional.
|
|
828
997
|
*/
|
|
829
|
-
description?: string;
|
|
998
|
+
description?: string | null;
|
|
830
999
|
/**
|
|
831
1000
|
* A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy.
|
|
832
1001
|
*/
|
|
833
|
-
displayName?: string;
|
|
1002
|
+
displayName?: string | null;
|
|
834
1003
|
/**
|
|
835
1004
|
* An integer that states in what order the task runs in a workflow.Supports $orderby.
|
|
836
1005
|
*/
|
|
837
|
-
executionSequence?: number;
|
|
1006
|
+
executionSequence?: number | null;
|
|
838
1007
|
/**
|
|
839
|
-
* A
|
|
1008
|
+
* A Boolean value that denotes whether the task is set to run or not. Optional.Supports $filter(eq, ne) and orderBy.
|
|
840
1009
|
*/
|
|
841
|
-
isEnabled?: boolean;
|
|
1010
|
+
isEnabled?: boolean | null;
|
|
842
1011
|
/**
|
|
843
1012
|
* A unique template identifier for the task. For more information about the tasks that Lifecycle Workflows currently supports and their unique identifiers, see Configure the arguments for built-in Lifecycle Workflow tasks. Required.Supports $filter(eq, ne).
|
|
844
1013
|
*/
|
|
845
|
-
taskDefinitionId?: string;
|
|
1014
|
+
taskDefinitionId?: string | null;
|
|
846
1015
|
/**
|
|
847
1016
|
* The result of processing the task.
|
|
848
1017
|
*/
|
|
849
|
-
taskProcessingResults?: TaskProcessingResult[];
|
|
1018
|
+
taskProcessingResults?: TaskProcessingResult[] | null;
|
|
850
1019
|
}
|
|
851
1020
|
export interface TaskCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
852
1021
|
/**
|
|
853
1022
|
* The value property
|
|
854
1023
|
*/
|
|
855
|
-
value?: Task[];
|
|
1024
|
+
value?: Task[] | null;
|
|
856
1025
|
}
|
|
857
1026
|
export interface TaskDefinition extends Entity, Parsable {
|
|
858
1027
|
/**
|
|
859
1028
|
* The category property
|
|
860
1029
|
*/
|
|
861
|
-
category?: LifecycleTaskCategory[];
|
|
1030
|
+
category?: LifecycleTaskCategory[] | null;
|
|
862
1031
|
/**
|
|
863
1032
|
* Defines if the workflow will continue if the task has an error.
|
|
864
1033
|
*/
|
|
865
|
-
continueOnError?: boolean;
|
|
1034
|
+
continueOnError?: boolean | null;
|
|
866
1035
|
/**
|
|
867
1036
|
* The description of the taskDefinition.
|
|
868
1037
|
*/
|
|
869
|
-
description?: string;
|
|
1038
|
+
description?: string | null;
|
|
870
1039
|
/**
|
|
871
1040
|
* The display name of the taskDefinition.Supports $filter(eq, ne) and $orderby.
|
|
872
1041
|
*/
|
|
873
|
-
displayName?: string;
|
|
1042
|
+
displayName?: string | null;
|
|
874
1043
|
/**
|
|
875
1044
|
* The parameters that must be supplied when creating a workflow task object.Supports $filter(any).
|
|
876
1045
|
*/
|
|
877
|
-
parameters?: Parameter[];
|
|
1046
|
+
parameters?: Parameter[] | null;
|
|
878
1047
|
/**
|
|
879
1048
|
* The version number of the taskDefinition. New records are pushed when we add support for new parameters.Supports $filter(ge, gt, le, lt, eq, ne) and $orderby.
|
|
880
1049
|
*/
|
|
881
|
-
version?: number;
|
|
1050
|
+
version?: number | null;
|
|
882
1051
|
}
|
|
883
1052
|
export interface TaskDefinitionCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
884
1053
|
/**
|
|
885
1054
|
* The value property
|
|
886
1055
|
*/
|
|
887
|
-
value?: TaskDefinition[];
|
|
1056
|
+
value?: TaskDefinition[] | null;
|
|
888
1057
|
}
|
|
889
1058
|
export interface TaskProcessingResult extends Entity, Parsable {
|
|
890
1059
|
/**
|
|
891
1060
|
* The date time when taskProcessingResult execution ended. Value is null if task execution is still in progress.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
|
|
892
1061
|
*/
|
|
893
|
-
completedDateTime?: Date;
|
|
1062
|
+
completedDateTime?: Date | null;
|
|
894
1063
|
/**
|
|
895
1064
|
* The date time when the taskProcessingResult was created.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
|
|
896
1065
|
*/
|
|
897
|
-
createdDateTime?: Date;
|
|
1066
|
+
createdDateTime?: Date | null;
|
|
898
1067
|
/**
|
|
899
1068
|
* Describes why the taskProcessingResult has failed.
|
|
900
1069
|
*/
|
|
901
|
-
failureReason?: string;
|
|
1070
|
+
failureReason?: string | null;
|
|
902
1071
|
/**
|
|
903
1072
|
* The processingStatus property
|
|
904
1073
|
*/
|
|
905
|
-
processingStatus?: LifecycleWorkflowProcessingStatus;
|
|
1074
|
+
processingStatus?: LifecycleWorkflowProcessingStatus | null;
|
|
906
1075
|
/**
|
|
907
1076
|
* The date time when taskProcessingResult execution started. Value is null if task execution has not yet started.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
|
|
908
1077
|
*/
|
|
909
|
-
startedDateTime?: Date;
|
|
1078
|
+
startedDateTime?: Date | null;
|
|
910
1079
|
/**
|
|
911
1080
|
* The subject property
|
|
912
1081
|
*/
|
|
913
|
-
subject?: User;
|
|
1082
|
+
subject?: User | null;
|
|
914
1083
|
/**
|
|
915
1084
|
* The task property
|
|
916
1085
|
*/
|
|
917
|
-
task?: Task;
|
|
1086
|
+
task?: Task | null;
|
|
918
1087
|
}
|
|
919
1088
|
export interface TaskProcessingResultCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
920
1089
|
/**
|
|
921
1090
|
* The value property
|
|
922
1091
|
*/
|
|
923
|
-
value?: TaskProcessingResult[];
|
|
1092
|
+
value?: TaskProcessingResult[] | null;
|
|
924
1093
|
}
|
|
925
1094
|
export interface TaskReport extends Entity, Parsable {
|
|
926
1095
|
/**
|
|
927
1096
|
* The date time that the associated run completed. Value is null if the run has not completed.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
|
|
928
1097
|
*/
|
|
929
|
-
completedDateTime?: Date;
|
|
1098
|
+
completedDateTime?: Date | null;
|
|
930
1099
|
/**
|
|
931
1100
|
* The number of users in the run execution for which the associated task failed.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
|
|
932
1101
|
*/
|
|
933
|
-
failedUsersCount?: number;
|
|
1102
|
+
failedUsersCount?: number | null;
|
|
934
1103
|
/**
|
|
935
1104
|
* The date and time that the task report was last updated.
|
|
936
1105
|
*/
|
|
937
|
-
lastUpdatedDateTime?: Date;
|
|
1106
|
+
lastUpdatedDateTime?: Date | null;
|
|
938
1107
|
/**
|
|
939
1108
|
* The processingStatus property
|
|
940
1109
|
*/
|
|
941
|
-
processingStatus?: LifecycleWorkflowProcessingStatus;
|
|
1110
|
+
processingStatus?: LifecycleWorkflowProcessingStatus | null;
|
|
942
1111
|
/**
|
|
943
1112
|
* The unique identifier of the associated run.
|
|
944
1113
|
*/
|
|
945
|
-
runId?: string;
|
|
1114
|
+
runId?: string | null;
|
|
946
1115
|
/**
|
|
947
1116
|
* The date time that the associated run started. Value is null if the run has not started.
|
|
948
1117
|
*/
|
|
949
|
-
startedDateTime?: Date;
|
|
1118
|
+
startedDateTime?: Date | null;
|
|
950
1119
|
/**
|
|
951
1120
|
* The number of users in the run execution for which the associated task succeeded.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
|
|
952
1121
|
*/
|
|
953
|
-
successfulUsersCount?: number;
|
|
1122
|
+
successfulUsersCount?: number | null;
|
|
954
1123
|
/**
|
|
955
1124
|
* The task property
|
|
956
1125
|
*/
|
|
957
|
-
task?: Task;
|
|
1126
|
+
task?: Task | null;
|
|
958
1127
|
/**
|
|
959
1128
|
* The taskDefinition property
|
|
960
1129
|
*/
|
|
961
|
-
taskDefinition?: TaskDefinition;
|
|
1130
|
+
taskDefinition?: TaskDefinition | null;
|
|
962
1131
|
/**
|
|
963
1132
|
* The related lifecycle workflow taskProcessingResults.
|
|
964
1133
|
*/
|
|
965
|
-
taskProcessingResults?: TaskProcessingResult[];
|
|
1134
|
+
taskProcessingResults?: TaskProcessingResult[] | null;
|
|
966
1135
|
/**
|
|
967
1136
|
* The total number of users in the run execution for which the associated task was scheduled to execute.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
|
|
968
1137
|
*/
|
|
969
|
-
totalUsersCount?: number;
|
|
1138
|
+
totalUsersCount?: number | null;
|
|
970
1139
|
/**
|
|
971
1140
|
* The number of users in the run execution for which the associated task is queued, in progress, or canceled.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
|
|
972
1141
|
*/
|
|
973
|
-
unprocessedUsersCount?: number;
|
|
1142
|
+
unprocessedUsersCount?: number | null;
|
|
974
1143
|
}
|
|
975
1144
|
export interface TaskReportCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
976
1145
|
/**
|
|
977
1146
|
* The value property
|
|
978
1147
|
*/
|
|
979
|
-
value?: TaskReport[];
|
|
1148
|
+
value?: TaskReport[] | null;
|
|
980
1149
|
}
|
|
981
1150
|
export interface TaskReportSummary extends AdditionalDataHolder, BackedModel, Parsable {
|
|
982
1151
|
/**
|
|
@@ -986,99 +1155,217 @@ export interface TaskReportSummary extends AdditionalDataHolder, BackedModel, Pa
|
|
|
986
1155
|
/**
|
|
987
1156
|
* Stores model information.
|
|
988
1157
|
*/
|
|
989
|
-
backingStoreEnabled?: boolean;
|
|
1158
|
+
backingStoreEnabled?: boolean | null;
|
|
990
1159
|
/**
|
|
991
1160
|
* The number of failed tasks in a report.
|
|
992
1161
|
*/
|
|
993
|
-
failedTasks?: number;
|
|
1162
|
+
failedTasks?: number | null;
|
|
994
1163
|
/**
|
|
995
1164
|
* The OdataType property
|
|
996
1165
|
*/
|
|
997
|
-
odataType?: string;
|
|
1166
|
+
odataType?: string | null;
|
|
998
1167
|
/**
|
|
999
1168
|
* The total number of successful tasks in a report.
|
|
1000
1169
|
*/
|
|
1001
|
-
successfulTasks?: number;
|
|
1170
|
+
successfulTasks?: number | null;
|
|
1002
1171
|
/**
|
|
1003
1172
|
* The total number of tasks in a report.
|
|
1004
1173
|
*/
|
|
1005
|
-
totalTasks?: number;
|
|
1174
|
+
totalTasks?: number | null;
|
|
1006
1175
|
/**
|
|
1007
1176
|
* The number of unprocessed tasks in a report.
|
|
1008
1177
|
*/
|
|
1009
|
-
unprocessedTasks?: number;
|
|
1178
|
+
unprocessedTasks?: number | null;
|
|
1010
1179
|
}
|
|
1011
1180
|
export interface TimeBasedAttributeTrigger extends Parsable, WorkflowExecutionTrigger {
|
|
1012
1181
|
/**
|
|
1013
1182
|
* How many days before or after the time-based attribute specified the workflow should trigger. For example, if the attribute is employeeHireDate and offsetInDays is -1, then the workflow should trigger one day before the employee hire date. The value can range between -180 and 180 days.
|
|
1014
1183
|
*/
|
|
1015
|
-
offsetInDays?: number;
|
|
1184
|
+
offsetInDays?: number | null;
|
|
1016
1185
|
/**
|
|
1017
1186
|
* The timeBasedAttribute property
|
|
1018
1187
|
*/
|
|
1019
|
-
timeBasedAttribute?: WorkflowTriggerTimeBasedAttribute;
|
|
1188
|
+
timeBasedAttribute?: WorkflowTriggerTimeBasedAttribute | null;
|
|
1189
|
+
}
|
|
1190
|
+
export interface TopTasksInsightsSummary extends AdditionalDataHolder, BackedModel, Parsable {
|
|
1191
|
+
/**
|
|
1192
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
1193
|
+
*/
|
|
1194
|
+
additionalData?: Record<string, unknown>;
|
|
1195
|
+
/**
|
|
1196
|
+
* Stores model information.
|
|
1197
|
+
*/
|
|
1198
|
+
backingStoreEnabled?: boolean | null;
|
|
1199
|
+
/**
|
|
1200
|
+
* Count of failed runs of the task.
|
|
1201
|
+
*/
|
|
1202
|
+
failedTasks?: number | null;
|
|
1203
|
+
/**
|
|
1204
|
+
* Count of failed users who were processed by the task.
|
|
1205
|
+
*/
|
|
1206
|
+
failedUsers?: number | null;
|
|
1207
|
+
/**
|
|
1208
|
+
* The OdataType property
|
|
1209
|
+
*/
|
|
1210
|
+
odataType?: string | null;
|
|
1211
|
+
/**
|
|
1212
|
+
* Count of successful runs of the task.
|
|
1213
|
+
*/
|
|
1214
|
+
successfulTasks?: number | null;
|
|
1215
|
+
/**
|
|
1216
|
+
* Count of successful users processed by the task.
|
|
1217
|
+
*/
|
|
1218
|
+
successfulUsers?: number | null;
|
|
1219
|
+
/**
|
|
1220
|
+
* The name of the task.
|
|
1221
|
+
*/
|
|
1222
|
+
taskDefinitionDisplayName?: string | null;
|
|
1223
|
+
/**
|
|
1224
|
+
* The task ID.
|
|
1225
|
+
*/
|
|
1226
|
+
taskDefinitionId?: string | null;
|
|
1227
|
+
/**
|
|
1228
|
+
* Count of total runs of the task.
|
|
1229
|
+
*/
|
|
1230
|
+
totalTasks?: number | null;
|
|
1231
|
+
/**
|
|
1232
|
+
* Count of total users processed by the task.
|
|
1233
|
+
*/
|
|
1234
|
+
totalUsers?: number | null;
|
|
1235
|
+
}
|
|
1236
|
+
export interface TopWorkflowsInsightsSummary extends AdditionalDataHolder, BackedModel, Parsable {
|
|
1237
|
+
/**
|
|
1238
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
1239
|
+
*/
|
|
1240
|
+
additionalData?: Record<string, unknown>;
|
|
1241
|
+
/**
|
|
1242
|
+
* Stores model information.
|
|
1243
|
+
*/
|
|
1244
|
+
backingStoreEnabled?: boolean | null;
|
|
1245
|
+
/**
|
|
1246
|
+
* Count of failed runs for workflow.
|
|
1247
|
+
*/
|
|
1248
|
+
failedRuns?: number | null;
|
|
1249
|
+
/**
|
|
1250
|
+
* Count of failed users who were processed.
|
|
1251
|
+
*/
|
|
1252
|
+
failedUsers?: number | null;
|
|
1253
|
+
/**
|
|
1254
|
+
* The OdataType property
|
|
1255
|
+
*/
|
|
1256
|
+
odataType?: string | null;
|
|
1257
|
+
/**
|
|
1258
|
+
* Count of successful runs of the workflow.
|
|
1259
|
+
*/
|
|
1260
|
+
successfulRuns?: number | null;
|
|
1261
|
+
/**
|
|
1262
|
+
* Count of successful users processed by the workflow.
|
|
1263
|
+
*/
|
|
1264
|
+
successfulUsers?: number | null;
|
|
1265
|
+
/**
|
|
1266
|
+
* Count of total runs of workflow.
|
|
1267
|
+
*/
|
|
1268
|
+
totalRuns?: number | null;
|
|
1269
|
+
/**
|
|
1270
|
+
* Total number of users processed by the workflow.
|
|
1271
|
+
*/
|
|
1272
|
+
totalUsers?: number | null;
|
|
1273
|
+
/**
|
|
1274
|
+
* The workflowCategory property
|
|
1275
|
+
*/
|
|
1276
|
+
workflowCategory?: LifecycleWorkflowCategory | null;
|
|
1277
|
+
/**
|
|
1278
|
+
* The name of the workflow.
|
|
1279
|
+
*/
|
|
1280
|
+
workflowDisplayName?: string | null;
|
|
1281
|
+
/**
|
|
1282
|
+
* The workflow ID.
|
|
1283
|
+
*/
|
|
1284
|
+
workflowId?: string | null;
|
|
1285
|
+
/**
|
|
1286
|
+
* The version of the workflow that was a top workflow ran.
|
|
1287
|
+
*/
|
|
1288
|
+
workflowVersion?: number | null;
|
|
1020
1289
|
}
|
|
1021
1290
|
export interface TriggerAndScopeBasedConditions extends Parsable, WorkflowExecutionConditions {
|
|
1022
1291
|
/**
|
|
1023
1292
|
* Defines who the workflow runs for.
|
|
1024
1293
|
*/
|
|
1025
|
-
scope?: SubjectSet;
|
|
1294
|
+
scope?: SubjectSet | null;
|
|
1026
1295
|
/**
|
|
1027
1296
|
* What triggers a workflow to run.
|
|
1028
1297
|
*/
|
|
1029
|
-
trigger?: WorkflowExecutionTrigger;
|
|
1298
|
+
trigger?: WorkflowExecutionTrigger | null;
|
|
1299
|
+
}
|
|
1300
|
+
export interface TriggerAttribute extends AdditionalDataHolder, BackedModel, Parsable {
|
|
1301
|
+
/**
|
|
1302
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
1303
|
+
*/
|
|
1304
|
+
additionalData?: Record<string, unknown>;
|
|
1305
|
+
/**
|
|
1306
|
+
* Stores model information.
|
|
1307
|
+
*/
|
|
1308
|
+
backingStoreEnabled?: boolean | null;
|
|
1309
|
+
/**
|
|
1310
|
+
* The name of the trigger attribute that is changed to trigger an attributeChangeTrigger workflow.
|
|
1311
|
+
*/
|
|
1312
|
+
name?: string | null;
|
|
1313
|
+
/**
|
|
1314
|
+
* The OdataType property
|
|
1315
|
+
*/
|
|
1316
|
+
odataType?: string | null;
|
|
1030
1317
|
}
|
|
1031
1318
|
export interface UserProcessingResult extends Entity, Parsable {
|
|
1032
1319
|
/**
|
|
1033
1320
|
* The date time that the workflow execution for a user completed. Value is null if the workflow hasn't completed.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
|
|
1034
1321
|
*/
|
|
1035
|
-
completedDateTime?: Date;
|
|
1322
|
+
completedDateTime?: Date | null;
|
|
1036
1323
|
/**
|
|
1037
1324
|
* The number of tasks that failed in the workflow execution.
|
|
1038
1325
|
*/
|
|
1039
|
-
failedTasksCount?: number;
|
|
1326
|
+
failedTasksCount?: number | null;
|
|
1040
1327
|
/**
|
|
1041
1328
|
* The processingStatus property
|
|
1042
1329
|
*/
|
|
1043
|
-
processingStatus?: LifecycleWorkflowProcessingStatus;
|
|
1330
|
+
processingStatus?: LifecycleWorkflowProcessingStatus | null;
|
|
1044
1331
|
/**
|
|
1045
1332
|
* The date time that the workflow is scheduled to be executed for a user.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
|
|
1046
1333
|
*/
|
|
1047
|
-
scheduledDateTime?: Date;
|
|
1334
|
+
scheduledDateTime?: Date | null;
|
|
1048
1335
|
/**
|
|
1049
1336
|
* The date time that the workflow execution started. Value is null if the workflow execution has not started.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
|
|
1050
1337
|
*/
|
|
1051
|
-
startedDateTime?: Date;
|
|
1338
|
+
startedDateTime?: Date | null;
|
|
1052
1339
|
/**
|
|
1053
1340
|
* The subject property
|
|
1054
1341
|
*/
|
|
1055
|
-
subject?: User;
|
|
1342
|
+
subject?: User | null;
|
|
1056
1343
|
/**
|
|
1057
1344
|
* The associated individual task execution.
|
|
1058
1345
|
*/
|
|
1059
|
-
taskProcessingResults?: TaskProcessingResult[];
|
|
1346
|
+
taskProcessingResults?: TaskProcessingResult[] | null;
|
|
1060
1347
|
/**
|
|
1061
1348
|
* The total number of tasks that in the workflow execution.
|
|
1062
1349
|
*/
|
|
1063
|
-
totalTasksCount?: number;
|
|
1350
|
+
totalTasksCount?: number | null;
|
|
1064
1351
|
/**
|
|
1065
1352
|
* The total number of unprocessed tasks for the workflow.
|
|
1066
1353
|
*/
|
|
1067
|
-
totalUnprocessedTasksCount?: number;
|
|
1354
|
+
totalUnprocessedTasksCount?: number | null;
|
|
1068
1355
|
/**
|
|
1069
1356
|
* The workflowExecutionType property
|
|
1070
1357
|
*/
|
|
1071
|
-
workflowExecutionType?: WorkflowExecutionType;
|
|
1358
|
+
workflowExecutionType?: WorkflowExecutionType | null;
|
|
1072
1359
|
/**
|
|
1073
1360
|
* The version of the workflow that was executed.
|
|
1074
1361
|
*/
|
|
1075
|
-
workflowVersion?: number;
|
|
1362
|
+
workflowVersion?: number | null;
|
|
1076
1363
|
}
|
|
1077
1364
|
export interface UserProcessingResultCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
1078
1365
|
/**
|
|
1079
1366
|
* The value property
|
|
1080
1367
|
*/
|
|
1081
|
-
value?: UserProcessingResult[];
|
|
1368
|
+
value?: UserProcessingResult[] | null;
|
|
1082
1369
|
}
|
|
1083
1370
|
export interface UserSummary extends AdditionalDataHolder, BackedModel, Parsable {
|
|
1084
1371
|
/**
|
|
@@ -1088,70 +1375,70 @@ export interface UserSummary extends AdditionalDataHolder, BackedModel, Parsable
|
|
|
1088
1375
|
/**
|
|
1089
1376
|
* Stores model information.
|
|
1090
1377
|
*/
|
|
1091
|
-
backingStoreEnabled?: boolean;
|
|
1378
|
+
backingStoreEnabled?: boolean | null;
|
|
1092
1379
|
/**
|
|
1093
1380
|
* The number of failed tasks for users in a user summary.
|
|
1094
1381
|
*/
|
|
1095
|
-
failedTasks?: number;
|
|
1382
|
+
failedTasks?: number | null;
|
|
1096
1383
|
/**
|
|
1097
1384
|
* The number of failed users in a user summary.
|
|
1098
1385
|
*/
|
|
1099
|
-
failedUsers?: number;
|
|
1386
|
+
failedUsers?: number | null;
|
|
1100
1387
|
/**
|
|
1101
1388
|
* The OdataType property
|
|
1102
1389
|
*/
|
|
1103
|
-
odataType?: string;
|
|
1390
|
+
odataType?: string | null;
|
|
1104
1391
|
/**
|
|
1105
1392
|
* The number of successful users in a user summary.
|
|
1106
1393
|
*/
|
|
1107
|
-
successfulUsers?: number;
|
|
1394
|
+
successfulUsers?: number | null;
|
|
1108
1395
|
/**
|
|
1109
1396
|
* The total tasks of users in a user summary.
|
|
1110
1397
|
*/
|
|
1111
|
-
totalTasks?: number;
|
|
1398
|
+
totalTasks?: number | null;
|
|
1112
1399
|
/**
|
|
1113
1400
|
* The total number of users in a user summary
|
|
1114
1401
|
*/
|
|
1115
|
-
totalUsers?: number;
|
|
1402
|
+
totalUsers?: number | null;
|
|
1116
1403
|
}
|
|
1117
1404
|
export type ValueType = (typeof ValueTypeObject)[keyof typeof ValueTypeObject];
|
|
1118
1405
|
export interface Workflow extends Parsable, WorkflowBase {
|
|
1119
1406
|
/**
|
|
1120
1407
|
* When the workflow was deleted.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
|
|
1121
1408
|
*/
|
|
1122
|
-
deletedDateTime?: Date;
|
|
1409
|
+
deletedDateTime?: Date | null;
|
|
1123
1410
|
/**
|
|
1124
1411
|
* The unique identifier of the Microsoft Entra identity that last modified the workflow object.
|
|
1125
1412
|
*/
|
|
1126
|
-
executionScope?: UserProcessingResult[];
|
|
1413
|
+
executionScope?: UserProcessingResult[] | null;
|
|
1127
1414
|
/**
|
|
1128
1415
|
* Identifier used for individually addressing a specific workflow.Supports $filter(eq, ne) and $orderby.
|
|
1129
1416
|
*/
|
|
1130
|
-
id?: string;
|
|
1417
|
+
id?: string | null;
|
|
1131
1418
|
/**
|
|
1132
1419
|
* The date time when the workflow is expected to run next based on the schedule interval, if there are any users matching the execution conditions. Supports $filter(lt,gt) and $orderby.
|
|
1133
1420
|
*/
|
|
1134
|
-
nextScheduleRunDateTime?: Date;
|
|
1421
|
+
nextScheduleRunDateTime?: Date | null;
|
|
1135
1422
|
/**
|
|
1136
1423
|
* Workflow runs.
|
|
1137
1424
|
*/
|
|
1138
|
-
runs?: Run[];
|
|
1425
|
+
runs?: Run[] | null;
|
|
1139
1426
|
/**
|
|
1140
1427
|
* Represents the aggregation of task execution data for tasks within a workflow object.
|
|
1141
1428
|
*/
|
|
1142
|
-
taskReports?: TaskReport[];
|
|
1429
|
+
taskReports?: TaskReport[] | null;
|
|
1143
1430
|
/**
|
|
1144
1431
|
* Per-user workflow execution results.
|
|
1145
1432
|
*/
|
|
1146
|
-
userProcessingResults?: UserProcessingResult[];
|
|
1433
|
+
userProcessingResults?: UserProcessingResult[] | null;
|
|
1147
1434
|
/**
|
|
1148
1435
|
* The current version number of the workflow. Value is 1 when the workflow is first created.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
|
|
1149
1436
|
*/
|
|
1150
|
-
version?: number;
|
|
1437
|
+
version?: number | null;
|
|
1151
1438
|
/**
|
|
1152
1439
|
* The workflow versions that are available.
|
|
1153
1440
|
*/
|
|
1154
|
-
versions?: WorkflowVersion[];
|
|
1441
|
+
versions?: WorkflowVersion[] | null;
|
|
1155
1442
|
}
|
|
1156
1443
|
export interface WorkflowBase extends AdditionalDataHolder, BackedModel, Parsable {
|
|
1157
1444
|
/**
|
|
@@ -1161,61 +1448,61 @@ export interface WorkflowBase extends AdditionalDataHolder, BackedModel, Parsabl
|
|
|
1161
1448
|
/**
|
|
1162
1449
|
* Stores model information.
|
|
1163
1450
|
*/
|
|
1164
|
-
backingStoreEnabled?: boolean;
|
|
1451
|
+
backingStoreEnabled?: boolean | null;
|
|
1165
1452
|
/**
|
|
1166
1453
|
* The category property
|
|
1167
1454
|
*/
|
|
1168
|
-
category?: LifecycleWorkflowCategory;
|
|
1455
|
+
category?: LifecycleWorkflowCategory | null;
|
|
1169
1456
|
/**
|
|
1170
1457
|
* The user who created the workflow.
|
|
1171
1458
|
*/
|
|
1172
|
-
createdBy?: User;
|
|
1459
|
+
createdBy?: User | null;
|
|
1173
1460
|
/**
|
|
1174
1461
|
* When a workflow was created.
|
|
1175
1462
|
*/
|
|
1176
|
-
createdDateTime?: Date;
|
|
1463
|
+
createdDateTime?: Date | null;
|
|
1177
1464
|
/**
|
|
1178
1465
|
* A string that describes the purpose of the workflow.
|
|
1179
1466
|
*/
|
|
1180
|
-
description?: string;
|
|
1467
|
+
description?: string | null;
|
|
1181
1468
|
/**
|
|
1182
1469
|
* A string to identify the workflow.
|
|
1183
1470
|
*/
|
|
1184
|
-
displayName?: string;
|
|
1471
|
+
displayName?: string | null;
|
|
1185
1472
|
/**
|
|
1186
1473
|
* Defines when and for who the workflow will run.
|
|
1187
1474
|
*/
|
|
1188
|
-
executionConditions?: WorkflowExecutionConditions;
|
|
1475
|
+
executionConditions?: WorkflowExecutionConditions | null;
|
|
1189
1476
|
/**
|
|
1190
1477
|
* Whether the workflow is enabled or disabled. If this setting is true, the workflow can be run on demand or on schedule when isSchedulingEnabled is true.
|
|
1191
1478
|
*/
|
|
1192
|
-
isEnabled?: boolean;
|
|
1479
|
+
isEnabled?: boolean | null;
|
|
1193
1480
|
/**
|
|
1194
1481
|
* If true, the Lifecycle Workflow engine executes the workflow based on the schedule defined by tenant settings. Can't be true for a disabled workflow (where isEnabled is false).
|
|
1195
1482
|
*/
|
|
1196
|
-
isSchedulingEnabled?: boolean;
|
|
1483
|
+
isSchedulingEnabled?: boolean | null;
|
|
1197
1484
|
/**
|
|
1198
1485
|
* The unique identifier of the Microsoft Entra identity that last modified the workflow.
|
|
1199
1486
|
*/
|
|
1200
|
-
lastModifiedBy?: User;
|
|
1487
|
+
lastModifiedBy?: User | null;
|
|
1201
1488
|
/**
|
|
1202
1489
|
* When the workflow was last modified.
|
|
1203
1490
|
*/
|
|
1204
|
-
lastModifiedDateTime?: Date;
|
|
1491
|
+
lastModifiedDateTime?: Date | null;
|
|
1205
1492
|
/**
|
|
1206
1493
|
* The OdataType property
|
|
1207
1494
|
*/
|
|
1208
|
-
odataType?: string;
|
|
1495
|
+
odataType?: string | null;
|
|
1209
1496
|
/**
|
|
1210
1497
|
* The tasks in the workflow.
|
|
1211
1498
|
*/
|
|
1212
|
-
tasks?: Task[];
|
|
1499
|
+
tasks?: Task[] | null;
|
|
1213
1500
|
}
|
|
1214
1501
|
export interface WorkflowCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
1215
1502
|
/**
|
|
1216
1503
|
* The value property
|
|
1217
1504
|
*/
|
|
1218
|
-
value?: Workflow[];
|
|
1505
|
+
value?: Workflow[] | null;
|
|
1219
1506
|
}
|
|
1220
1507
|
export interface WorkflowExecutionConditions extends AdditionalDataHolder, BackedModel, Parsable {
|
|
1221
1508
|
/**
|
|
@@ -1225,11 +1512,11 @@ export interface WorkflowExecutionConditions extends AdditionalDataHolder, Backe
|
|
|
1225
1512
|
/**
|
|
1226
1513
|
* Stores model information.
|
|
1227
1514
|
*/
|
|
1228
|
-
backingStoreEnabled?: boolean;
|
|
1515
|
+
backingStoreEnabled?: boolean | null;
|
|
1229
1516
|
/**
|
|
1230
1517
|
* The OdataType property
|
|
1231
1518
|
*/
|
|
1232
|
-
odataType?: string;
|
|
1519
|
+
odataType?: string | null;
|
|
1233
1520
|
}
|
|
1234
1521
|
export interface WorkflowExecutionTrigger extends AdditionalDataHolder, BackedModel, Parsable {
|
|
1235
1522
|
/**
|
|
@@ -1239,53 +1526,153 @@ export interface WorkflowExecutionTrigger extends AdditionalDataHolder, BackedMo
|
|
|
1239
1526
|
/**
|
|
1240
1527
|
* Stores model information.
|
|
1241
1528
|
*/
|
|
1242
|
-
backingStoreEnabled?: boolean;
|
|
1529
|
+
backingStoreEnabled?: boolean | null;
|
|
1243
1530
|
/**
|
|
1244
1531
|
* The OdataType property
|
|
1245
1532
|
*/
|
|
1246
|
-
odataType?: string;
|
|
1533
|
+
odataType?: string | null;
|
|
1247
1534
|
}
|
|
1248
1535
|
export type WorkflowExecutionType = (typeof WorkflowExecutionTypeObject)[keyof typeof WorkflowExecutionTypeObject];
|
|
1536
|
+
export interface WorkflowsInsightsByCategory extends AdditionalDataHolder, BackedModel, Parsable {
|
|
1537
|
+
/**
|
|
1538
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
1539
|
+
*/
|
|
1540
|
+
additionalData?: Record<string, unknown>;
|
|
1541
|
+
/**
|
|
1542
|
+
* Stores model information.
|
|
1543
|
+
*/
|
|
1544
|
+
backingStoreEnabled?: boolean | null;
|
|
1545
|
+
/**
|
|
1546
|
+
* Failed 'Joiner' workflows processed in a tenant.
|
|
1547
|
+
*/
|
|
1548
|
+
failedJoinerRuns?: number | null;
|
|
1549
|
+
/**
|
|
1550
|
+
* Failed 'Leaver' workflows processed in a tenant.
|
|
1551
|
+
*/
|
|
1552
|
+
failedLeaverRuns?: number | null;
|
|
1553
|
+
/**
|
|
1554
|
+
* Failed 'Mover' workflows processed in a tenant.
|
|
1555
|
+
*/
|
|
1556
|
+
failedMoverRuns?: number | null;
|
|
1557
|
+
/**
|
|
1558
|
+
* The OdataType property
|
|
1559
|
+
*/
|
|
1560
|
+
odataType?: string | null;
|
|
1561
|
+
/**
|
|
1562
|
+
* Successful 'Joiner' workflows processed in a tenant.
|
|
1563
|
+
*/
|
|
1564
|
+
successfulJoinerRuns?: number | null;
|
|
1565
|
+
/**
|
|
1566
|
+
* Successful 'Leaver' workflows processed in a tenant.
|
|
1567
|
+
*/
|
|
1568
|
+
successfulLeaverRuns?: number | null;
|
|
1569
|
+
/**
|
|
1570
|
+
* Successful 'Mover' workflows processed in a tenant.
|
|
1571
|
+
*/
|
|
1572
|
+
successfulMoverRuns?: number | null;
|
|
1573
|
+
/**
|
|
1574
|
+
* Total 'Joiner' workflows processed in a tenant.
|
|
1575
|
+
*/
|
|
1576
|
+
totalJoinerRuns?: number | null;
|
|
1577
|
+
/**
|
|
1578
|
+
* Total 'Leaver' workflows processed in a tenant.
|
|
1579
|
+
*/
|
|
1580
|
+
totalLeaverRuns?: number | null;
|
|
1581
|
+
/**
|
|
1582
|
+
* Total 'Mover' workflows processed in a tenant.
|
|
1583
|
+
*/
|
|
1584
|
+
totalMoverRuns?: number | null;
|
|
1585
|
+
}
|
|
1586
|
+
export interface WorkflowsInsightsSummary extends AdditionalDataHolder, BackedModel, Parsable {
|
|
1587
|
+
/**
|
|
1588
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
1589
|
+
*/
|
|
1590
|
+
additionalData?: Record<string, unknown>;
|
|
1591
|
+
/**
|
|
1592
|
+
* Stores model information.
|
|
1593
|
+
*/
|
|
1594
|
+
backingStoreEnabled?: boolean | null;
|
|
1595
|
+
/**
|
|
1596
|
+
* Count of failed workflow runs processed in the tenant.
|
|
1597
|
+
*/
|
|
1598
|
+
failedRuns?: number | null;
|
|
1599
|
+
/**
|
|
1600
|
+
* Count of failed tasks processed in the tenant.
|
|
1601
|
+
*/
|
|
1602
|
+
failedTasks?: number | null;
|
|
1603
|
+
/**
|
|
1604
|
+
* Count of failed users processed by workflows in the tenant.
|
|
1605
|
+
*/
|
|
1606
|
+
failedUsers?: number | null;
|
|
1607
|
+
/**
|
|
1608
|
+
* The OdataType property
|
|
1609
|
+
*/
|
|
1610
|
+
odataType?: string | null;
|
|
1611
|
+
/**
|
|
1612
|
+
* Count of successful workflow runs processed in the tenant.
|
|
1613
|
+
*/
|
|
1614
|
+
successfulRuns?: number | null;
|
|
1615
|
+
/**
|
|
1616
|
+
* Count of successful tasks processed in the tenant.
|
|
1617
|
+
*/
|
|
1618
|
+
successfulTasks?: number | null;
|
|
1619
|
+
/**
|
|
1620
|
+
* Count of successful users processed by workflows in the tenant.
|
|
1621
|
+
*/
|
|
1622
|
+
successfulUsers?: number | null;
|
|
1623
|
+
/**
|
|
1624
|
+
* Count of total workflows processed in the tenant.
|
|
1625
|
+
*/
|
|
1626
|
+
totalRuns?: number | null;
|
|
1627
|
+
/**
|
|
1628
|
+
* Count of total tasks processed by workflows in the tenant.
|
|
1629
|
+
*/
|
|
1630
|
+
totalTasks?: number | null;
|
|
1631
|
+
/**
|
|
1632
|
+
* Count of total users processed by workflows in the tenant.
|
|
1633
|
+
*/
|
|
1634
|
+
totalUsers?: number | null;
|
|
1635
|
+
}
|
|
1249
1636
|
export interface WorkflowTemplate extends Entity, Parsable {
|
|
1250
1637
|
/**
|
|
1251
1638
|
* The category property
|
|
1252
1639
|
*/
|
|
1253
|
-
category?: LifecycleWorkflowCategory;
|
|
1640
|
+
category?: LifecycleWorkflowCategory | null;
|
|
1254
1641
|
/**
|
|
1255
1642
|
* The description of the workflowTemplate.
|
|
1256
1643
|
*/
|
|
1257
|
-
description?: string;
|
|
1644
|
+
description?: string | null;
|
|
1258
1645
|
/**
|
|
1259
1646
|
* The display name of the workflowTemplate.Supports $filter(eq, ne) and $orderby.
|
|
1260
1647
|
*/
|
|
1261
|
-
displayName?: string;
|
|
1648
|
+
displayName?: string | null;
|
|
1262
1649
|
/**
|
|
1263
1650
|
* Conditions describing when to execute the workflow and the criteria to identify in-scope subject set.
|
|
1264
1651
|
*/
|
|
1265
|
-
executionConditions?: WorkflowExecutionConditions;
|
|
1652
|
+
executionConditions?: WorkflowExecutionConditions | null;
|
|
1266
1653
|
/**
|
|
1267
1654
|
* Represents the configured tasks to execute and their execution sequence within a workflow. This relationship is expanded by default.
|
|
1268
1655
|
*/
|
|
1269
|
-
tasks?: Task[];
|
|
1656
|
+
tasks?: Task[] | null;
|
|
1270
1657
|
}
|
|
1271
1658
|
export interface WorkflowTemplateCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
1272
1659
|
/**
|
|
1273
1660
|
* The value property
|
|
1274
1661
|
*/
|
|
1275
|
-
value?: WorkflowTemplate[];
|
|
1662
|
+
value?: WorkflowTemplate[] | null;
|
|
1276
1663
|
}
|
|
1277
1664
|
export type WorkflowTriggerTimeBasedAttribute = (typeof WorkflowTriggerTimeBasedAttributeObject)[keyof typeof WorkflowTriggerTimeBasedAttributeObject];
|
|
1278
1665
|
export interface WorkflowVersion extends Parsable, WorkflowBase {
|
|
1279
1666
|
/**
|
|
1280
1667
|
* The version of the workflow.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
|
|
1281
1668
|
*/
|
|
1282
|
-
versionNumber?: number;
|
|
1669
|
+
versionNumber?: number | null;
|
|
1283
1670
|
}
|
|
1284
1671
|
export interface WorkflowVersionCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
1285
1672
|
/**
|
|
1286
1673
|
* The value property
|
|
1287
1674
|
*/
|
|
1288
|
-
value?: WorkflowVersion[];
|
|
1675
|
+
value?: WorkflowVersion[] | null;
|
|
1289
1676
|
}
|
|
1290
1677
|
export declare const CustomTaskExtensionOperationStatusObject: {
|
|
1291
1678
|
readonly Completed: "completed";
|
|
@@ -1313,6 +1700,11 @@ export declare const LifecycleWorkflowProcessingStatusObject: {
|
|
|
1313
1700
|
readonly Failed: "failed";
|
|
1314
1701
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
1315
1702
|
};
|
|
1703
|
+
export declare const MembershipChangeTypeObject: {
|
|
1704
|
+
readonly Add: "add";
|
|
1705
|
+
readonly Remove: "remove";
|
|
1706
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
1707
|
+
};
|
|
1316
1708
|
export declare const ValueTypeObject: {
|
|
1317
1709
|
readonly EnumEscaped: "enum";
|
|
1318
1710
|
readonly String: "string";
|