IocState

Represents the Ioc status

JSON representation
{
  "name": string,
  "state": enum (State)
}
Fields
name

string

Identifier. The resource name. Format: projects/{project_id}/locations/{region}/instances/{instance}/iocs/{ioc}/iocState

state

enum (State)

Required. Status of an IOC.

State

Status of an IOC. Default status is matched

Enums
STATE_UNSPECIFIED The Ioc Status is unknown.
MATCHED The Ioc has matched with some event.
REVIEWED The Ioc has been reviewed.
MUTED The Ioc has been muted.