WatchlistItem Class
Represents a Watchlist item in Azure Security Insights.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.securityinsight.models._models_py3.ResourceWithEtagWatchlistItem
Constructor
WatchlistItem(*, etag: Optional[str] = None, watchlist_item_type: Optional[str] = None, watchlist_item_id: Optional[str] = None, tenant_id: Optional[str] = None, is_deleted: Optional[bool] = None, created: Optional[datetime.datetime] = None, updated: Optional[datetime.datetime] = None, created_by: Optional[azure.mgmt.securityinsight.models._models_py3.UserInfo] = None, updated_by: Optional[azure.mgmt.securityinsight.models._models_py3.UserInfo] = None, items_key_value: Optional[Any] = None, entity_mapping: Optional[Any] = None, **kwargs)
Variables
- id
- str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- str
The name of the resource.
- type
- str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".
- system_data
- SystemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
- etag
- str
Etag of the azure resource.
- watchlist_item_type
- str
The type of the watchlist item.
- watchlist_item_id
- str
The id (a Guid) of the watchlist item.
- tenant_id
- str
The tenantId to which the watchlist item belongs to.
- is_deleted
- bool
A flag that indicates if the watchlist item is deleted or not.
- created
- datetime
The time the watchlist item was created.
- updated
- datetime
The last time the watchlist item was updated.
- created_by
- UserInfo
Describes a user that created the watchlist item.
- updated_by
- UserInfo
Describes a user that updated the watchlist item.
- items_key_value
- any
key-value pairs for a watchlist item.
- entity_mapping
- any
key-value pairs for a watchlist item entity mapping.
Feedback
Submit and view feedback for