ThreatIntelligenceIndicatorsOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:threat_intelligence_indicators> attribute.
Constructor
ThreatIntelligenceIndicatorsOperations(*args, **kwargs)
Methods
| list |
Get all threat intelligence indicators. |
list
Get all threat intelligence indicators.
list(resource_group_name: str, workspace_name: str, filter: str | None = None, top: int | None = None, skip_token: str | None = None, orderby: str | None = None, **kwargs: Any) -> Iterable[ThreatIntelligenceInformationList]
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The name of the resource group. The name is case insensitive. |
|
workspace_name
Required
|
The name of the workspace. |
|
filter
|
Filters the results, based on a Boolean condition. Optional. Default value is None. Default value: None
|
|
top
|
Returns only the first n results. Optional. Default value is None. Default value: None
|
|
skip_token
|
Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional. Default value is None. Default value: None
|
|
orderby
|
Sorts the results. Optional. Default value is None. Default value: None
|
Keyword-Only Parameters
| Name | Description |
|---|---|
|
cls
|
A custom type or function that will be passed the direct response |
Returns
| Type | Description |
|---|---|
|
An iterator like instance of either ThreatIntelligenceInformationList or the result of cls(response) |
Exceptions
| Type | Description |
|---|---|
Attributes
models
models = <module 'azure.mgmt.securityinsight.models' from 'C:\\ToolCache\\Python\\3.12.10\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv214\\Lib\\site-packages\\azure\\mgmt\\securityinsight\\models\\__init__.py'>