AccessControlLock
Last updated
Was this helpful?
The parts that can possibly be locked on an access control.
enum AccessControlLock {
DeleteLock
InheritanceLock
NameLock
OwnerLock
WhatLock
WhoLock
}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.
The access controls in the WHO list of the access control cannot be edited.
The name of the access control cannot be edited.
The owners of the access control cannot be edited.
The WHAT list of the access control cannot be edited.
The users in the WHO list of the access control cannot be edited.
AccessControlLockData object ● AccessControlLockDataInput input ● GrantCategory object ● GrantCategoryInput input ● LockOnCreate object ● LockOnCreateInput input
Last updated
Was this helpful?
Was this helpful?