The Open API specification for Synapse is now available for download!

Download Open API Spec

AgentRegistrationActSettingsRequest

org.sagebionetworks.repo.model.agent.AgentRegistrationActSettingsRequest

Request to create or update the ACT-managed settings for an agent registration. Only members of the Synapse Access and Compliance Team (ACT) may make this change. To update existing settings, provide the current etag; the update will fail with a conflict if the etag does not match the current value. When setting settings for the first time, the etag should be omitted.

Field Type Description
agentRegistrationId STRING The ID of the agent registration these settings apply to.
etag STRING The current etag of the settings, used for optimistic concurrency control. Omit when setting settings for the first time.
settings AgentRegistrationActSettings ACT-managed settings for an agent registration. Only members of the Synapse Access and Compliance Team (ACT) may read or write these settings. This object is intentionally extensible; additional settings may be added in the future.