REST Resource: projects.locations.instances.dynamicParameters

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 (DynamicParameterType),
  "defaultValue": string,
  "optionalValuesJson": string
}
Fields
name

string

Identifier. The resource name of the DynamicParameter. Format: projects/{project}/locations/{location}/instances/{instance}/dynamicParameters/{dynamicParameter}

displayName

string

Required. The display name of the new stage to create.

parameterType

enum (DynamicParameterType)

Required. Defines the DynamicParameter's parameter type.

defaultValue

string

Optional. Defines the DynamicParameter Default Value.

optionalValuesJson

string

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

Create a DynamicParameter.

delete

Delete a DynamicParameter.

export

Export all DynamicParameters.

get

Get a DynamicParameter.

import

Import DynamicParameters.

list

Lists DynamicParameters.

patch

Update a DynamicParameter.