Skip to content

Latest commit

 

History

History
49 lines (46 loc) · 5.76 KB

File metadata and controls

49 lines (46 loc) · 5.76 KB

# DriveItem

Properties

Name Type Description Notes
id string Read-only. [optional] [readonly]
created_by \OpenAPI\Client\Model\IdentitySet [optional]
created_date_time \DateTime Date and time of item creation. Read-only. [optional] [readonly]
description string Provides a user-visible description of the item. Optional. [optional]
e_tag string ETag for the item. Read-only. [optional] [readonly]
last_modified_by \OpenAPI\Client\Model\IdentitySet [optional]
last_modified_date_time \DateTime Date and time the item was last modified. Read-only. [optional] [readonly]
name string The name of the item. Read-write. [optional]
parent_reference \OpenAPI\Client\Model\ItemReference [optional]
web_url string URL that displays the resource in the browser. Read-only. [optional] [readonly]
content string The content stream, if the item represents a file. [optional]
c_tag string An eTag for the content of the item. This eTag is not changed if only the metadata is changed. Note This property is not returned if the item is a folder. Read-only. [optional] [readonly]
deleted \OpenAPI\Client\Model\Deleted [optional]
pending_operations \OpenAPI\Client\Model\PendingOperations [optional]
file \OpenAPI\Client\Model\OpenGraphFile [optional]
file_system_info \OpenAPI\Client\Model\FileSystemInfo [optional]
folder \OpenAPI\Client\Model\Folder [optional]
image \OpenAPI\Client\Model\Image [optional]
photo \OpenAPI\Client\Model\Photo [optional]
location \OpenAPI\Client\Model\GeoCoordinates [optional]
thumbnails \OpenAPI\Client\Model\ThumbnailSet[] Collection containing ThumbnailSet objects associated with the item. Read-only. Nullable. [optional]
root object If this property is non-null, it indicates that the driveItem is the top-most driveItem in the drive. [optional]
trash \OpenAPI\Client\Model\Trash [optional]
special_folder \OpenAPI\Client\Model\SpecialFolder [optional]
remote_item \OpenAPI\Client\Model\RemoteItem [optional]
size int Size of the item in bytes. Read-only. [optional] [readonly]
web_dav_url string WebDAV compatible URL for the item. Read-only. [optional] [readonly]
children \OpenAPI\Client\Model\DriveItem[] Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable. [optional] [readonly]
permissions \OpenAPI\Client\Model\Permission[] The set of permissions for the item. Read-only. Nullable. [optional] [readonly]
audio \OpenAPI\Client\Model\Audio [optional]
video \OpenAPI\Client\Model\Video [optional]
at_libre_graph_motion_photo \OpenAPI\Client\Model\MotionPhoto [optional]
at_libre_graph_live_photo \OpenAPI\Client\Model\LivePhoto [optional]
lock_info \OpenAPI\Client\Model\LockInfo [optional]
at_client_synchronize bool Indicates if the item is synchronized with the underlying storage provider. Read-only. [optional]
at_microsoft_graph_download_url string A pre-authenticated URL that can be used to download the item's content without providing an Authorization header. The URL is short-lived and cannot be cached. This annotation is only populated when explicitly requested via `$select`, and only for items that have a `file` facet. The returned URL is valid for a limited time and should be used promptly. [optional] [readonly]
at_ui_hidden bool 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. [optional]
at_libre_graph_me_following bool Indicates whether the current user is following this DriveItem. Read-only. Use the FollowDriveItem and UnfollowDriveItem operations to change the following state. [optional] [readonly]
at_libre_graph_tags string[] The list of tags assigned to this DriveItem. Read-only. Use the AssignTags and UnassignTags operations to modify tags. [optional] [readonly]
at_libre_graph_permissions_actions_allowed_values string[] A list of actions the caller is allowed to perform on this item. Only returned when explicitly requested via `$select` on endpoints that support it. Mirrors the annotation of the same name on the `/permissions` endpoint, allowing clients to learn a caller's effective actions on an item without a separate round-trip. [optional] [readonly]
at_libre_graph_share_types string[] The types of shares existing on this item, aggregated over all of its grants. Absent or empty if the item is not shared. This is a summary of the item's `permissions` collection. For the full grants use the permissions endpoints, for the caller's own capabilities use `@libre.graph.permissions.actions.allowedValues`. Only returned when explicitly requested via `$select`. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]