- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- InvolvedEntityCard
- SecurityEntityDirection
- Try it!
Full name: projects.locations.instances.cases.caseAlerts.involvedEntities.fetchCards
Fetch invloved entities cards.
HTTP request
Path parameters
Parameters | |
---|---|
parent |
Required. Format: projects/{project}/locations/{location}/instances/{instance}/cases/{case}/caseAlerts/{caseAlert}/involvedEntities:fetchCards |
Request body
The request body must be empty.
Response body
Response message for FetchCards.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"cards": [
{
object ( |
Fields | |
---|---|
cards[] |
Required. The list of cards. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
InvolvedEntityCard
Involved entity card.
JSON representation |
---|
{ "identifier": string, "type": string, "linkedEntities": [ { object ( |
Fields | |
---|---|
identifier |
Required. The identifier of the entity. |
type |
Required. The type of the entity. |
linkedEntities[] |
Required. Involved entity card. |
suspicious |
Required. Is the entity suspicious. |
direction |
Required. Security entity direction. |
SecurityEntityDirection
Security entity direction.
Enums | |
---|---|
NONE |
Unspecified security entity direction. |
INBOUND |
Inbound security entity direction. |
OUTBOUND |
Outbound security entity direction. |
BOTH |
Both inbound and outbound security entity direction. |