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

AccessRequestWhoInput

Input type for the WHO items of an access request.

input AccessRequestWhoInput {
  accessControls: [String!]
  users: [String!]
}

Fields

accessControls ● [String!] list scalar

The access controls to be beneficiary of the access request.

users ● [String!] list scalar

The users to be beneficiary of the access request.

Member Of

AccessRequestInput input

Last updated

Was this helpful?