CopyAuthorization interface 
Authorization to copy a document model to the specified target resource and modelId.
Properties
| access | 
	Token used to authorize the request.  | 
| expiration | 
	Date/time when the access token expires.  | 
| target | 
	Identifier of the target document model.  | 
| target | 
	URL of the copied document model in the target account.  | 
| target | 
	ID of the target Azure resource where the document model should be copied to.  | 
| target | 
	Location of the target Azure resource where the document model 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 | Date
				Property Value
string | Date
		targetModelId
	  
	Identifier of the target document model.
targetModelId: string
				Property Value
string
		targetModelLocation
	  
	URL of the copied document model in the target account.
targetModelLocation: string
				Property Value
string
		targetResourceId
	  
	ID of the target Azure resource where the document model should be copied to.
targetResourceId: string
				Property Value
string
		targetResourceRegion
	  
	Location of the target Azure resource where the document model should be copied to.
targetResourceRegion: string
				Property Value
string