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

AccessWhatAccessControlItem

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

type AccessWhatAccessControlItem {
  accessControl: AccessControl
  expiresAt: Time
  whoSource: AccessWhoSource!
}

Fields

accessControl ● AccessControl object

The access control that is part of the WHAT items of this access control.

expiresAt ● Time scalar

The optional expiration time for this WHAT item.

whoSource ● AccessWhoSource! non-null enum

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

Member Of

AccessWhatAccessControlItemEdge object

Last updated

Was this helpful?