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

AccessControlState

The possible states an access control can be in.

enum AccessControlState {
  Active
  Deleted
  Inactive
}

Values

Active

This access control is active and so will be synced to or from the underlying system.

Deleted

This access control is deleted and, once synced to the underlying system, it will be automatically deleted with a 48 hour delay.

Inactive

This access control is not active and so will not be synced to the underlying system (removed if it was synced before).

Member Of

AccessControl object ● AccessControlFilterInput input ● AccessControlForDataObjectFilterInput input ● AccessControlForUserFilterInput input ● AccessControlInput input ● AccessControlRevision object ● AccessControlWhoListFilter input ● AccessFilterInput input ● ModifiedAccessControlState object

Last updated

Was this helpful?