ClassifierCopyAuthorizationOutput interface   
Authorization to copy a document classifier to the specified target resource and classifierId.
Properties
| access | 
	Token used to authorize the request.  | 
| expiration | 
	Date/time when the access token expires.  | 
| target | 
	Identifier of the target document classifier.  | 
| target | 
	URL of the copied document classifier in the target account.  | 
| target | 
	ID of the target Azure resource where the document classifier should be copied to.  | 
| target | 
	Location of the target Azure resource where the document classifier should be copied to.  | 
Property Details
		accessToken
	 
	Token used to authorize the request.
accessToken: string
				Property Value
string
		expirationDateTime
	  
	Date/time when the access token expires.
expirationDateTime: string
				Property Value
string
		targetClassifierId
	  
	Identifier of the target document classifier.
targetClassifierId: string
				Property Value
string
		targetClassifierLocation
	  
	URL of the copied document classifier in the target account.
targetClassifierLocation: string
				Property Value
string
		targetResourceId
	  
	ID of the target Azure resource where the document classifier should be copied to.
targetResourceId: string
				Property Value
string
		targetResourceRegion
	  
	Location of the target Azure resource where the document classifier should be copied to.
targetResourceRegion: string
				Property Value
string