On August 11, 2023, Cisco announced that Cisco SecureX will go end-of-life on July 31, 2024. The content in this Github repository will not be actively maintained following this announcement.

Data Types

The different types of variables are described below:

Type Description
Boolean Represents true/false values
Date Time Represents a timestamp including a date and time
Decimal Numbers with a decimal point, such as 4.5
Integer Whole numbers with no decimals
Secure String Encrypted strings that are masked to protect them
String Text containing any characters
Table Contains rows and columns of structured data, like an Excel spreadsheet
Custom Types Custom tables with a pre-defined structure