Add search function to Get(Profile)IDs APIs

This commit is contained in:
arberkatellari
2026-01-12 12:13:34 +02:00
committed by Dan Christian Bogos
parent 982a99db42
commit 1836b041ad
56 changed files with 322 additions and 196 deletions

View File

@@ -809,6 +809,7 @@ func NewTenantID(input string) *TenantID {
type PaginatorWithTenant struct {
Tenant string
Search string // Global matching pattern in items returned, partially used in some APIs
Paginator
}