For the complete documentation index, see llms.txt. This page is also available as Markdown.

AccessControlDataSourceInput

Input object update the data sources linked to the access control.

input AccessControlDataSourceInput {
  dataSource: ID!
  type: String
}

Fields

dataSource ● ID! non-null scalar

The ID of the data source

type ● String scalar

The technical type of how this access control is represented in the underlying system. For masks this represents the masking method to use.

Member Of

AccessControlInput input

Last updated

Was this helpful?