Config.allowMessagesWithoutIntegrityProtection

Note:

The content in this help topic pertains to SuiteScript 2.1.

Property Description

Allows messages without integrity protection.

Type

boolean

Module

N/pgp Module

Parent Object

pgp.Config

Sibling Object Members

Config Object Members

Since

2022.2

Errors

Error Code

Thrown If

READ_ONLY_PROPERTY

Setting the property is attempted.

Syntax

Important:

The following code sample shows the syntax for this member. It is not a functional example. For a complete script example, see N/pgp Module Script Samples.

            // Add additional code
...

const config = pgp.createConfig({
   allowMessagesWithoutIntegrityProtection: true
});

...
// Add additional code 

          

Related Topics

General Notices