CopyAuthorizationOutput interface  
授权将文档模型复制到指定的目标资源和 modelId。
属性
| access | 用于授权请求的令牌。 | 
| expiration | 访问令牌过期的日期/时间。 | 
| target | 目标文档模型的标识符。 | 
| target | 目标帐户中复制的文档模型的 URL。 | 
| target | 应将文档模型复制到的目标 Azure 资源的 ID。 | 
| target | 应将文档模型复制到的目标 Azure 资源的位置。 | 
属性详细信息
		accessToken
	 
	用于授权请求的令牌。
accessToken: string属性值
string
		expirationDateTime
	  
	访问令牌过期的日期/时间。
expirationDateTime: string属性值
string
		targetModelId
	  
	目标文档模型的标识符。
targetModelId: string属性值
string
		targetModelLocation
	  
	目标帐户中复制的文档模型的 URL。
targetModelLocation: string属性值
string
		targetResourceId
	  
	应将文档模型复制到的目标 Azure 资源的 ID。
targetResourceId: string属性值
string
		targetResourceRegion
	  
	应将文档模型复制到的目标 Azure 资源的位置。
targetResourceRegion: string属性值
string