Skip to main content
interface CopyAuthorization
import { type CopyAuthorization } from "https://deno.land/x/aiformrecognizer@v1.1.0/src/mod.ts";

Authorization to copy a document model to the specified target resource and modelId.

Properties

targetResourceId: string

ID of the target Azure resource where the document model should be copied to.

targetResourceRegion: string

Location of the target Azure resource where the document model should be copied to.

targetModelId: string

Identifier of the target document model.

targetModelLocation: string

URL of the copied document model in the target account.

accessToken: string

Token used to authorize the request.

expirationDateTime: Date

Date/time when the access token expires.