Adobe · Schema

ProtectPDFRequest

Fortune 1000AnalyticsCreative CloudDigital Asset ManagementDocument ServicesE-CommerceE-SignaturesExperience CloudGenerative AIMarketingPDFWork Management

Properties

Name Type Description
assetID string The asset ID of the PDF to protect.
passwordProtection object
encryptionAlgorithm string The encryption algorithm to use.
permissions object Permissions to set on the protected document.
View JSON Schema on GitHub

JSON Schema

adobe-pdf-services-protect-pdf-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ProtectPDFRequest",
  "type": "object",
  "properties": {
    "assetID": {
      "type": "string",
      "description": "The asset ID of the PDF to protect."
    },
    "passwordProtection": {
      "type": "object"
    },
    "encryptionAlgorithm": {
      "type": "string",
      "description": "The encryption algorithm to use."
    },
    "permissions": {
      "type": "object",
      "description": "Permissions to set on the protected document."
    }
  }
}