AgentAccessLevel
org.sagebionetworks.repo.model.agent.AgentAccessLevel
Defines the level of data access that the agent will be given during a session.
Enumeration
name | description |
---|---|
PUBLICLY_ACCESSIBLE | The agent will only have access to ALL data that is already publicly available to anyone. |
READ_YOUR_PRIVATE_DATA | The agent will have access to ALL data in Synapse that you have 'read' access to. The agent will also have access to ALL data that is publicly available. |
WRITE_YOUR_PRIVATE_DATA | Grant the agent permission to make data changes within Synapse on your behalf. Any change the agent makes will be attributed to you. Under this level the Agent will also have access to ALL data in Synapse that you have 'read' access to. The agent will also have access to ALL data that is publicly available. |