Types
WorkspaceFileVisibility
Controls where the file is stored and how it can be accessed.
enum
WorkspaceFileVisibilityValues
PRIVATE
File is stored in a private bucket; access requires a short-lived pre-signed download URL obtained via createWorkspaceFileDownloadUrl.
PUBLIC
File is stored in a public bucket and is accessible via a permanent CDN URL with no authentication required.

