- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- SecurityEntityCard
- SecurityEntityDirectionEnum
- Try it!
Full name: projects.locations.instances.legacyPlaybooks.legacyGetCaseEntities
legacyPlaybooks.legacyGetCaseEntities get case entities.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The instance to get the case entities for. Format: projects/{project}/locations/{location}/instances/{instance} |
Query parameters
Parameters | |
---|---|
caseId |
Required. The caseId is the identifier of the case. |
Request body
The request body must be empty.
Response body
ApiCaseEntities represents a list of entities and entity cards.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "entities": [ { object ( |
Fields | |
---|---|
entities[] |
Optional. Entities is a list of entities. |
entityCards[] |
Optional. EntityCards is a list of entity cards. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
SecurityEntityCard
SecurityEntityCard represents a security entity card.
JSON representation |
---|
{ "identifier": string, "entityType": string, "linkedEntities": [ { object ( |
Fields | |
---|---|
identifier |
Required. Identifier is the unique identifier of the entity. |
entityType |
Required. EntityType is the type of the entity. |
linkedEntities[] |
Optional. LinkedEntities is a list of linked entities. |
isSuspicious |
Optional. IsSuspicious indicates if the entity is suspicious. |
direction |
Optional. Direction is the direction of the entity. |
SecurityEntityDirectionEnum
SecurityEntityDirectionEnum represents the direction of a security entity.
Enums | |
---|---|
NONE |
The direction is unspecified. |
INBOUND |
The direction is inbound. |
OUTBOUND |
The direction is outbound. |
BOTH |
The direction is both. |