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

AccessControlLockDetails

Represents the details about locks on parts of an access control.

type AccessControlLockDetails {
  lockType: AccessControlLockType!
  reason: String
}

Fields

lockType ● AccessControlLockType! non-null enum

The type of lock.

reason ● String scalar

The reason explaining why this is locked.

Member Of

AccessControlLockData object

Last updated

Was this helpful?