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

AccessControlWithOptionalAccessRequests

Represents the result of an access control update when access requests were created as part of the update.

type AccessControlWithOptionalAccessRequests {
  accessControl: AccessControl!
  accessRequests: [AccessRequest!]!
}

Fields

accessControl ● AccessControl! non-null object

The updated access control.

accessRequests ● [AccessRequest!]! non-null object

The list of access requests that was created as part of the update.

Implemented By

AccessControlWithOptionalAccessRequestsResult union

Last updated

Was this helpful?