Verification.signatures

Note:

The content in this help topic pertains to SuiteScript 2.1.

Property Description

List of individual verifications, one per each signature.

Type

null | Array<pgp.VerificationSignature>

Module

N/pgp Module

Parent Object

pgp.Verification

Sibling Object Members

Verification 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 verification = pgp.createVerification();
log.debug(verification.signatures)

...
// Add additional code 

          

Related Topics

General Notices