certificateControl.Operator

Note:

The content in this help topic pertains to SuiteScript 2.0 and SuiteScript 2.1.

Note:

JavaScript does not include an enumeration type. The SuiteScript 2.0 documentation uses the term enumeration (or enum) to describe a plain JavaScript object with a flat, map-like structure. In this object, each key points to a read-only string value.

Enum Description

Holds string values for search operators to use with the name and description parameters of the certificateControl.findCertificates(options).

Module

N/certificateControl Module

Supported Script Types

Server scripts

For additional information, see SuiteScript 2.x Script Types.

Since

2019.2

Values

Value

CONTAINS

ENDS_WITH

EQUALS

STARTS_WITH

Related Topics

General Notices