@microsoft/msgraph-sdk 1.0.0-preview.71 → 1.0.0-preview.73
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/identityGovernance/index.d.ts +1 -1
- package/models/index.d.ts +1433 -231
- package/models/index.d.ts.map +1 -1
- package/models/index.js +1366 -83
- package/models/index.js.map +1 -1
- package/models/security/index.d.ts +30 -2
- package/models/security/index.d.ts.map +1 -1
- package/models/security/index.js +40 -0
- package/models/security/index.js.map +1 -1
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -1515,7 +1515,7 @@ export interface Workflow extends Parsable, WorkflowBase {
|
|
|
1515
1515
|
*/
|
|
1516
1516
|
deletedDateTime?: Date | null;
|
|
1517
1517
|
/**
|
|
1518
|
-
* The
|
|
1518
|
+
* The list of users that meet the workflowExecutionConditions of a workflow.
|
|
1519
1519
|
*/
|
|
1520
1520
|
executionScope?: UserProcessingResult[] | null;
|
|
1521
1521
|
/**
|