REST Resource: projects.locations.instances.savedColumnSets

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 (EntryMetadata)
  },
  "displayName": string,
  "columnIds": [
    string
  ],
  "description": string,
  "owner": boolean
}
Fields
name

string

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

object (EntryMetadata)

Optional. Metadata about the SavedColumn.

displayName

string

Required. Name of the SavedColumnSet to be shown in the UI.

columnIds[]

string

Required. The list of column ids to show in the table.

description

string

Optional. Description of the overall SavedColumnSet, to be shown in the UI.

owner

boolean

Optional. Whether the current user is the owner of the SavedColumnSet.

Methods

create

Endpoint for adding a new saved column set to the specified instance.

delete

Endpoint for deleting a saved column set.

get

Endpoint for getting a user's saved column set.

list

Endpoint for listing the saved column sets.

patch

Endpoint for updating user data saved column set