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

AccessWhatDataObjectItem

Represents the data object item in the WHAT list of an access control.

type AccessWhatDataObjectItem {
  dataObject: DataObject
  expiresAt: Time
  globalPermissions: [String]
  permissions: [String]
}

Fields

dataObject ● DataObject object

The data object that the access is provided on (granted, masked or filtered).

expiresAt ● Time scalar

The optional expiration time for this WHAT item. This is only used for Direct Access grants.

globalPermissions ● [String] list scalar

The global permissions that are granted on this data object in the access control.

permissions ● [String] list scalar

The permissions that are granted on this data object in the access control.

Member Of

AccessWhatDataObjectItemEdge object

Last updated

Was this helpful?