search_data_classification_matches

package
v0.0.29 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewTool

func NewTool(collibraClient *http.Client) *chip.Tool[Input, Output]

Types

type Input

type Input struct {
	AssetIDs          []string `` /* 141-byte string literal not displayed */
	Statuses          []string `` /* 132-byte string literal not displayed */
	ClassificationIDs []string `` /* 148-byte string literal not displayed */
	AssetTypeIDs      []string `` /* 135-byte string literal not displayed */
	Limit             int      `json:"limit,omitempty" jsonschema:"Optional. Maximum number of results to return. The maximum value is 1000. Default: 50."`
	Offset            int      `json:"offset,omitempty" jsonschema:"Optional. Index of first result (pagination offset). Default: 0."`
	CountLimit        int      `` /* 163-byte string literal not displayed */
}

type Output

type Output struct {
	Total                 int                               `json:"total" jsonschema:"Total number of matching classification matches"`
	Count                 int                               `json:"count" jsonschema:"Number of classification matches returned in this response"`
	ClassificationMatches []clients.DataClassificationMatch `json:"classificationMatches" jsonschema:"List of classification matches"`
	Error                 string                            `json:"error,omitempty" jsonschema:"HTTP or other error message if the request failed"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL