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
description: Indicates if the item is synchronized with the underlying storage provider. Read-only.
4919
4978
type: boolean
4979
+
'@microsoft.graph.downloadUrl':
4980
+
description: |
4981
+
A pre-authenticated URL that can be used to download the item's content without
4982
+
providing an Authorization header. The URL is short-lived and cannot be cached.
4983
+
4984
+
This annotation is only populated when explicitly requested via `$select`, and
4985
+
only for items that have a `file` facet. The returned URL is valid for a
4986
+
limited time and should be used promptly.
4987
+
type: string
4988
+
readOnly: true
4920
4989
# follows the SAP UI vocabulary: https://github.com/SAP/odata-vocabularies/blob/main/vocabularies/UI.md
4921
4990
'@UI.Hidden':
4922
4991
description: Properties or facets (see UI.Facet) annotated with this term will not be rendered if the annotation evaluates to true. Users can set this to hide permissions.
@@ -5915,6 +5984,23 @@ components:
5915
5984
description: Search items by search phrases
5916
5985
schema:
5917
5986
type: string
5987
+
driveItemSelect:
5988
+
name: $select
5989
+
in: query
5990
+
description: Select additional properties to be returned.
0 commit comments