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

WhoItemRemoveInput

Input object to identify a WHO item to remove from an access control. Only one of user, accessControl, dataSource or recipient should be filled in.

input WhoItemRemoveInput {
  accessControl: ID
  dataSource: ID
  recipient: String
  type: AccessWhoItemType
  user: ID
}

Fields

accessControl ● ID scalar

The ID of the access control for the WHO item.

dataSource ● ID scalar

The ID of the data source for the WHO item (for shares).

recipient ● String scalar

The identifier of the recipient account (for shares).

type ● AccessWhoItemType enum

Defines if the WHO item is a grant or promise.

user ● ID scalar

The ID of the user for the WHO item.

Member Of

AccessControlInput input

Last updated

Was this helpful?