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

AccessControlLock

The parts that can possibly be locked on an access control.

enum AccessControlLock {
  DeleteLock
  InheritanceLock
  NameLock
  OwnerLock
  WhatLock
  WhoLock
}

Values

DeleteLock

The access control cannot be deleted. This also has the impact that, when the access control is edited, after the synchronization, the access control will be made external again.

InheritanceLock

The access controls in the WHO list of the access control cannot be edited.

NameLock

The name of the access control cannot be edited.

OwnerLock

The owners of the access control cannot be edited.

WhatLock

The WHAT list of the access control cannot be edited.

WhoLock

The users in the WHO list of the access control cannot be edited.

Member Of

AccessControlLockData object ● AccessControlLockDataInput input ● GrantCategory object ● GrantCategoryInput input ● LockOnCreate object ● LockOnCreateInput input

Last updated

Was this helpful?