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

AccessWhoItem

Represents an item in the WHO list of an access control.

type AccessWhoItem {
  expiresAt: Time
  item: AccessWhoItemItem!
  promiseDuration: Duration
  sharedTarget: DataObject
  type: AccessWhoItemType!
  whoSource: AccessWhoSource!
}

Fields

expiresAt ● Time scalar

The optional expiration time for this WHO item.

item ● AccessWhoItemItem! non-null union

The actual item in the WHO list.

promiseDuration ● Duration scalar

In case type=WhoPromise, this indicates the duration of the grant when access to a promise is requested.

sharedTarget ● DataObject object

type ● AccessWhoItemType! non-null enum

Determines whether the access is granted directly or only as a promise (pre-approval).

whoSource ● AccessWhoSource! non-null enum

Identifies how the WHO relationship was provisioned. Internal covers regular/manually-managed WHO links.

Member Of

AccessControl object ● AccessWhoItemEdge object ● DataUsage object

Last updated

Was this helpful?