@microsoft/msgraph-sdk 1.0.0-preview.24 → 1.0.0-preview.26
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/externalConnectors/index.d.ts +1 -1
- package/models/index.d.ts +1048 -55
- package/models/index.d.ts.map +1 -1
- package/models/index.js +970 -22
- package/models/index.js.map +1 -1
- package/models/security/index.d.ts +81 -1
- package/models/security/index.d.ts.map +1 -1
- package/models/security/index.js +60 -1
- package/models/security/index.js.map +1 -1
- package/package.json +3 -10
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -679,7 +679,7 @@ export interface PropertyRule extends AdditionalDataHolder, BackedModel, Parsabl
|
|
|
679
679
|
*/
|
|
680
680
|
property?: string;
|
|
681
681
|
/**
|
|
682
|
-
* A collection with one or many strings.
|
|
682
|
+
* A collection with one or many strings. One or more specified strings are matched with the specified property using the specified operation. Required.
|
|
683
683
|
*/
|
|
684
684
|
values?: string[];
|
|
685
685
|
/**
|