Environment Variables
Manage Pandium environment variables for context, configs, and secrets using PAN_CTX, PAN_CFG, and PAN_SEC pas three types of environment variables that are presented to a script at run-time.
import os
os.environ['PAN_CTX_LAST_SUCCESSFUL_RUN_STD_OUT']process.env.PAN_CTX_LAST_SUCCESSFUL_RUN_STD_OUTENV["PAN_CTX_LAST_SUCCESSFUL_RUN_STD_OUT"]Configs
Secrets

Last updated
Was this helpful?