GenerateRandomString
This Script is part of the Common Scripts Pack.#
Supported versions
Supported Cortex XSOAR versions: 6.2.0 and later.
Generates a random string.
Script Data#
| Name | Description |
|---|---|
| Script Type | python |
| Tags | - |
Inputs#
| Argument Name | Description |
|---|---|
| Length | The length of the string. Maximum is 10,000. |
| Punctuation | Whether the string will include punctuation. |
| Lowercase | Whether the string will include letters. |
| Uppercase | Whether uppercase should be included. |
| Digits | Whether digits should be included. |
Outputs#
| Path | Description | Type |
|---|---|---|
| RandomString | The generated string. | string |