Skip to main content

allowed_connections

Creates, updates, deletes, gets or lists a allowed_connections resource.

Overview

Nameallowed_connections
TypeResource
Idazure.security.allowed_connections

Fields

NameDatatypeDescription
idtextResource Id
nametextResource name
ascLocationtextfield from the properties object
calculated_date_timetextfield from the properties object
connectable_resourcestextfield from the properties object
connectionTypetextfield from the properties object
locationtextLocation where the resource is stored
resourceGroupNametextfield from the properties object
subscriptionIdtextfield from the properties object
typetextResource type

Methods

NameAccessible byRequired ParamsDescription
getSELECTascLocation, connectionType, resourceGroupName, subscriptionIdGets the list of all possible traffic between resources for the subscription and location, based on connection type.
listSELECTsubscriptionIdGets the list of all possible traffic between resources for the subscription
list_by_home_regionSELECTascLocation, subscriptionIdGets the list of all possible traffic between resources for the subscription and location.

SELECT examples

Gets the list of all possible traffic between resources for the subscription

SELECT
id,
name,
ascLocation,
calculated_date_time,
connectable_resources,
connectionType,
location,
resourceGroupName,
subscriptionId,
type
FROM azure.security.vw_allowed_connections
WHERE subscriptionId = '{{ subscriptionId }}';