add_data_classification_match

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: 6 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 {
	AssetID          string `json:"assetId" jsonschema:"Required. The UUID of the asset to classify (e.g., '9179b887-04ef-4ce5-ab3a-b5bbd39ea3c8')"`
	ClassificationID string `` /* 149-byte string literal not displayed */
}

type Output

type Output struct {
	Match   *clients.DataClassificationMatch `json:"match,omitempty" jsonschema:"The created classification match with all its properties"`
	Success bool                             `json:"success" jsonschema:"Whether the classification was successfully applied to the asset"`
	Error   string                           `json:"error,omitempty" jsonschema:"Error message if the operation failed"`
}

Jump to

Keyboard shortcuts

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