AuthorizeClassifierCopyRequest interface   
Request body to authorize document classifier copy.
Properties
| classifier | 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: stringProperty Value
string
description
Document classifier description.
description?: stringProperty Value
string
tags
List of key-value tag attributes associated with the document classifier.
tags?: Record<string, string>Property Value
Record<string, string>