RemoteTableAccessRequirement is a union datatype is used for an access requirement that needs to be fulfilled to run a remote table query based on the configuration. The union consists of the RemoteTableTokenRemoteTableFilterRequirement and RemoteTableStaticRequirement datatypes Further down this page are the tables for each datatype.

This union datatype is used by the RemoteTableConfig datatype which is used by several mutation fields: createRemoteTableConfig() and updateRemoteTableConfig() to create and update remote table configurations — deleteRemoteTableConfig() to delete; connectRemoteTableConfig() and disconnectRemoteTableConfig() to connect and disconnect a remove table. It's also used by the query, getRemoteTableConfigsInOrganization().

Table: RemoteTableTokenRemoteTableFilterRequirement

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Feb 16, 2026
tokenRemoteTableFilterstringyes PreviewThe value that must be present in the remoteTableFilter field in the user's JWT.

Table: RemoteTableStaticRequirement

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Mar 2, 2026
accessAllowedbooleanyes PreviewIndicates whether searches along this connection should be allowed or not.