TopologySingleResource interface
Properties
children | Azure resources connected to this resource which are in lower level in the topology view NOTE: This property will not be serialized. It can only be populated by the server. |
location | The location of this resource NOTE: This property will not be serialized. It can only be populated by the server. |
network |
Indicates the resource connectivity level to the Internet (InternetFacing, Internal ,etc.) NOTE: This property will not be serialized. It can only be populated by the server. |
parents | Azure resources connected to this resource which are in higher level in the topology view NOTE: This property will not be serialized. It can only be populated by the server. |
recommendations |
Indicates if the resource has security recommendations NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
Azure resource id NOTE: This property will not be serialized. It can only be populated by the server. |
severity | The security severity of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
topology |
Score of the resource based on its security severity NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
children
Azure resources connected to this resource which are in lower level in the topology view NOTE: This property will not be serialized. It can only be populated by the server.
children?: TopologySingleResourceChild[]
Property Value
location
The location of this resource NOTE: This property will not be serialized. It can only be populated by the server.
location?: string
Property Value
string
networkZones
Indicates the resource connectivity level to the Internet (InternetFacing, Internal ,etc.) NOTE: This property will not be serialized. It can only be populated by the server.
networkZones?: string
Property Value
string
parents
Azure resources connected to this resource which are in higher level in the topology view NOTE: This property will not be serialized. It can only be populated by the server.
parents?: TopologySingleResourceParent[]
Property Value
recommendationsExist
Indicates if the resource has security recommendations NOTE: This property will not be serialized. It can only be populated by the server.
recommendationsExist?: boolean
Property Value
boolean
resourceId
Azure resource id NOTE: This property will not be serialized. It can only be populated by the server.
resourceId?: string
Property Value
string
severity
The security severity of the resource NOTE: This property will not be serialized. It can only be populated by the server.
severity?: string
Property Value
string
topologyScore
Score of the resource based on its security severity NOTE: This property will not be serialized. It can only be populated by the server.
topologyScore?: number
Property Value
number
Azure SDK for JavaScript