Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 2.41 KB

templateduplicatetemplateauthoptions.md

File metadata and controls

19 lines (14 loc) · 2.41 KB

TemplateDuplicateTemplateAuthOptions

Example Usage

import { TemplateDuplicateTemplateAuthOptions } from "@documenso/sdk-typescript/models/operations";

let value: TemplateDuplicateTemplateAuthOptions = {
  globalAccessAuth: "ACCOUNT",
  globalActionAuth: "TWO_FACTOR_AUTH",
};

Fields

Field Type Required Description
globalAccessAuth operations.TemplateDuplicateTemplateGlobalAccessAuth ✔️ The type of authentication required for the recipient to access the document.
globalActionAuth operations.TemplateDuplicateTemplateGlobalActionAuth ✔️ The type of authentication required for the recipient to sign the document. This field is restricted to Enterprise plan users only.