IpEntity interface
表示ip實體。
- Extends
屬性
| additional |
應該屬於實體的自定義欄位包,並將呈現給使用者。 |
| address | IP 位址作為字串,例如 127.0.0.1(在 Ipv4 或 Ipv6 中) |
| friendly |
圖表項目顯示名稱,這是圖表項目實例的簡短人類可讀描述。 這個屬性是選擇性的,而且可能是系統產生的。 |
| kind | 實體的種類。 |
| location | 附加至ip實體的地理位置內容 |
| threat |
附加至ip實體的TI內容清單。 |
繼承的屬性
| id | 資源的完整資源標識碼。 範例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | 資源的名稱 |
| system |
包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 |
| type | 資源的型別。 例如:「Microsoft.Compute/virtualMachines」或「Microsoft.Storage/storageAccounts」 |
屬性詳細資料
additionalData
應該屬於實體的自定義欄位包,並將呈現給使用者。
additionalData?: Record<string, any>
屬性值
Record<string, any>
address
IP 位址作為字串,例如 127.0.0.1(在 Ipv4 或 Ipv6 中)
address?: string
屬性值
string
friendlyName
圖表項目顯示名稱,這是圖表項目實例的簡短人類可讀描述。 這個屬性是選擇性的,而且可能是系統產生的。
friendlyName?: string
屬性值
string
kind
實體的種類。
kind: "Ip"
屬性值
"Ip"
location
threatIntelligence
繼承的屬性詳細資料
id
systemData
包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。
systemData?: SystemData
屬性值
type
資源的型別。 例如:「Microsoft.Compute/virtualMachines」或「Microsoft.Storage/storageAccounts」
type?: string
屬性值
string
繼承自Entity.type