Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.11 KB

File metadata and controls

17 lines (13 loc) · 1.11 KB

Media

The representation of a media reference attached to an Object. To download media contents, pass the Media RID to the get media content operation.

Properties

Name Type Required Description
rid MediaRid Yes
title str Yes The user-friendly title of a of media, suitable for displaying to users.
description Optional[str] No The user-friendly description of a of media, suitable for displaying to users. May not be present for all media.
size_bytes Optional[SizeBytes] No
media_type MediaType Yes
security List[SecurityKey] Yes The ID of the security details for this media. There can be multiple associated with a single media. If a user has he security markings or groups of any of them, they will have the associated permission.

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