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

UserGroupFilter

A group of Collibra users.

input UserGroupFilter {
  _and: [UserGroupFilter]
  _or: [UserGroupFilter]
  createdBy: UserReferenceFilter
  createdOn: DateTimeFilter
  id: UUIDFilter
  modifiedBy: UserReferenceFilter
  modifiedOn: DateTimeFilter
  name: StringFilter
  system: Boolean
}

Fields

The user who created this resource.

The creation date of this resource.

The universally unique identifier of this node.

The user who last modified this resource.

The last modified date of this resource.

The name of this group.

Whether this resource is reserved by the system.

Member Of

UserGroupCollectionFilter input ● UserGroupFilter input

Last updated

Was this helpful?