TopologySingleResource interface
model interface TopologySingleResource
Properties
| children | Azure resources connected to this resource which are in lower level in the topology view |
| location | The location of this resource |
| network |
Indicates the resource connectivity level to the Internet (InternetFacing, Internal ,etc.) |
| parents | Azure resources connected to this resource which are in higher level in the topology view |
| recommendations |
Indicates if the resource has security recommendations |
| resource |
Azure resource id |
| severity | The security severity of the resource |
| topology |
Score of the resource based on its security severity |
Property Details
children
Azure resources connected to this resource which are in lower level in the topology view
children?: TopologySingleResourceChild[]
Property Value
location
The location of this resource
location?: string
Property Value
string
networkZones
Indicates the resource connectivity level to the Internet (InternetFacing, Internal ,etc.)
networkZones?: string
Property Value
string
parents
Azure resources connected to this resource which are in higher level in the topology view
parents?: TopologySingleResourceParent[]
Property Value
recommendationsExist
Indicates if the resource has security recommendations
recommendationsExist?: boolean
Property Value
boolean
resourceId
Azure resource id
resourceId?: string
Property Value
string
severity
The security severity of the resource
severity?: string
Property Value
string
topologyScore
Score of the resource based on its security severity
topologyScore?: number
Property Value
number