Skip to main content
Version: 2.5

RunGeneralAccess

Run setting determining how others can access the run.

This setting overrides the user setting of the run owner.

Index

Enumeration Members

ANYONE_WITH_ID_CAN_READ

ANYONE_WITH_ID_CAN_READ: 'ANYONE_WITH_ID_CAN_READ'

Anyone with a link or the unique run ID can read this run.

FOLLOW_USER_SETTING

FOLLOW_USER_SETTING: 'FOLLOW_USER_SETTING'

Respect the user setting of the storage owner (default behavior).

RESTRICTED

RESTRICTED: 'RESTRICTED'

Only signed-in users with explicit access can read this run.