Watchlist interface
Represents a Watchlist in Azure Security Insights.
- Extends
Properties
content |
The content type of the raw content. Example : text/csv or text/tsv |
created | The time the watchlist was created |
created |
Describes a user that created the watchlist |
default |
The default duration of a watchlist (in ISO 8601 duration format) |
description | A description of the watchlist |
display |
The display name of the watchlist |
is |
A flag that indicates if the watchlist is deleted or not |
items |
The search key is used to optimize query performance when using watchlists for joins with other data. For example, enable a column with IP addresses to be the designated SearchKey field, then use this field as the key field when joining to other event data by IP address. |
labels | List of labels relevant to this watchlist |
number |
The number of lines in a csv/tsv content to skip before the header |
provider | The provider of the watchlist |
raw |
The raw content that represents to watchlist items to create. In case of csv/tsv content type, it's the content of the file that will parsed by the endpoint |
source | The filename of the watchlist, called 'source' |
source |
The sourceType of the watchlist |
tenant |
The tenantId where the watchlist belongs to |
updated | The last time the watchlist was updated |
updated |
Describes a user that updated the watchlist |
upload |
The status of the Watchlist upload : New, InProgress or Complete. Pls note : When a Watchlist upload status is equal to InProgress, the Watchlist cannot be deleted |
watchlist |
The alias of the watchlist |
watchlist |
The id (a Guid) of the watchlist |
watchlist |
The type of the watchlist |
Inherited Properties
etag | Etag of the azure resource |
id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
contentType
The content type of the raw content. Example : text/csv or text/tsv
contentType?: string
Property Value
string
created
The time the watchlist was created
created?: Date
Property Value
Date
createdBy
defaultDuration
The default duration of a watchlist (in ISO 8601 duration format)
defaultDuration?: string
Property Value
string
description
A description of the watchlist
description?: string
Property Value
string
displayName
The display name of the watchlist
displayName?: string
Property Value
string
isDeleted
A flag that indicates if the watchlist is deleted or not
isDeleted?: boolean
Property Value
boolean
itemsSearchKey
The search key is used to optimize query performance when using watchlists for joins with other data. For example, enable a column with IP addresses to be the designated SearchKey field, then use this field as the key field when joining to other event data by IP address.
itemsSearchKey?: string
Property Value
string
labels
List of labels relevant to this watchlist
labels?: string[]
Property Value
string[]
numberOfLinesToSkip
The number of lines in a csv/tsv content to skip before the header
numberOfLinesToSkip?: number
Property Value
number
provider
The provider of the watchlist
provider?: string
Property Value
string
rawContent
The raw content that represents to watchlist items to create. In case of csv/tsv content type, it's the content of the file that will parsed by the endpoint
rawContent?: string
Property Value
string
source
The filename of the watchlist, called 'source'
source?: string
Property Value
string
sourceType
The sourceType of the watchlist
sourceType?: string
Property Value
string
tenantId
The tenantId where the watchlist belongs to
tenantId?: string
Property Value
string
updated
The last time the watchlist was updated
updated?: Date
Property Value
Date
updatedBy
uploadStatus
The status of the Watchlist upload : New, InProgress or Complete. Pls note : When a Watchlist upload status is equal to InProgress, the Watchlist cannot be deleted
uploadStatus?: string
Property Value
string
watchlistAlias
The alias of the watchlist
watchlistAlias?: string
Property Value
string
watchlistId
The id (a Guid) of the watchlist
watchlistId?: string
Property Value
string
watchlistType
The type of the watchlist
watchlistType?: string
Property Value
string
Inherited Property Details
etag
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ResourceWithEtag.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ResourceWithEtag.name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited From ResourceWithEtag.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ResourceWithEtag.type
Azure SDK for JavaScript