Resource: Watchlist
A watchlist is a list of entities that allows for bulk operations over the included entities.
JSON representation |
---|
{ "name": string, "display_name": string, "description": string, "multiplying_factor": number, "entity_population_mechanism": { object ( |
Fields | |
---|---|
name |
Identifier. Resource name of the watchlist. Format: projects/{project}/locations/{location}/instances/{instance}/watchlists/{watchlist} |
display_ |
Required. Display name of the watchlist. Note that it must be at least one character and less than 63 characters (https://google.aip.dev/148). |
description |
Optional. Description of the watchlist. |
multiplying_ |
Optional. Weight applied to the risk score for entities in this watchlist. The default is 1.0 if it is not specified. |
entity_ |
Required. Mechanism to populate entities in the watchlist. |
entity_ |
Output only. Entity count in the watchlist. |
create_ |
Output only. Time the watchlist was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: |
update_ |
Output only. Time the watchlist was last updated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: |
watchlist_ |
Optional. User preferences for watchlist configuration. |
EntityPopulationMechanism
Mechanism to populate entities in the watchlist.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field mechanism . Ways to populate entities in watchlist. Currently, only manual is supported. mechanism can be only one of the following: |
|
manual |
Optional. Entities are added manually. |
Manual
This type has no fields.
Entities are added manually.
EntityCount
Count of different types of entities in the watchlist.
JSON representation |
---|
{ "user": integer, "asset": integer } |
Fields | |
---|---|
user |
Output only. Count of user type entities in the watchlist. |
asset |
Output only. Count of asset type entities in the watchlist. |
WatchlistUserPreferences
A collection of user preferences for watchlist UI configuration.
JSON representation |
---|
{ "pinned": boolean } |
Fields | |
---|---|
pinned |
Optional. Whether the watchlist is pinned on the dashboard. |
Methods |
|
---|---|
|
Creates a watchlist for the given instance. |
|
Deletes the watchlist for the given instance. |
|
Gets watchlist details for the given watchlist ID. |
|
Lists all watchlists for the given instance. |
|
Lists all entities for the given watchlist. |
|
Updates the watchlist for the given instance. |