Adobe · JSON Structure

Adobe Pdf Services Protect Pdf Request Structure

Type: object Properties: 4
Fortune 1000AnalyticsCreative CloudDigital Asset ManagementDocument ServicesE-CommerceE-SignaturesExperience CloudGenerative AIMarketingPDFWork Management

ProtectPDFRequest is a JSON Structure definition published by Adobe, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

assetID passwordProtection encryptionAlgorithm permissions

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ProtectPDFRequest",
  "type": "object",
  "properties": {
    "assetID": {
      "type": "string"
    },
    "passwordProtection": {
      "type": "object"
    },
    "encryptionAlgorithm": {
      "type": "string"
    },
    "permissions": {
      "type": "object"
    }
  }
}