Resource: SavedColumnSet
Represents a SavedColumnSet from a Chronicle user. This contains a set of columns. which will be shown in the UI tables. This resource can also be shared with other users in the same customer.
| JSON representation |
|---|
{
"name": string,
"metadata": {
object ( |
| Fields | |
|---|---|
name |
Identifier. The resource name of the SavedColumnSet. Format: projects/{project}/locations/{location}/instances/{instance}/users/{user}/savedColumnSets/{savedColumnSet} Although note that it is not user settable. |
metadata |
Optional. Metadata about the SavedColumn. |
displayName |
Required. Name of the SavedColumnSet to be shown in the UI. |
columnIds[] |
Required. The list of column ids to show in the table. |
description |
Optional. Description of the overall SavedColumnSet, to be shown in the UI. |
owner |
Optional. Whether the current user is the owner of the SavedColumnSet. |
Methods |
|
|---|---|
|
Endpoint for adding a new saved column set to the specified instance. |
|
Endpoint for deleting a saved column set. |
|
Endpoint for getting a user's saved column set. |
|
Endpoint for listing the saved column sets. |
|
Endpoint for updating user data saved column set |