@servicenow/sdk - v4.7.0
    Preparing search index...
    WithMetadata: { protectionPolicy?: "read" | "protected" } & OverrideProperties & T

    Type Parameters

    • T

    Type Declaration

    • OptionalprotectionPolicy?: "read" | "protected"

      Controls edit/view access for other developers after the application is installed.

      • read: Others can see the script logic but not change it.
      • protected: Others cannot change this record.
      • Omit to allow other developers to customize this record.