Represents the Ioc status
| JSON representation |
|---|
{
"name"
:
string
,
"state"
:
enum (
|
| Fields | |
|---|---|
name
|
Identifier. The resource name. Format: projects/{projectId}/locations/{region}/instances/{instance}/iocs/{ioc}/iocState |
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. |

