AllowedConnectionsResource type

The resource whose properties describes the allowed traffic between Azure resources

type AllowedConnectionsResource = Resource &
  Location_2 & {
    calculatedDateTime?: Date
    connectableResources?: ConnectableResource[]
  }