Set Environment Variable (ESV)
setVariableCreate or update an environment variable in PingOne Advanced Identity Cloud. Specify the variable ID, type, and value.
Instructions
Create or update an environment variable (ESV) in PingOne AIC
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variableId | Yes | Variable ID (format: esv-*) | |
| value | No | Variable value as native type (NOT JSON string). Examples: string: 'hello', array: ['a','b'], object: {"key":"val"}, bool: true, int: 42, number: 3.14, list: 'a,b,c'. The tool handles JSON serialization internally for array/object types. | |
| type | Yes | The variable type. Determines how the value is interpreted. Note: Type cannot be changed after creation. Prefer 'array' over 'list'. | |
| description | No | Optional description of the variable's purpose |