mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
28 lines
813 B
JSON
28 lines
813 B
JSON
{
|
|
"create_time": "2021-04-28T19:53:45.712824+00:00",
|
|
"custom_function_id": "5b89b2189e3615c380ffdc039992ce8b209f5aa6",
|
|
"description": "Convert the provided string to all lowercase characters",
|
|
"draft_mode": false,
|
|
"inputs": [
|
|
{
|
|
"contains_type": [
|
|
"*"
|
|
],
|
|
"description": "The string to convert to lowercase",
|
|
"input_type": "item",
|
|
"name": "input_string",
|
|
"placeholder": "string to convert"
|
|
}
|
|
],
|
|
"outputs": [
|
|
{
|
|
"contains_type": [
|
|
"*"
|
|
],
|
|
"data_path": "lowercase_string",
|
|
"description": "The lowercase string after conversion"
|
|
}
|
|
],
|
|
"platform_version": "4.10.3.51237",
|
|
"python_version": "3.13"
|
|
} |