Modules

filter

 

Objects/Functions

module (N/crypto)

SuiteScript 2.0

Secretkey.guid

// Please search https://system.netsuite.com/app/help/helpcenter.nl?search=Secretkey.guid for more information.

N/crypto Module
Secretkey.guid
Property Description: The GUID associated with the secret key.
Type: string
Supported Script Types: Server-side scripts For additional information, see SuiteScript 2.0 Script Types.
Module: N/crypto Module
Since: 2015.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=Secretkey.guid

Example:

// Code Example 1
//Add additional code
//...
log.debug({
title: "Secret Key GUID: ",
details: sKey.guid
});
//...
//Add additional code

//SOURCE: https://system.netsuite.com/app/help/helpcenter.nl?fid=section_455843444823.html