GenerateRandomString
Common Scripts Pack.#
This Script is part of theSupported versions
Supported Cortex XSOAR versions: 6.2.0 and later.
Generates a random string.
#
Script DataName | Description |
---|---|
Script Type | python |
Tags | - |
#
InputsArgument 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. |
#
OutputsPath | Description | Type |
---|---|---|
RandomString | The generated string. | string |