Resource: SoarDomain
This service is available for customers who migrated SOAR to a customer managed project and have the Chronicle API enabled. Provides customers with the ability to define specific domains as internal, so that when an entity is created during the alert ingestion process, it appears as an internal asset.
| JSON representation |
|---|
{ "name": string, "displayName": string, "environmentsJson": string } |
| Fields | |
|---|---|
name |
Identifier. The unique name(ID) of the SoarDomain. Format: projects/{project}/locations/{location}/instances/{instance}/soarDomains/{soarDomain} |
displayName |
Required. SoarDomain display name, limited to 4096 characters. |
environmentsJson |
Required. SoarDomain associated logical environments (json). |
Methods |
|
|---|---|
|
Creates a new SoarDomain. |
|
Deletes a SoarDomain. |
|
Exports all SoarDomains to a CSV file. |
|
Gets a single SoarDomain. |
|
Imports SoarDomains from a CSV file. |
|
Lists SoarDomains. |
|
Updates an existing SoarDomain. |