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

AccessControlWhatDoByNameInput

Input object to reference a data object by its fullName.

input AccessControlWhatDoByNameInput {
  dataSource: ID!
  fullName: String!
}

Fields

dataSource ● ID! non-null scalar

The data source ID of the data object.

fullName ● String! non-null scalar

The full name of the data object.

Member Of

AccessControlWhatInputDO input

Last updated

Was this helpful?