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

AccessControlLockDetailsInput

Input for defining the lock details.

input AccessControlLockDetailsInput {
  lockType: AccessControlLockType
  reason: String
}

Fields

lockType ● AccessControlLockType enum

The lock type.

reason ● String scalar

The reason for locking this part of the access control.

Member Of

AccessControlLockDataInput input

Last updated

Was this helpful?