AuthorizeClassifierCopyRequest interface

Request body to authorize document classifier copy.

Properties

classifierId

Unique document classifier name.

description

Document classifier description.

tags

List of key-value tag attributes associated with the document classifier.

Property Details

classifierId

Unique document classifier name.

classifierId: string

Property Value

string

description

Document classifier description.

description?: string

Property Value

string

tags

List of key-value tag attributes associated with the document classifier.

tags?: Record<string, string>

Property Value

Record<string, string>