ThreatIntelligenceIndicatorOperations interface
Interfaccia che rappresenta un'operazione ThreatIntelligenceIndicator.
Proprietà
| append |
Aggiungere tag a un indicatore di intelligence per le minacce. |
| create | Aggiornare un indicatore di Intelligence per le minacce. |
| create |
Creare un nuovo indicatore di intelligence per le minacce. |
| delete | Eliminare un indicatore di intelligence per le minacce. |
| get | Visualizzare un indicatore di intelligence per le minacce in base al nome. |
| list |
Eseguire query sugli indicatori di intelligence sulle minacce in base ai criteri di filtro. |
| replace |
Sostituire i tag aggiunti a un indicatore di intelligence per le minacce. |
Dettagli proprietà
appendTags
Aggiungere tag a un indicatore di intelligence per le minacce.
appendTags: (resourceGroupName: string, workspaceName: string, name: string, threatIntelligenceAppendTags: ThreatIntelligenceAppendTags, options?: ThreatIntelligenceIndicatorAppendTagsOptionalParams) => Promise<void>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, name: string, threatIntelligenceAppendTags: ThreatIntelligenceAppendTags, options?: ThreatIntelligenceIndicatorAppendTagsOptionalParams) => Promise<void>
create
Aggiornare un indicatore di Intelligence per le minacce.
create: (resourceGroupName: string, workspaceName: string, name: string, threatIntelligenceProperties: ThreatIntelligenceIndicatorModel, options?: ThreatIntelligenceIndicatorCreateOptionalParams) => Promise<ThreatIntelligenceInformationUnion>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, name: string, threatIntelligenceProperties: ThreatIntelligenceIndicatorModel, options?: ThreatIntelligenceIndicatorCreateOptionalParams) => Promise<ThreatIntelligenceInformationUnion>
createIndicator
Creare un nuovo indicatore di intelligence per le minacce.
createIndicator: (resourceGroupName: string, workspaceName: string, threatIntelligenceProperties: ThreatIntelligenceIndicatorModel, options?: ThreatIntelligenceIndicatorCreateIndicatorOptionalParams) => Promise<ThreatIntelligenceInformationUnion>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, threatIntelligenceProperties: ThreatIntelligenceIndicatorModel, options?: ThreatIntelligenceIndicatorCreateIndicatorOptionalParams) => Promise<ThreatIntelligenceInformationUnion>
delete
Eliminare un indicatore di intelligence per le minacce.
delete: (resourceGroupName: string, workspaceName: string, name: string, options?: ThreatIntelligenceIndicatorDeleteOptionalParams) => Promise<void>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, name: string, options?: ThreatIntelligenceIndicatorDeleteOptionalParams) => Promise<void>
get
Visualizzare un indicatore di intelligence per le minacce in base al nome.
get: (resourceGroupName: string, workspaceName: string, name: string, options?: ThreatIntelligenceIndicatorGetOptionalParams) => Promise<ThreatIntelligenceInformationUnion>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, name: string, options?: ThreatIntelligenceIndicatorGetOptionalParams) => Promise<ThreatIntelligenceInformationUnion>
listQueryIndicators
Eseguire query sugli indicatori di intelligence sulle minacce in base ai criteri di filtro.
listQueryIndicators: (resourceGroupName: string, workspaceName: string, threatIntelligenceFilteringCriteria: ThreatIntelligenceFilteringCriteria, options?: ThreatIntelligenceIndicatorListQueryIndicatorsOptionalParams) => PagedAsyncIterableIterator<ThreatIntelligenceInformationUnion, ThreatIntelligenceInformationUnion[], PageSettings>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, threatIntelligenceFilteringCriteria: ThreatIntelligenceFilteringCriteria, options?: ThreatIntelligenceIndicatorListQueryIndicatorsOptionalParams) => PagedAsyncIterableIterator<ThreatIntelligenceInformationUnion, ThreatIntelligenceInformationUnion[], PageSettings>
replaceTags
Sostituire i tag aggiunti a un indicatore di intelligence per le minacce.
replaceTags: (resourceGroupName: string, workspaceName: string, name: string, threatIntelligenceReplaceTags: ThreatIntelligenceIndicatorModel, options?: ThreatIntelligenceIndicatorReplaceTagsOptionalParams) => Promise<ThreatIntelligenceInformationUnion>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, name: string, threatIntelligenceReplaceTags: ThreatIntelligenceIndicatorModel, options?: ThreatIntelligenceIndicatorReplaceTagsOptionalParams) => Promise<ThreatIntelligenceInformationUnion>