Resource: DynamicParameter
This service is available for customers who migrated SOAR to a customer managed project and have the Chronicle API enabled. DynamicParameter - Chronicle SOAR Dynamic Parameter. Dynamic Parameters allows you to create "groups" or "categories" of environments to further help categorize and define environments. This can come in particularly useful when running Playbooks as you can use Custom Trigger/Actions or Conditions based on one of these new environment parameters. This provides greater customization for Playbooks and is useful for Enterprises or MSSPs with lots of tenants.
JSON representation |
---|
{
"name": string,
"displayName": string,
"parameterType": enum ( |
Fields | |
---|---|
name |
Identifier. The resource name of the DynamicParameter. Format: projects/{project}/locations/{location}/instances/{instance}/dynamicParameters/{dynamicParameter} |
displayName |
Required. The display name of the new stage to create. |
parameterType |
Required. Defines the DynamicParameter's parameter type. |
defaultValue |
Optional. Defines the DynamicParameter Default Value. |
optionalValuesJson |
Optional. Defines the DynamicParameter optional values. |
DynamicParameterType
The type of the DynamicParameter.
Enums | |
---|---|
DYNAMIC_PARAMETER_TYPE_UNSPECIFIED |
The default value. |
STRING |
The parameter is a string. |
LIST |
The parameter is a list of strings. |
Methods |
|
---|---|
|
Create a DynamicParameter. |
|
Delete a DynamicParameter. |
|
Export all DynamicParameters. |
|
Get a DynamicParameter. |
|
Import DynamicParameters. |
|
Lists DynamicParameters. |
|
Update a DynamicParameter. |