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 |
| etag | Etag of the azure resource |
| 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 |
| provisioning |
Describes provisioning state |
| 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. Note : When a Watchlist upload status is 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
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
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
etag
Etag of the azure resource
etag?: 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
provisioningState
Describes provisioning state
provisioningState?: 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. Note : When a Watchlist upload status is 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
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type