You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/ediscovery/models/Ediscoveryroot.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,10 @@
22
22
// **NOTE** This file was generated by a tool and any changes will be overwritten.
23
23
24
24
/**
25
-
* The class for the Ediscoveryroot.
26
-
*/
25
+
* The class for the Ediscoveryroot.
26
+
* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security.
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/ediscovery/requests/EdiscoveryrootRequest.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,10 @@
19
19
// **NOTE** This file was generated by a tool and any changes will be overwritten.
20
20
21
21
/**
22
-
* The class for the Ediscoveryroot Request.
23
-
*/
22
+
* The class for the Ediscoveryroot Request.
23
+
* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security.
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/ediscovery/requests/EdiscoveryrootRequestBuilder.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,10 @@
18
18
// **NOTE** This file was generated by a tool and any changes will be overwritten.
19
19
20
20
/**
21
-
* The class for the Ediscoveryroot Request Builder.
22
-
*/
21
+
* The class for the Ediscoveryroot Request Builder.
22
+
* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security.
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/externalconnectors/models/Property.java
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,13 +42,22 @@ public final AdditionalDataManager additionalDataManager() {
42
42
43
43
/**
44
44
* The Aliases.
45
-
* A set of aliases or a friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional.
45
+
* A set of aliases or a friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string might not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional.
* Specifies if the property will be matched exactly for queries. Exact matching can only be set to true for non-searchable properties of type string or stringCollection. Optional.
* Specifies if the property is queryable. Queryable properties can be used in Keyword Query Language (KQL) queries. Optional.
@@ -96,7 +105,7 @@ public final AdditionalDataManager additionalDataManager() {
96
105
97
106
/**
98
107
* The Name.
99
-
* The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Required.
108
+
* The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, the property name may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Required.
0 commit comments