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

IssueType

Possible issue types.

enum IssueType {
  AccessControlNoAccount
  AccessControlSync
  AccessControlWhatAbacCalculation
  AccessControlWhoAbacCalculation
  DataObjectCatalogSystemDeleted
}

Values

AccessControlNoAccount

Raised when an identity in the WHO list has no account in a data source linked to the access control.

AccessControlSync

AccessControlWhatAbacCalculation

Raised when the WHAT-scope ABAC rule recalculation failed for an access control.

AccessControlWhoAbacCalculation

Raised when the WHO-scope ABAC rule recalculation failed for an access control.

DataObjectCatalogSystemDeleted

Raised when the Collibra catalog system asset assigned to a data object was deleted.

Member Of

Issue object ● IssueFilterInput input

Last updated

Was this helpful?